Started by timer Checking out git https://github.com/eclipse/org.eclipse.rcptt.git into /var/jenkins/workspace/master@script/9037a7d097a67e930221e3f830c53871bf14d7164b86dc0e535c977fa880da0c to read releng/nightly/Jenkinsfile The recommended git tool is: git No credentials specified > git rev-parse --resolve-git-dir /var/jenkins/workspace/master@script/9037a7d097a67e930221e3f830c53871bf14d7164b86dc0e535c977fa880da0c/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/eclipse/org.eclipse.rcptt.git # timeout=10 Using shallow fetch with depth 1 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from https://github.com/eclipse/org.eclipse.rcptt.git > git --version # timeout=10 > git --version # 'git version 2.43.0' > git fetch --no-tags --force --progress --depth=1 -- https://github.com/eclipse/org.eclipse.rcptt.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 030e4ed16ea6e720b1b3fb8863d3fdc1846c3d4a (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 030e4ed16ea6e720b1b3fb8863d3fdc1846c3d4a # timeout=10 Commit message: "Merge pull request #75 from eclipse/fixAutsJre" > git rev-list --no-walk 030e4ed16ea6e720b1b3fb8863d3fdc1846c3d4a # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-wvsq5 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-wvsq5" namespace: "rcptt" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.rcptt.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-wvsq5" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-wvsq5" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-rcptt" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on basic-wvsq5 in /home/jenkins/agent/workspace/master [Pipeline] { [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Avoid fetching tags Cloning repository https://github.com/eclipse/org.eclipse.rcptt.git > git init /home/jenkins/agent/workspace/master # timeout=10 Fetching upstream changes from https://github.com/eclipse/org.eclipse.rcptt.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --no-tags --force --progress --depth=1 -- https://github.com/eclipse/org.eclipse.rcptt.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/org.eclipse.rcptt.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 030e4ed16ea6e720b1b3fb8863d3fdc1846c3d4a (origin/master) > git rev-parse origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 030e4ed16ea6e720b1b3fb8863d3fdc1846c3d4a # timeout=10 Commit message: "Merge pull request #75 from eclipse/fixAutsJre" [Pipeline] load [Pipeline] { (releng/Jenkinsfile.groovy) [Pipeline] } [Pipeline] // load [Pipeline] } [Pipeline] // node [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes rcptt/rcptt-build-and-deploy-agent-3.5.4-1h6pj-zrr1p Still waiting to schedule task ‘rcptt-build-and-deploy-agent-3.5.4-1h6pj-zrr1p’ is offline Agent rcptt-build-and-deploy-agent-3.5.4-1h6pj-zrr1p is provisioned from template rcptt-build-and-deploy-agent-3.5.4-1h6pj --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/job/master/1805/" runUrl: "job/master/1805/" labels: jenkins: "slave" jenkins/label-digest: "10cc13b1cec2d03130fae1f7ba9918cb88974a82" jenkins/label: "rcptt-build-and-deploy-agent-3_5_4" name: "rcptt-build-and-deploy-agent-3.5.4-1h6pj-zrr1p" namespace: "rcptt" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Duser.home=/home/jenkins" - name: "XDG_CONFIG_HOME" value: "/tmp" image: "basilevs/ubuntu-rcptt:3.6.2" name: "ubuntu" resources: limits: memory: "4Gi" cpu: "1" requests: memory: "4Gi" cpu: "1" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/repository" name: "m2-repo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.rcptt.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "rcptt-build-and-deploy-agent-3.5.4-1h6pj-zrr1p" - name: "JAVA_TOOL_OPTIONS" value: "-Xmx1G" - name: "JENKINS_NAME" value: "rcptt-build-and-deploy-agent-3.5.4-1h6pj-zrr1p" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - emptyDir: {} name: "m2-repo" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on rcptt-build-and-deploy-agent-3.5.4-1h6pj-zrr1p in /home/jenkins/agent/workspace/master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Avoid fetching tags Cloning repository https://github.com/eclipse/org.eclipse.rcptt.git > git init /home/jenkins/agent/workspace/master # timeout=10 Fetching upstream changes from https://github.com/eclipse/org.eclipse.rcptt.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --no-tags --force --progress --depth=1 -- https://github.com/eclipse/org.eclipse.rcptt.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/org.eclipse.rcptt.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 030e4ed16ea6e720b1b3fb8863d3fdc1846c3d4a (origin/master) > git rev-parse origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 030e4ed16ea6e720b1b3fb8863d3fdc1846c3d4a # timeout=10 Commit message: "Merge pull request #75 from eclipse/fixAutsJre" [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Start Build and Test) [Pipeline] script [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + mvn --version Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z) Maven home: /usr/share/maven Java version: 17-ea, vendor: Private Build, runtime: /usr/lib/jvm/java-17-openjdk-amd64 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f releng/mirroring/pom.xml [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom (2.1 kB at 13 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom (18 kB at 113 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom (7.1 kB at 62 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.pom (1.1 kB at 12 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom (3.2 kB at 35 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.pom (1.1 kB at 9.5 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom (4.9 kB at 60 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 358 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 81 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 47 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 274 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 198 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] 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 673 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/18/apache-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 149 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 193 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 862 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/23/apache-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 200 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] 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 211 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 25 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 45 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 48 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 7.3 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom (1.8 kB at 18 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom (1.0 kB at 5.6 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 17 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 147 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 695 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom (1.7 kB at 18 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom (1.7 kB at 24 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom (1.4 kB at 27 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 128 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom (2.1 kB at 20 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom (1.1 kB at 10 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom (1.0 kB at 14 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom (2.3 kB at 26 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom (1.1 kB at 22 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar (5.5 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar (284 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 kB at 747 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar (56 kB at 200 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar (22 kB at 78 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 949 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 271 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 593 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 232 kB/s) [INFO] 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 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 313 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 5.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar (3.1 kB at 6.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar (13 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 274 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar (38 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar (6.7 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar (16 kB at 27 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 7.0 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar (28 kB at 47 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar (46 kB at 59 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar (1.5 MB at 1.9 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip (18 MB at 22 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.5/org.eclipse.tycho.p2.resolver.impl-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.5/org.eclipse.tycho.p2.resolver.impl-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.5/org.eclipse.tycho.p2.resolver.impl-2.7.5.jar (297 kB at 3.7 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.5/org.eclipse.tycho.p2.maven.repository-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.5/org.eclipse.tycho.p2.maven.repository-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.5/org.eclipse.tycho.p2.maven.repository-2.7.5.jar (167 kB at 2.5 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.5/org.eclipse.tycho.p2.tools.impl-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.5/org.eclipse.tycho.p2.tools.impl-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.5/org.eclipse.tycho.p2.tools.impl-2.7.5.jar (65 kB at 689 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom (12 kB at 254 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom (11 kB at 157 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/32/maven-parent-32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/32/maven-parent-32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/32/maven-parent-32.pom (43 kB at 985 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/20/apache-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/20/apache-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/20/apache-20.pom (16 kB at 299 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar (62 kB at 462 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.pom (1.7 kB at 11 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar (14 kB at 219 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/target-platform-validation-plugin/2.7.5/target-platform-validation-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/target-platform-validation-plugin/2.7.5/target-platform-validation-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/target-platform-validation-plugin/2.7.5/target-platform-validation-plugin-2.7.5.pom (1.8 kB at 11 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-extras/2.7.5/tycho-extras-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/2.7.5/tycho-extras-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/2.7.5/tycho-extras-2.7.5.pom (6.5 kB at 87 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/target-platform-validation-plugin/2.7.5/target-platform-validation-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/target-platform-validation-plugin/2.7.5/target-platform-validation-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/target-platform-validation-plugin/2.7.5/target-platform-validation-plugin-2.7.5.jar (14 kB at 138 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-pack200a-plugin/2.7.5/tycho-pack200a-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/2.7.5/tycho-pack200a-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/2.7.5/tycho-pack200a-plugin-2.7.5.pom (1.3 kB at 8.0 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-pack200/2.7.5/tycho-pack200-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/2.7.5/tycho-pack200-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/2.7.5/tycho-pack200-2.7.5.pom (1.5 kB at 11 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-pack200a-plugin/2.7.5/tycho-pack200a-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/2.7.5/tycho-pack200a-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/2.7.5/tycho-pack200a-plugin-2.7.5.jar (7.3 kB at 42 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.pom [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.pom (2.5 kB at 37 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-build-parent/1.3.2/cbi-build-parent-1.3.2.pom [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-build-parent/1.3.2/cbi-build-parent-1.3.2.pom (7.0 kB at 162 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-parent/1.3.2/cbi-parent-1.3.2.pom [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-parent/1.3.2/cbi-parent-1.3.2.pom (4.9 kB at 74 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-bom/1.3.2/cbi-bom-1.3.2.pom [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-bom/1.3.2/cbi-bom-1.3.2.pom (11 kB at 197 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.jar [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.jar (66 kB at 971 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-pack200b-plugin/2.7.5/tycho-pack200b-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/2.7.5/tycho-pack200b-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/2.7.5/tycho-pack200b-plugin-2.7.5.pom (1.6 kB at 12 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-pack200b-plugin/2.7.5/tycho-pack200b-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/2.7.5/tycho-pack200b-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/2.7.5/tycho-pack200b-plugin-2.7.5.jar (7.0 kB at 88 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.pom (2.4 kB at 21 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.jar (30 kB at 511 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.pom (3.0 kB at 55 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 268 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 1.5 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/15/apache-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 234 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.pom (2.2 kB at 46 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom (2.6 kB at 45 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] 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 212 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 41 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom (2.9 kB at 60 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom (2.6 kB at 69 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 568 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 134 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 672 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 782 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar (20 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar (85 kB at 521 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar (53 kB at 321 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar (28 kB at 171 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar (34 kB at 190 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 3.2 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 62 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 693 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] 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 3.6 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/19/apache-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 1.5 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 469 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.5/tycho-p2-extras-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.5/tycho-p2-extras-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.5/tycho-p2-extras-plugin-2.7.5.pom (5.7 kB at 43 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.5/tycho-p2-extras-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.5/tycho-p2-extras-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.5/tycho-p2-extras-plugin-2.7.5.jar (30 kB at 232 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom [INFO] 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 [INFO] 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 74 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [INFO] 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 [INFO] 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 196 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] 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 632 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/16/apache-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 190 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar [INFO] 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 [INFO] 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 480 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.pom (2.5 kB at 35 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.jar (140 kB at 1.3 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom (8.3 kB at 71 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.jar (88 kB at 424 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom (4.1 kB at 50 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 56 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 185 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.pom (3.5 kB at 47 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.pom (1.5 kB at 12 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire/2.7.5/tycho-surefire-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/2.7.5/tycho-surefire-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/2.7.5/tycho-surefire-2.7.5.pom (3.4 kB at 34 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.pom (1.5 kB at 14 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.pom (1.9 kB at 16 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.pom (3.3 kB at 43 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.pom (3.3 kB at 22 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.pom (3.3 kB at 51 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.pom (3.3 kB at 33 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.pom (2.9 kB at 33 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.pom (3.4 kB at 41 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.pom (2.9 kB at 40 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.pom (3.4 kB at 51 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.pom (2.1 kB at 15 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom (3.5 kB at 86 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom (26 kB at 586 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.0 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/21/apache-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 658 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom (2.0 kB at 44 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom (11 kB at 208 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom (3.0 kB at 92 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.4/maven-3.8.4.pom (27 kB at 753 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 996 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom (2.8 kB at 30 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom (2.4 kB at 42 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 593 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 1.9 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 86 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 221 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] 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 140 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 363 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 69 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 94 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 450 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 209 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] 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 [INFO] 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 444 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] 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 150 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] 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 256 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 240 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom (1.4 kB at 17 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom (15 kB at 18 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom (7.5 kB at 143 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] 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 [INFO] 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 52 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] 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 [INFO] 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 590 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] 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 953 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/5/apache-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] 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 80 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] 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 [INFO] 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 46 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] 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 [INFO] 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 11 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 143 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 819 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom (1.4 kB at 38 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 33 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] 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 [INFO] 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 92 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] 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 [INFO] 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 57 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom (1.9 kB at 734 B/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] 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 [INFO] 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 66 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 34 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] 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 [INFO] 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 167 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] 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 [INFO] 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 363 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] 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 [INFO] 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 94 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] 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 [INFO] 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 51 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] 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 [INFO] 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 34 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] 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 [INFO] 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 46 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom (7.6 kB at 10 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom (2.5 kB at 12 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom (1.4 kB at 12 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 112 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom (1.9 kB at 23 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom (3.4 kB at 42 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom (4.2 kB at 44 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom (2.6 kB at 77 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (19 kB at 297 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom (2.7 kB at 70 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom (2.8 kB at 64 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom (4.2 kB at 117 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 113 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 219 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 70 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 134 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.2.2/guice-4.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2.pom (11 kB at 332 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom (16 kB at 209 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/google/5/google-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 37 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 5.7 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/25.1-android/guava-25.1-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom (7.8 kB at 243 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom (10 kB at 70 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 126 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] 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 107 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 117 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 60 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 127 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 102 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 53 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 146 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 300 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 151 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 45 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 88 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] 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 [INFO] 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 49 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 170 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 159 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] 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 398 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 73 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom (16 kB at 417 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 322 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar (65 kB at 337 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar (26 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar (3.7 MB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar (185 kB at 640 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar (425 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar (1.2 MB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar (616 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar (680 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar (672 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar (736 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar (706 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar (716 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar (13 kB at 26 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar (111 kB at 213 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar (186 kB at 358 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [INFO] 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 [INFO] 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 356 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 68 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar (274 kB at 462 kB/s) [INFO] 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 [INFO] 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 262 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 kB at 883 kB/s) [INFO] 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 [INFO] 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 62 kB/s) [INFO] 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 [INFO] 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 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar [INFO] 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 110 kB/s) [INFO] 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 [INFO] 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 538 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [INFO] 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 54 kB/s) [INFO] 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 43 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar (27 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar (782 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 156 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar (316 kB at 398 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom (5.0 kB at 172 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar (41 kB at 1.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.pom (2.5 kB at 56 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.jar (45 kB at 648 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom [INFO] 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 [INFO] 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 56 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom [INFO] 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 [INFO] 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 273 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] 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 922 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/14/apache-14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 312 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar [INFO] 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 [INFO] 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 578 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 116 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 831 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 84 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 482 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] 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 862 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/7/apache-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 352 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 555 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.pom (1.4 kB at 18 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.jar (8.9 kB at 139 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom (12 kB at 216 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar (294 kB at 4.7 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 156 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 338 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/13/apache-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 358 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 2.0 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.pom (1.9 kB at 19 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.jar (22 kB at 225 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom (5.5 kB at 231 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 118 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar (26 kB at 436 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 2.4 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.pom (1.8 kB at 25 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.jar (37 kB at 396 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom (1.6 kB at 26 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom (1.1 kB at 20 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar (376 kB at 6.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar (5.9 MB at 26 MB/s) SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Adding repository http://download.eclipse.org/tools/ajdt/43/update [INFO] Fetching content.xml from http://download.eclipse.org/tools/ajdt/43/update/ [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/ (121.18kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2019-03 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-03/ (479B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-03/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2019-03/ (24.79kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-03/201903201000/ (992.46kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.aspectj.e44x:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.kepler:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.kepler/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.external.dependencies.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.extra:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.extra/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.external.dependencies.feature:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/dependencies/features/org.eclipse.rcptt.external.dependencies-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.external.dependencies.rap.feature:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/dependencies/features/org.eclipse.rcptt.external.dependencies.rap-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.repositories:dependencies:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/repository/dependencies/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] mirroring [pom] [INFO] dependencies [pom] [INFO] bundles [pom] [INFO] org.eclipse.rcptt.updates.aspectj.e44x [eclipse-plugin] [INFO] org.eclipse.rcptt.updates.kepler [eclipse-plugin] [INFO] org.eclipse.rcptt.updates.external.dependencies.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.updates.extra [eclipse-plugin] [INFO] features [pom] [INFO] org.eclipse.rcptt.external.dependencies.feature [eclipse-feature] [INFO] org.eclipse.rcptt.external.dependencies.rap.feature [eclipse-feature] [INFO] dependencies [eclipse-repository] [INFO] [INFO] --------------------< org.eclipse.rcptt:mirroring >--------------------- [INFO] Building mirroring 2.5.5-SNAPSHOT [1/11] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mirroring --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] 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 [INFO] 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 29 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] 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 447 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] 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 600 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/6/apache-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 272 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] 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 [INFO] 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 52 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] 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 [INFO] 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 32 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] 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 [INFO] 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 479 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] 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 [INFO] 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 52 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] 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 [INFO] 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 67 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] 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 [INFO] 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 39 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 74 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] 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 [INFO] 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 25 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] 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 [INFO] 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 259 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] 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 250 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] 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 [INFO] 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 31 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] 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 [INFO] 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 117 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 125 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] 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 [INFO] 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 133 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] 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 [INFO] 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 188 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] 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 [INFO] 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 226 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 152 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] 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 [INFO] 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 135 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] 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.6 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] 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 [INFO] 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 261 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 641 kB/s) [INFO] 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 604 kB/s) [INFO] 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 [INFO] 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 [INFO] 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.8 MB/s) [INFO] 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 [INFO] 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 2.4 MB/s) [INFO] 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 [INFO] 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 475 kB/s) [INFO] 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 2.1 MB/s) [INFO] 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 44 kB/s) [INFO] 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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] 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 927 kB/s) [INFO] 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 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 974 kB/s) [INFO] 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 1.1 MB/s) [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ mirroring --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-pack200-impl/2.7.5/tycho-pack200-impl-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/2.7.5/tycho-pack200-impl-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/2.7.5/tycho-pack200-impl-2.7.5.pom (1.1 kB at 7.3 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-pack200-impl/2.7.5/tycho-pack200-impl-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/2.7.5/tycho-pack200-impl-2.7.5.jar [INFO] 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.jar [INFO] 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.jar (169 kB at 9.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/2.7.5/tycho-pack200-impl-2.7.5.jar (13 kB at 129 kB/s) [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ mirroring --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom (8.8 kB at 134 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.8.1/maven-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.1/maven-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.1/maven-3.8.1.pom (26 kB at 389 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom (4.1 kB at 60 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 152 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom (1.9 kB at 6.1 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom (2.5 kB at 40 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom (1.4 kB at 26 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 23 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 90 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 170 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] 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 290 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] 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 [INFO] 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 71 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom (1.9 kB at 37 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom (2.4 kB at 53 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom (3.0 kB at 72 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 82 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 254 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 33 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 56 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 180 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 739 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 12 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 34 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 379 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 19 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 74 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom (3.4 kB at 39 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom (4.3 kB at 59 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom (2.6 kB at 57 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom (19 kB at 183 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom (2.7 kB at 66 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom (2.8 kB at 39 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom (4.2 kB at 62 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 448 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 164 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.2.1/guice-4.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom (11 kB at 140 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom (16 kB at 166 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom (12 kB at 165 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom (14 kB at 259 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 73 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 189 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 38 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom (2.2 kB at 42 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom (2.1 kB at 38 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom (7.0 kB at 97 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 44 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.pom [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.pom (2.0 kB at 57 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.pom [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.pom (2.6 kB at 14 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 194 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 356 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 789 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 177 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 506 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 377 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] 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.3 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 269 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom (5.2 kB at 121 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.jar (64 kB at 107 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.jar (31 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar (215 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar (85 kB at 1.0 MB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar (634 kB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar [INFO] 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 147 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar (42 kB at 457 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 289 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar (58 kB at 541 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar (44 kB at 410 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 335 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar (14 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar (66 kB at 491 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar (192 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar (27 kB at 194 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar (180 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar (169 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 267 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar (38 kB at 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar (149 kB at 848 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 253 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 20 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 9.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 76 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar (47 kB at 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar (14 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 kB at 619 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar (2.9 MB at 7.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 161 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar (42 kB at 109 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 833 kB/s) [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ mirroring --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ mirroring --- [INFO] [INFO] --------< org.eclipse.rcptt.external.dependencies:dependencies >-------- [INFO] Building dependencies 2.5.5-SNAPSHOT [2/11] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ dependencies --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ dependencies --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ dependencies --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ dependencies --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ dependencies --- [INFO] [INFO] ----------< org.eclipse.rcptt.external.dependencies:bundles >----------- [INFO] Building bundles 2.5.5-SNAPSHOT [3/11] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bundles --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ bundles --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ bundles --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ bundles --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ bundles --- [INFO] [INFO] ----------< org.eclipse.rcptt.external.dependencies:features >---------- [INFO] Building features 2.5.5-SNAPSHOT [4/11] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ features --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ features --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ features --- [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.aspectj.e44x >-- [INFO] Building org.eclipse.rcptt.updates.aspectj.e44x 2.5.5-SNAPSHOT [5/11] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.5/tycho-buildtimestamp-jgit-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.5/tycho-buildtimestamp-jgit-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.5/tycho-buildtimestamp-jgit-2.7.5.pom (2.0 kB at 19 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.pom (7.6 kB at 40 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit-parent/6.0.0.202111291000-r/org.eclipse.jgit-parent-6.0.0.202111291000-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/6.0.0.202111291000-r/org.eclipse.jgit-parent-6.0.0.202111291000-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/6.0.0.202111291000-r/org.eclipse.jgit-parent-6.0.0.202111291000-r.pom (33 kB at 436 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom (5.0 kB at 225 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] 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 97 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.5/tycho-buildtimestamp-jgit-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.5/tycho-buildtimestamp-jgit-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar (167 kB at 3.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar (41 kB at 411 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.5/tycho-buildtimestamp-jgit-2.7.5.jar (12 kB at 73 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.jar (2.9 MB at 16 MB/s) [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom (1.1 kB at 30 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom (8.1 kB at 193 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom (2.7 kB at 84 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 117 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom (1.1 kB at 21 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.pom (2.4 kB at 34 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.pom (1.6 kB at 14 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.pom (1.7 kB at 13 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.jar (18 kB at 95 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.jar (3.5 kB at 19 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar (4.7 kB at 25 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar (27 kB at 111 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.jar (3.2 MB at 8.1 MB/s) [INFO] Resolving class path of org.eclipse.rcptt.updates.aspectj.e44x... [INFO] [INFO] --- tycho-p2-extras-plugin:2.7.5:mirror (mirror-update-site) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Mirroring to /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies... Mirroring: osgi.bundle,org.aspectj.weaver,1.9.20.202311040357 (Descriptor: canonical: osgi.bundle,org.aspectj.weaver,1.9.20.202311040357) Mirroring: osgi.bundle,org.aspectj.runtime,1.9.20.202311040357 (Descriptor: canonical: osgi.bundle,org.aspectj.runtime,1.9.20.202311040357) Mirroring: osgi.bundle,org.eclipse.equinox.weaving.aspectj,1.0.400.202311040357 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.weaving.aspectj,1.0.400.202311040357) Mirroring: osgi.bundle,org.eclipse.equinox.weaving.hook,1.3.100.v20211021-1418 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.weaving.hook,1.3.100.v20211021-1418) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] 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 [INFO] 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 288 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] 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 [INFO] 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 209 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] 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 [INFO] 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 202 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] 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 [INFO] 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 91 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] 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 [INFO] 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) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] 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 [INFO] 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 170 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] 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 [INFO] 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 60 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] 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 [INFO] 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 84 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] 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 [INFO] 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 320 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] 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 [INFO] 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 36 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] 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 [INFO] 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 36 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] 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 [INFO] 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 65 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] 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 [INFO] 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 60 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] 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 [INFO] 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) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] 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 [INFO] 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 33 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] 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 [INFO] 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 132 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] 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 [INFO] 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 12 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 179 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [INFO] 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 [INFO] 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 178 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] 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 [INFO] 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 81 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] 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 [INFO] 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 88 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] 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 913 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] 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 [INFO] 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 182 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] 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 863 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/9/apache-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 208 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] 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 [INFO] 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 14 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] 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 [INFO] 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 92 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] 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 [INFO] 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 62 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] 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 [INFO] 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 57 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] 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 [INFO] 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 103 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] 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) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] 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 133 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] 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 [INFO] 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 128 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] 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 [INFO] 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 75 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 281 kB/s) [INFO] 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 [INFO] 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 307 kB/s) [INFO] 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 [INFO] 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 379 kB/s) [INFO] 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 [INFO] 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 4.1 MB/s) [INFO] 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 1.2 MB/s) [INFO] 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 [INFO] 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 [INFO] 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 673 kB/s) [INFO] 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 [INFO] 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 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] 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 324 kB/s) [INFO] 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 [INFO] 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 540 kB/s) [INFO] 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 [INFO] 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 371 kB/s) [INFO] 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 [INFO] 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 136 kB/s) [INFO] 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 241 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 148 kB/s) [INFO] 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 716 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 1.2 MB/s) [INFO] 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 37 kB/s) [INFO] 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 340 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom (761 B at 48 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom (4.8 kB at 59 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom (4.3 kB at 165 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.8.1/ant-1.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.pom (8.8 kB at 275 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom (2.4 kB at 18 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 44 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] 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 [INFO] 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 81 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] 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 [INFO] 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 69 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] 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 [INFO] 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 159 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [INFO] 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 40 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] 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 [INFO] 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 221 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] 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 [INFO] 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 59 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] 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 [INFO] 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 85 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.9.4/ant-1.9.4.pom [INFO] 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 [INFO] 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 169 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom [INFO] 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 [INFO] 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 106 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom [INFO] 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 [INFO] 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 34 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar [INFO] 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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar [INFO] 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 [INFO] 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 [INFO] 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 144 kB/s) [INFO] 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 [INFO] 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 257 kB/s) [INFO] 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 [INFO] 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 481 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] 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 961 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar (409 kB at 3.0 MB/s) [INFO] 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 [INFO] 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 347 kB/s) [INFO] 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 [INFO] 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 1.3 MB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (224 kB at 1.2 MB/s) [INFO] 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 416 kB/s) [INFO] 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 80 kB/s) [INFO] 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 373 kB/s) [INFO] 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 8.3 MB/s) [INFO] Executing tasks main: main: [echo] Removing signatures from JAR: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.runtime_1.9.20.202311040357.jar [mkdir] Created dir: /tmp/usignjar-509345802 [unjar] Expanding: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.runtime_1.9.20.202311040357.jar into /tmp/usignjar-509345802 [delete] Deleting: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.runtime_1.9.20.202311040357.jar [jar] Building jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.runtime_1.9.20.202311040357.jar [delete] Deleting directory /tmp/usignjar-509345802 [echo] Removing signatures from JAR: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.weaver_1.9.20.202311040357.jar [mkdir] Created dir: /tmp/usignjar-509345802 [unjar] Expanding: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.weaver_1.9.20.202311040357.jar into /tmp/usignjar-509345802 [delete] Deleting: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.weaver_1.9.20.202311040357.jar [jar] Building jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.weaver_1.9.20.202311040357.jar [delete] Deleting directory /tmp/usignjar-509345802 [echo] Removing signatures from JAR: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.aspectj_1.0.400.202311040357.jar [mkdir] Created dir: /tmp/usignjar-509345802 [unjar] Expanding: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.aspectj_1.0.400.202311040357.jar into /tmp/usignjar-509345802 [delete] Deleting: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.aspectj_1.0.400.202311040357.jar [jar] Building jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.aspectj_1.0.400.202311040357.jar [delete] Deleting directory /tmp/usignjar-509345802 [echo] Removing signatures from JAR: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar [mkdir] Created dir: /tmp/usignjar-509345802 [unjar] Expanding: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar into /tmp/usignjar-509345802 [delete] Deleting: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar [jar] Building jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar [delete] Deleting directory /tmp/usignjar-509345802 [delete] Deleting: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar [delete] Deleting: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.7.5:publish-features-and-bundles (generate-full-metadata) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Command line: [/usr/lib/jvm/java-17-openjdk-amd64/bin/java, -jar, /home/jenkins/agent/workspace/master/m2/org/eclipse/tycho/tycho-bundles-external/2.7.5/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -configuration, /tmp/tycho-p2-runtime17044847621908540504.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/, -metadataRepository, file:/home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/, -publishArtifacts, -compress, -source, /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom (5.2 kB at 150 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 97 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 23 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 80 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 51 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 62 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 39 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 29 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 46 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom (1.9 kB at 72 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 25 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom (2.7 kB at 52 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 500 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 401 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 242 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 144 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 197 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 461 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar (425 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar (3.2 MB at 14 MB/s) [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [INFO] 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 [INFO] 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 82 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [INFO] 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 [INFO] 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 591 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.12/junit-4.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 592 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] 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 [INFO] 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 85 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] 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 [INFO] 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 27 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] 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 [INFO] 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 314 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] 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 [INFO] 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) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] 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 [INFO] 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 76 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] 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 [INFO] 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 317 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] 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 [INFO] 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 115 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] 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 [INFO] 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 70 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] 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 [INFO] 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 59 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] 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 [INFO] 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 228 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] 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 [INFO] 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 68 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] 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 [INFO] 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 34 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] 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 69 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] 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.jar [INFO] 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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar [INFO] 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.jar [INFO] 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 [INFO] 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.jar (14 kB at 210 kB/s) [INFO] 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 [INFO] 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 474 kB/s) [INFO] 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.jar (228 kB at 2.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 3.3 MB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 1.9 MB/s) [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 213 kB/s) [INFO] 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 [INFO] 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 151 kB/s) [INFO] 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 [INFO] 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 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] 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 85 kB/s) [INFO] 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 68 kB/s) [INFO] 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 173 kB/s) [INFO] 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 101 kB/s) [INFO] 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 268 kB/s) [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Building jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/target/org.eclipse.rcptt.updates.aspectj.e44x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.updates.aspectj.e44x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/target/org.eclipse.rcptt.updates.aspectj.e44x-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/target/org.eclipse.rcptt.updates.aspectj.e44x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.updates.aspectj.e44x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.kepler >-- [INFO] Building org.eclipse.rcptt.updates.kepler 2.5.5-SNAPSHOT [6/11] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.kepler --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.updates.kepler --- [INFO] Resolving class path of org.eclipse.rcptt.updates.kepler... [INFO] [INFO] --- tycho-p2-extras-plugin:2.7.5:mirror (default) @ org.eclipse.rcptt.updates.kepler --- [INFO] Mirroring to /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.kepler/dependencies... Mirroring: osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.validation,1.7.0.201306111341 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.validation,1.7.0.201306111341) Mirroring: osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201306111400 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201306111400) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20140203-1126) Mirroring: binary,org.eclipse.emf.validation_root,1.7.0.201306111341 (Descriptor: canonical: binary,org.eclipse.emf.validation_root,1.7.0.201306111341) Mirroring: org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.importer.ecore,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.importer.ecore,2.7.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.7.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545) Mirroring: org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.7.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.mapping,2.7.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.mapping,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545) Mirroring: org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.importer,2.8.1.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.importer,2.8.1.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.6.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.validation.ui,1.7.0.201306111341 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.validation.ui,1.7.0.201306111341) Mirroring: org.eclipse.update.feature,org.eclipse.emf.query,1.7.0.201306111332 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.query,1.7.0.201306111332) Mirroring: osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400) Mirroring: org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.7.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.7.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.7.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.emf.query,1.7.0.201306111332 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.query,1.7.0.201306111332) Mirroring: osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.exporter,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.exporter,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400) Mirroring: binary,org.eclipse.emf.transaction_root,1.7.0.201306111400 (Descriptor: canonical: binary,org.eclipse.emf.transaction_root,1.7.0.201306111400) Mirroring: org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341) Mirroring: osgi.bundle,org.eclipse.emf.importer.rose,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.importer.rose,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.ant,2.8.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ant,2.8.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.importer.java,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.importer.java,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.edit,2.9.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.edit,2.9.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.codegen,2.9.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.codegen,2.9.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.common.ui,2.8.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.8.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.8.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341) Mirroring: osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126) Mirroring: binary,org.eclipse.emf.query_root,1.7.0.201306111332 (Descriptor: canonical: binary,org.eclipse.emf.query_root,1.7.0.201306111332) Mirroring: osgi.bundle,org.eclipse.emf.codegen.ui,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen.ui,2.6.0.v20140203-1126) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.kepler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.kepler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.kepler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.kepler/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.updates.kepler --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.kepler --- [INFO] Building jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.kepler/target/org.eclipse.rcptt.updates.kepler-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.updates.kepler --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.updates.kepler --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.kepler/target/org.eclipse.rcptt.updates.kepler-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.kepler/target/org.eclipse.rcptt.updates.kepler-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.updates.kepler --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.updates.kepler --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.external.dependencies.rap >-- [INFO] Building org.eclipse.rcptt.updates.external.dependencies.rap 2.5.5-SNAPSHOT [7/11] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] Resolving class path of org.eclipse.rcptt.updates.external.dependencies.rap... [INFO] [INFO] --- tycho-p2-extras-plugin:2.7.5:mirror (default) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] Mirroring to /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/dependencies... Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.solaris.sparc,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.solaris.sparc,1.1.200.v20140116-2212) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.solaris.x86,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.solaris.x86,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.equinox.servletbridge,1.3.200.v20160128-1435 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.servletbridge,1.3.200.v20160128-1435) Mirroring: osgi.bundle,org.apache.felix.gogo.command,0.10.0.v201209301215 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.command,0.10.0.v201209301215) Mirroring: osgi.bundle,org.eclipse.equinox.console,1.1.200.v20150929-1405 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.console,1.1.200.v20150929-1405) Mirroring: osgi.bundle,org.eclipse.equinox.http.servlet,1.3.1.v20160808-1329 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.servlet,1.3.1.v20160808-1329) Mirroring: osgi.bundle,com.ibm.icu.base.source,56.1.0.v201601250100 (Descriptor: canonical: osgi.bundle,com.ibm.icu.base.source,56.1.0.v201601250100) Mirroring: osgi.bundle,org.eclipse.equinox.ds.source,1.4.400.v20160226-2036 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.ds.source,1.4.400.v20160226-2036) Mirroring: osgi.bundle,org.eclipse.osgi.services,3.5.100.v20160504-1419 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.services,3.5.100.v20160504-1419) Mirroring: osgi.bundle,org.eclipse.equinox.cm,1.1.200.v20160324-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.cm,1.1.200.v20160324-1850) Mirroring: osgi.bundle,org.eclipse.core.runtime.source,3.12.0.v20160606-1342 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime.source,3.12.0.v20160606-1342) Mirroring: osgi.bundle,org.eclipse.core.databinding.beans,1.3.100.v20160509-1025 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.beans,1.3.100.v20160509-1025) Mirroring: osgi.bundle,org.eclipse.equinox.http.registry,1.1.400.v20150715-1528 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.registry,1.1.400.v20150715-1528) Mirroring: osgi.bundle,org.eclipse.core.databinding.observable,1.6.0.v20160511-1747 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.observable,1.6.0.v20160511-1747) Mirroring: osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545) Mirroring: osgi.bundle,org.apache.felix.gogo.runtime,0.10.0.v201209301036 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.runtime,0.10.0.v201209301036) Mirroring: osgi.bundle,org.eclipse.equinox.http.servlet.source,1.3.1.v20160808-1329 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.servlet.source,1.3.1.v20160808-1329) Mirroring: osgi.bundle,org.eclipse.equinox.launcher,1.3.0.v20130327-1440 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher,1.3.0.v20130327-1440) Mirroring: org.eclipse.update.feature,org.eclipse.rap.equinox.target.feature,3.1.2.20170308-1815 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.rap.equinox.target.feature,3.1.2.20170308-1815) Mirroring: osgi.bundle,org.eclipse.jetty.http.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.equinox.cm.source,1.1.200.v20160324-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.cm.source,1.1.200.v20160324-1850) Mirroring: osgi.bundle,org.eclipse.rap.nebula.widgets.richtext,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.nebula.widgets.richtext,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.core.runtime,3.12.0.v20160606-1342 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.12.0.v20160606-1342) Mirroring: osgi.bundle,org.eclipse.rap.fileupload,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.fileupload,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.equinox.security,1.2.0.v20130424-1801 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security,1.2.0.v20130424-1801) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.core.filesystem,1.4.0.v20130514-1240 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem,1.4.0.v20130514-1240) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.linux.x86_64,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.linux.x86_64,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.core.expressions,3.5.100.v20160418-1621 (Descriptor: canonical: osgi.bundle,org.eclipse.core.expressions,3.5.100.v20160418-1621) Mirroring: osgi.bundle,org.eclipse.rap.ui.views,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.ui.views,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.executable,3.6.0.v20140117-1004 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.executable,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.equinox.http.registry.source,1.1.400.v20150715-1528 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.registry.source,1.1.400.v20150715-1528) Mirroring: osgi.bundle,javax.xml,1.3.4.v201005080400 (Descriptor: canonical: osgi.bundle,javax.xml,1.3.4.v201005080400) Mirroring: osgi.bundle,org.junit.source,4.12.0.v201504281640 (Descriptor: canonical: osgi.bundle,org.junit.source,4.12.0.v201504281640) Mirroring: osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400) Mirroring: osgi.bundle,org.apache.felix.gogo.runtime.source,0.10.0.v201209301036 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.runtime.source,0.10.0.v201209301036) Mirroring: osgi.bundle,org.eclipse.jdt.junit.runtime,3.4.600.v20160505-0715 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.junit.runtime,3.4.600.v20160505-0715) Mirroring: binary,org.eclipse.equinox.executable_root.win32.win32.x86,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.win32.win32.x86,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.jetty.security,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.security,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.equinox.event.source,1.3.200.v20160324-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.event.source,1.3.200.v20160324-1850) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.apache.commons.io,2.2.0.v201405211200 (Descriptor: canonical: osgi.bundle,org.apache.commons.io,2.2.0.v201405211200) Mirroring: osgi.bundle,org.eclipse.rap.jface,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.jface,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.jetty.continuation.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.continuation.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64,1.0.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64,1.0.200.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.rap.rwt,3.1.2.20161130-0738 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.rwt,3.1.2.20161130-0738) Mirroring: osgi.bundle,org.eclipse.equinox.console.source,1.1.200.v20150929-1405 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.console.source,1.1.200.v20150929-1405) Mirroring: osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.equinox.common,3.8.0.v20160509-1230 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.common,3.8.0.v20160509-1230) Mirroring: binary,org.eclipse.equinox.executable_root.win32.win32.x86_64,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.win32.win32.x86_64,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.hamcrest.core,1.3.0.v201303031735 (Descriptor: canonical: osgi.bundle,org.hamcrest.core,1.3.0.v201303031735) Mirroring: osgi.bundle,org.eclipse.rap.ui.workbench,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.ui.workbench,3.1.2.20161108-1505) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.linux.x86,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.linux.x86,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.solaris.x86,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.solaris.x86,1.1.200.v20140116-2212) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.linux.s390,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.linux.s390,3.6.0.v20140117-1004) Mirroring: osgi.bundle,javax.servlet,3.1.0.v201410161800 (Descriptor: canonical: osgi.bundle,javax.servlet,3.1.0.v201410161800) Mirroring: osgi.bundle,org.eclipse.equinox.app,1.3.400.v20150715-1528 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.app,1.3.400.v20150715-1528) Mirroring: org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126) Mirroring: osgi.bundle,org.junit,4.12.0.v201504281640 (Descriptor: canonical: osgi.bundle,org.junit,4.12.0.v201504281640) Mirroring: osgi.bundle,org.eclipse.equinox.common.source,3.8.0.v20160509-1230 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.common.source,3.8.0.v20160509-1230) Mirroring: org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.core.variables,3.2.700.v20130402-1741 (Descriptor: canonical: osgi.bundle,org.eclipse.core.variables,3.2.700.v20130402-1741) Mirroring: osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341) Mirroring: osgi.bundle,org.eclipse.equinox.http.jetty,3.3.0.v20160324-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.jetty,3.3.0.v20160324-1850) Mirroring: osgi.bundle,org.apache.commons.fileupload,1.3.1.201405120000 (Descriptor: canonical: osgi.bundle,org.apache.commons.fileupload,1.3.1.201405120000) Mirroring: osgi.bundle,org.eclipse.jetty.servlet,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.servlet,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.rap.ui.cheatsheets,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.ui.cheatsheets,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.jdt.junit.runtime.source,3.4.600.v20160505-0715 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.junit.runtime.source,3.4.600.v20160505-0715) Mirroring: osgi.bundle,com.ibm.icu.base,56.1.0.v201601250100 (Descriptor: canonical: osgi.bundle,com.ibm.icu.base,56.1.0.v201601250100) Mirroring: osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.jetty.server.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.server.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.help.source,3.7.0.v20160602-1307 (Descriptor: canonical: osgi.bundle,org.eclipse.help.source,3.7.0.v20160602-1307) Mirroring: osgi.bundle,org.eclipse.equinox.http.jetty.source,3.3.0.v20160324-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.jetty.source,3.3.0.v20160324-1850) Mirroring: osgi.bundle,org.eclipse.equinox.registry.source,3.6.100.v20160223-2218 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.registry.source,3.6.100.v20160223-2218) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.aix.ppc,1.1.100.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.aix.ppc,1.1.100.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126) Mirroring: osgi.bundle,org.apache.felix.gogo.command.source,0.10.0.v201209301215 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.command.source,0.10.0.v201209301215) Mirroring: osgi.bundle,org.eclipse.equinox.http.servletbridge,1.0.300.v20130327-1442 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.servletbridge,1.0.300.v20130327-1442) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.aix.ppc64,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.aix.ppc64,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.rap.ui,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.ui,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.core.contenttype.source,3.5.100.v20160418-1621 (Descriptor: canonical: osgi.bundle,org.eclipse.core.contenttype.source,3.5.100.v20160418-1621) Mirroring: osgi.bundle,org.eclipse.core.commands.source,3.8.1.v20161221-1651 (Descriptor: canonical: osgi.bundle,org.eclipse.core.commands.source,3.8.1.v20161221-1651) Mirroring: osgi.bundle,org.eclipse.core.jobs.source,3.8.0.v20160509-0411 (Descriptor: canonical: osgi.bundle,org.eclipse.core.jobs.source,3.8.0.v20160509-0411) Mirroring: osgi.bundle,org.eclipse.jetty.util.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.util.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.core.databinding,1.6.0.v20160412-0910 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding,1.6.0.v20160412-0910) Mirroring: osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.jetty.util,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.util,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.jetty.server,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.server,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.osgi,3.11.3.v20170209-1843 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi,3.11.3.v20170209-1843) Mirroring: osgi.bundle,org.eclipse.jetty.io.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.io.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.equinox.registry,3.6.100.v20160223-2218 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.registry,3.6.100.v20160223-2218) Mirroring: osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126) Mirroring: osgi.bundle,javax.servlet.source,3.1.0.v201410161800 (Descriptor: canonical: osgi.bundle,javax.servlet.source,3.1.0.v201410161800) Mirroring: osgi.bundle,org.eclipse.jetty.io,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.io,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.core.databinding.observable.source,1.6.0.v20160511-1747 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.observable.source,1.6.0.v20160511-1747) Mirroring: osgi.bundle,org.eclipse.help,3.7.0.v20160602-1307 (Descriptor: canonical: osgi.bundle,org.eclipse.help,3.7.0.v20160602-1307) Mirroring: osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.equinox.preferences.source,3.6.1.v20160815-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.preferences.source,3.6.1.v20160815-1406) Mirroring: osgi.bundle,org.eclipse.jetty.continuation,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.continuation,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.debug.core,3.8.0.v20130514-0954 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.core,3.8.0.v20130514-0954) Mirroring: binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.core.resources,3.8.101.v20130717-0806 (Descriptor: canonical: osgi.bundle,org.eclipse.core.resources,3.8.101.v20130717-0806) Mirroring: osgi.bundle,org.eclipse.core.jobs,3.8.0.v20160509-0411 (Descriptor: canonical: osgi.bundle,org.eclipse.core.jobs,3.8.0.v20160509-0411) Mirroring: osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.solaris.sparc,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.solaris.sparc,3.6.0.v20140117-1004) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.hpux.ia64,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.hpux.ia64,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.core.commands,3.8.1.v20161221-1651 (Descriptor: canonical: osgi.bundle,org.eclipse.core.commands,3.8.1.v20161221-1651) Mirroring: osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.rap.nebula.jface.gridviewer,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.nebula.jface.gridviewer,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.s390x,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.s390x,1.1.200.v20140116-2212) Mirroring: org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126) Mirroring: osgi.bundle,org.apache.felix.gogo.shell.source,0.10.0.v201212101605 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.shell.source,0.10.0.v201212101605) Mirroring: osgi.bundle,org.eclipse.text,3.5.300.v20130515-1451 (Descriptor: canonical: osgi.bundle,org.eclipse.text,3.5.300.v20130515-1451) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.apache.felix.gogo.shell,0.10.0.v201212101605 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.shell,0.10.0.v201212101605) Mirroring: osgi.bundle,org.eclipse.core.filebuffers,3.5.300.v20130225-1821 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filebuffers,3.5.300.v20130225-1821) Mirroring: osgi.bundle,org.eclipse.rap.ui.forms,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.ui.forms,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.core.databinding.source,1.6.0.v20160412-0910 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.source,1.6.0.v20160412-0910) Mirroring: osgi.bundle,org.eclipse.core.contenttype,3.5.100.v20160418-1621 (Descriptor: canonical: osgi.bundle,org.eclipse.core.contenttype,3.5.100.v20160418-1621) Mirroring: osgi.bundle,org.eclipse.core.databinding.property,1.6.0.v20160427-0852 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.property,1.6.0.v20160427-0852) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.hpux.ia64,1.0.100.v20140117-1004 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.hpux.ia64,1.0.100.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.equinox.util.source,1.0.500.v20130404-1337 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.util.source,1.0.500.v20130404-1337) Mirroring: osgi.bundle,org.eclipse.rap.filedialog,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.filedialog,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.jetty.servlet.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.servlet.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.rap.jface.databinding,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.jface.databinding,3.1.2.20161108-1505) Mirroring: org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.s390,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.s390,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.hamcrest.core.source,1.3.0.v201303031735 (Descriptor: canonical: osgi.bundle,org.hamcrest.core.source,1.3.0.v201303031735) Mirroring: osgi.bundle,org.eclipse.jetty.security.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.security.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.osgi.services.source,3.5.100.v20160504-1419 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.services.source,3.5.100.v20160504-1419) Mirroring: osgi.bundle,org.eclipse.equinox.event,1.3.200.v20160324-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.event,1.3.200.v20160324-1850) Mirroring: osgi.bundle,org.eclipse.jetty.http,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.core.databinding.property.source,1.6.0.v20160427-0852 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.property.source,1.6.0.v20160427-0852) Mirroring: osgi.bundle,org.eclipse.equinox.ds,1.4.400.v20160226-2036 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.ds,1.4.400.v20160226-2036) Mirroring: osgi.bundle,org.eclipse.equinox.app.source,1.3.400.v20150715-1528 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.app.source,1.3.400.v20150715-1528) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.linux.ppc,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.linux.ppc,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.rap.nebula.widgets.grid,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.nebula.widgets.grid,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.core.expressions.source,3.5.100.v20160418-1621 (Descriptor: canonical: osgi.bundle,org.eclipse.core.expressions.source,3.5.100.v20160418-1621) Mirroring: osgi.bundle,org.eclipse.rap.rwt.osgi,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.rwt.osgi,3.1.2.20161108-1505) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.linux.ppc64,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.linux.ppc64,3.6.0.v20140117-1004) Mirroring: binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86_64,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86_64,3.6.0.v20140117-1004) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.aix.ppc,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.aix.ppc,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.osgi.source,3.11.3.v20170209-1843 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.source,3.11.3.v20170209-1843) Mirroring: osgi.bundle,org.eclipse.equinox.util,1.0.500.v20130404-1337 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.util,1.0.500.v20130404-1337) Mirroring: osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545) Mirroring: org.eclipse.update.feature,org.eclipse.rap.feature,3.1.2.20161130-0738 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.rap.feature,3.1.2.20161130-0738) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.aix.ppc64,1.1.100.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.aix.ppc64,1.1.100.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.linux.s390x,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.linux.s390x,3.6.0.v20140117-1004) Mirroring: org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.core.databinding.beans.source,1.3.100.v20160509-1025 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.beans.source,1.3.100.v20160509-1025) Mirroring: osgi.bundle,org.eclipse.equinox.preferences,3.6.1.v20160815-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.preferences,3.6.1.v20160815-1406) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/target/org.eclipse.rcptt.updates.external.dependencies.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/target/org.eclipse.rcptt.updates.external.dependencies.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/target/org.eclipse.rcptt.updates.external.dependencies.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.extra >-- [INFO] Building org.eclipse.rcptt.updates.extra 2.5.5-SNAPSHOT [8/11] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.extra --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.updates.extra --- [INFO] Resolving class path of org.eclipse.rcptt.updates.extra... [INFO] [INFO] --- tycho-p2-extras-plugin:2.7.5:mirror (default) @ org.eclipse.rcptt.updates.extra --- [INFO] Mirroring to /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.extra/dependencies... Mirroring: osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905 (Descriptor: canonical: osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905) Mirroring: osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150 (Descriptor: canonical: osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150) Mirroring: osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750 (Descriptor: canonical: osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750) Mirroring: osgi.bundle,org.dom4j,1.6.1.v201312101416 (Descriptor: canonical: osgi.bundle,org.dom4j,1.6.1.v201312101416) Mirroring: osgi.bundle,org.apache.poi,3.9.0.v201405241750 (Descriptor: canonical: osgi.bundle,org.apache.poi,3.9.0.v201405241750) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.extra --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.extra/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.extra --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.extra/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.updates.extra --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.extra --- [INFO] Building jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.extra/target/org.eclipse.rcptt.updates.extra-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.updates.extra --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.updates.extra --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.extra/target/org.eclipse.rcptt.updates.extra-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.extra/target/org.eclipse.rcptt.updates.extra-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.updates.extra --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.updates.extra --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.external.dependencies.rap.feature >-- [INFO] Building org.eclipse.rcptt.external.dependencies.rap.feature 2.5.5-SNAPSHOT [9/11] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/master/dependencies/features/org.eclipse.rcptt.external.dependencies.rap-feature/target/org.eclipse.rcptt.external.dependencies.rap.feature-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/dependencies/features/org.eclipse.rcptt.external.dependencies.rap-feature/target/org.eclipse.rcptt.external.dependencies.rap.feature-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/dependencies/features/org.eclipse.rcptt.external.dependencies.rap-feature/target/org.eclipse.rcptt.external.dependencies.rap.feature-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.external.dependencies.feature >-- [INFO] Building org.eclipse.rcptt.external.dependencies.feature 2.5.5-SNAPSHOT [10/11] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/master/dependencies/features/org.eclipse.rcptt.external.dependencies-feature/target/org.eclipse.rcptt.external.dependencies.feature-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.external.dependencies.feature --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/dependencies/features/org.eclipse.rcptt.external.dependencies-feature/target/org.eclipse.rcptt.external.dependencies.feature-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/dependencies/features/org.eclipse.rcptt.external.dependencies-feature/target/org.eclipse.rcptt.external.dependencies.feature-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.external.dependencies.feature --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] ------------< org.eclipse.rcptt.repositories:dependencies >------------- [INFO] Building dependencies 2.5.5-SNAPSHOT [11/11] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ dependencies --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ dependencies --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ dependencies --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ dependencies --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ dependencies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/repository/dependencies/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ dependencies --- [WARNING] No system packages found in profile nor toolchain for JavaSE-11, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-11 in your toolchains.xml [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [WARNING] No system packages found in profile nor toolchain for JavaSE-18, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-18 in your toolchains.xml [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ dependencies --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ dependencies --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ dependencies --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ dependencies --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ dependencies --- [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/dependencies/target/dependencies-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ dependencies --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ dependencies --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ dependencies --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ dependencies --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] mirroring 2.5.5-SNAPSHOT ........................... SUCCESS [ 8.521 s] [INFO] dependencies ....................................... SUCCESS [ 0.007 s] [INFO] bundles ............................................ SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.updates.aspectj.e44x ............. SUCCESS [ 26.163 s] [INFO] org.eclipse.rcptt.updates.kepler ................... SUCCESS [ 17.960 s] [INFO] org.eclipse.rcptt.updates.external.dependencies.rap SUCCESS [ 19.458 s] [INFO] org.eclipse.rcptt.updates.extra .................... SUCCESS [ 4.804 s] [INFO] features ........................................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.external.dependencies.feature .... SUCCESS [ 0.879 s] [INFO] org.eclipse.rcptt.external.dependencies.rap.feature SUCCESS [ 0.922 s] [INFO] dependencies 2.5.5-SNAPSHOT ........................ SUCCESS [ 5.858 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:15 min [INFO] Finished at: 2024-05-21T13:52:45Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f releng/core/pom.xml [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2019-03 [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-03/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ (142B) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.client.tcp:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/pom.xml [INFO] Fetching 201903201000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-03/ (63B) [INFO] Fetching org.eclipse.osgi_3.13.300.v20190218-1622.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.38MB) [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (103.12kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.300.v20190218-2100.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (130.38kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.300.v20190218-2100.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (191.97kB) [INFO] Fetching org.eclipse.equinox.common_3.10.300.v20190218-2100.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (119.48kB) [INFO] Fetching org.eclipse.core.jobs_3.10.300.v20190215-2048.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (104.86kB) [INFO] Fetching org.eclipse.core.runtime_3.15.200.v20190301-1641.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (72.66kB) [INFO] Fetching org.eclipse.equinox.app_1.4.100.v20190215-2139.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (86.28kB) [INFO] Fetching org.eclipse.emf.common_2.15.0.v20181220-0846.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (367.18kB) [INFO] Fetching org.eclipse.emf.ecore_2.17.0.v20190116-0940.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.35MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.core:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data/pom.xml [INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (229.72kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data.apache.poi:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.core:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/pom.xml [INFO] Fetching org.eclipse.core.expressions_3.6.300.v20190218-1215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (91.99kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.300.v20190218-2054.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (65.33kB) [INFO] Fetching org.eclipse.core.resources_3.13.300.v20190218-2054.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (873.42kB) [INFO] Fetching org.eclipse.core.variables_3.4.400.v20190214-1545.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (35.23kB) [INFO] Fetching org.eclipse.debug.core_3.13.200.v20190216-1557.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (388.57kB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20160520211859/repository/ (63B) [INFO] Fetching com.ibm.icu.base_56.1.0.v201601250100.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (179.43kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (201.73kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.runtime:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/pom.xml [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (28.46kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (17.78kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (37.68kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (95.1kB) [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (351.72kB) [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (144.14kB) [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (20.33kB) [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.47kB) [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (680.05kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (227.16kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (71.45kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (125.66kB) [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (402.96kB) [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (71.79kB) [INFO] Fetching org.eclipse.compare.core_3.6.400.v20190214-2156.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (66.4kB) [INFO] Fetching org.eclipse.core.commands_3.9.300.v20190215-1957.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (114.23kB) [INFO] Fetching org.eclipse.core.databinding_1.7.200.v20190216-1545.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (183.83kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.400.v20190218-2049.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (307.91kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.400.v20190215-1957.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (161.44kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.500.v20190218-1547.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (116.59kB) [INFO] Fetching org.eclipse.text_3.8.100.v20190306-1823.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (279.03kB) [INFO] Fetching org.eclipse.debug.ui_3.14.0.v20190301-0916.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.98MB) [INFO] Fetching org.eclipse.ui_3.112.0.v20190205-1313.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (464.68kB) [INFO] Fetching org.eclipse.ui.console_3.8.400.v20190218-2131.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (200.25kB) [INFO] Fetching org.eclipse.help_3.8.300.v20190216-1017.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (263.29kB) [INFO] Fetching org.eclipse.jface.text_3.15.100.v20190305-0811.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.01MB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.300.v20190218-2126.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (637.81kB) [INFO] Fetching org.eclipse.ui.ide_3.15.0.v20190301-1127.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.4MB) [INFO] Fetching org.eclipse.ui.editors_3.11.400.v20190218-1547.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (599.13kB) [INFO] Fetching org.eclipse.ui.forms_3.7.500.v20190216-1545.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (319.3kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.500.v20190131-1604.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (25.45kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.64kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (16.6kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.0.v20190214-1713.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (47.42kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (55.74kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.300.v20190214-1713.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (11.98kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (11.15kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (34.53kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.41kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (308.1kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.400.v20190131-1604.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (44.98kB) [INFO] Fetching org.eclipse.swt_3.110.0.v20190305-0602.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.93kB) [INFO] Fetching org.eclipse.jface_3.15.100.v20190222-1334.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.500.v20190211-2017.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (206.61kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.400.v20190223-1254.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (250.61kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.200.v20190212-2214.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (28.26kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.500.v20190214-1316.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (17.17kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.300.v20190213-1544.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (386.15kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.400.v20190212-2214.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (24.6kB) [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (34.72kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.16kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.9.0.v20190220-1356.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (254.4kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (100.61kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.400.v20190224-1542.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (122.91kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.500.v20190220-1002.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (245.6kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.500.v20190214-0851.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (170.94kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.500.v20190218-2049.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (272.6kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.0.v20181213-1706.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (20.83kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.300.v20190218-1259.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.6kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (74.89kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.200.v20190215-2242.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (209.96kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.300.v20190215-2242.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (351.66kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (130.41kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.300.v20190215-2242.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (138.5kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (125.23kB) [INFO] Fetching org.eclipse.equinox.security_1.3.100.v20190215-2139.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (110.94kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.110.0.v20190305-0602.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.33MB) [INFO] Fetching org.eclipse.ui.workbench_3.113.0.v20190219-1432.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (3.56MB) [INFO] Fetching org.eclipse.ui.navigator_3.7.400.v20190218-2049.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (430.25kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (19.63kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.110.0.v20190305-0602.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.07MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.110.0.v20190305-0602.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.04MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.dispatch:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.doc:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.parser:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.parser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.perf:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.perf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.platform:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform/pom.xml [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.200.v20190215-2242.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (36.1kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.0.v20190212-1235.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (153.25kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (71.81kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.300.v20190215-2242.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (106.86kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (354.46kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (236.29kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (45.11kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.300.v20190202-1801.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (74.18kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.platform.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/pom.xml [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (12.46MB) [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (11.08MB of 12.46MB at 11.07MB/s) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.popup:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.popup.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.server.tcp:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.server.tcp.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.shell:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.shell/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.telnet.server:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.telnet.server.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.operations:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.operations/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.interop:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.interop/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.filesystem:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.core:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.core-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.ide:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.ide-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.shell:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.shell-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.platform:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.platform-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.platform.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.platform.ui-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.sdk:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.sdk-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.server:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.server-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.server.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.server.ui-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.operations.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/pom.xml [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.55MB) [INFO] Fetching org.eclipse.compare_3.7.500.v20190218-1850.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (786.77kB) [INFO] Fetching org.eclipse.ui.views_3.9.300.v20190216-1545.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (108.03kB) [INFO] Fetching org.eclipse.core.net_1.3.400.v20181030-1645.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (72.56kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.98kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.0.v20190216-1303.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (349.77kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.300.v20190216-1303.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (500.5kB) [INFO] Fetching org.eclipse.team.core_3.8.500.v20190216-2155.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (399.25kB) [INFO] Fetching org.eclipse.team.ui_3.8.400.v20190216-2155.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.4MB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (284.2kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.200.v20190212-2214.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (103.39kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.400.v20190222-1251.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (166.26kB) [INFO] Fetching org.eclipse.urischeme_1.0.200.v20190219-1659.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (47.65kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.400.v20190215-1230.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (107.67kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (65.43kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.client.tcp.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.core.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.parser.test:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.perf.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.doc.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:ecl-repository:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/repository/pom.xml [INFO] Adding repository http://download.eclipse.org/tools/ajdt/43/update [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.core:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.watson:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.jobs:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.jobs/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.ui/pom.xml [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (602.2kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.features:org.eclipse.rcptt.tesla:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.core:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.core.context:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core.context/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.core:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.ecl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.recording.core.ecl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core.ecl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.search:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.search/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.builder:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.builder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.scenario:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.scenario/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.launching:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.launching/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.logging:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.logging/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.debug/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.group:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.group/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.preferences/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.script:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.script/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.super:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.super/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.capability:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.capability/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.parameters/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.filesystem/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.extensions:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.extensions/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.time:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.time/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.text:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.text/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.log:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.log/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.tree/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.reporting:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.reporting/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util/pom.xml [INFO] Fetching org.jsoup_1.7.2.v201411291515.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (307.54kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util.resources:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.swt:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.swt.win64:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt.win64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.core.features:org.eclipse.rcptt.core:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.core:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.parser:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.parser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.formatter:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.formatter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.scanner:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.scanner/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.highlighter:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.highlighter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.expandbar/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.formatter.test:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.parser.test:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.test:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.search.test:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:core-repository:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/repository/core/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] ecl [pom] [INFO] ecl-plugins [pom] [INFO] org.eclipse.rcptt.ecl.core [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.client.tcp [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.dispatch [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.filesystem [eclipse-plugin] [INFO] core [pom] [INFO] rcptt.core [pom] [INFO] org.eclipse.rcptt.logging [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.core.context [eclipse-plugin] [INFO] org.eclipse.rcptt.util [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.core [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ecl [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.data [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.data.apache.poi [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.parser [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.debug.runtime [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.debug.core [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.debug.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.doc [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.perf [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.platform [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.platform.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.popup [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.popup.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.server.tcp [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.server.tcp.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.shell [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.telnet.server [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.telnet.server.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.operations [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.interop [eclipse-plugin] [INFO] ecl-features [pom] [INFO] org.eclipse.rcptt.ecl.core [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.ide [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.server [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.shell [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.platform [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.platform.ui [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.sdk [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.server.ui [eclipse-feature] [INFO] ecl-tests [pom] [INFO] org.eclipse.rcptt.ecl.parser.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.operations.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.data.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.core.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.client.tcp.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.perf.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.doc.tests [eclipse-test-plugin] [INFO] ecl-repository [eclipse-repository] [INFO] watson [pom] [INFO] org.eclipse.rcptt.watson.core [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.jobs [eclipse-plugin] [INFO] org.eclipse.rcptt.watson [eclipse-feature] [INFO] org.eclipse.rcptt.watson.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.core [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla [eclipse-feature] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ecl [eclipse-feature] [INFO] org.eclipse.rcptt.core.scenario [eclipse-plugin] [INFO] org.eclipse.rcptt.core [eclipse-plugin] [INFO] org.eclipse.rcptt.core.search [eclipse-plugin] [INFO] org.eclipse.rcptt.reporting [eclipse-plugin] [INFO] rcptt.core.verifications [pom] [INFO] org.eclipse.rcptt.verifications [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.core [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.scanner [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.parser [eclipse-plugin] [INFO] org.eclipse.rcptt.core.builder [eclipse-plugin] [INFO] org.eclipse.rcptt.core.launching [eclipse-plugin] [INFO] rcptt.core.contexts [pom] [INFO] org.eclipse.rcptt.ctx.debug [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.group [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.preferences [eclipse-plugin] [INFO] org.eclipse.rcptt.resources [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.resources [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.script [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.super [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.capability [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.parameters [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.filesystem [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.extensions [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.time [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.text [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.log [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.tree [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.resources [eclipse-plugin] [INFO] org.eclipse.rcptt.util.resources [eclipse-plugin] [INFO] org.eclipse.rcptt.core.swt [eclipse-plugin] [INFO] org.eclipse.rcptt.core.swt.win64 [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.formatter [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.highlighter [eclipse-plugin] [INFO] org.eclipse.rcptt.expandbar [eclipse-plugin] [INFO] org.eclipse.rcptt.core [eclipse-feature] [INFO] rcptt.core.tests [pom] [INFO] org.eclipse.rcptt.core.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.core.ecl.formatter.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.core.ecl.parser.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.verifications.tree.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.core.search.test [eclipse-test-plugin] [INFO] core-repository [eclipse-repository] [INFO] [INFO] -----------------------< org.eclipse.rcptt:ecl >------------------------ [INFO] Building ecl 2.5.5-SNAPSHOT [1/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecl --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ ecl --- [INFO] [INFO] -----------------< org.eclipse.rcptt.ecl:ecl-plugins >------------------ [INFO] Building ecl-plugins 2.5.5-SNAPSHOT [2/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl-plugins --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ ecl-plugins --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecl-plugins --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ ecl-plugins --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ ecl-plugins --- [INFO] [INFO] -----------------------< org.eclipse.rcptt:core >----------------------- [INFO] Building core 2.5.5-SNAPSHOT [3/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ core --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ core --- [INFO] [INFO] -----------------< org.eclipse.rcptt.ecl:ecl-features >----------------- [INFO] Building ecl-features 2.5.5-SNAPSHOT [4/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl-features --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ ecl-features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecl-features --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ ecl-features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ ecl-features --- [INFO] [INFO] ------------------< org.eclipse.rcptt.ecl:ecl-tests >------------------- [INFO] Building ecl-tests 2.5.5-SNAPSHOT [5/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl-tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ ecl-tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecl-tests --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ ecl-tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ ecl-tests --- [INFO] [INFO] ----------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.core >---------- [INFO] Building org.eclipse.rcptt.ecl.core 2.5.5-SNAPSHOT [6/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.core --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.core --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.core... [INFO] Fetching javax.transaction_1.1.1.v201105210645.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (29kB) [INFO] Fetching org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (50.49kB) [INFO] Fetching org.eclipse.equinox.region_1.4.300.v20181116-1551.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (75.95kB) [INFO] Fetching org.eclipse.fx.osgi_3.5.0.201902220600.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (45.98kB) [INFO] Fetching org.eclipse.equinox.transforms.hook_1.2.300.v20181116-1551.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (29.54kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.400.v20190208-1533.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (239.25kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.core --- [INFO] Compiling 168 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.core --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.core/target/org.eclipse.rcptt.ecl.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.core/target/org.eclipse.rcptt.ecl.core-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.core/target/org.eclipse.rcptt.ecl.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.core --- [INFO] No tests to run. [INFO] [INFO] --------------------< org.eclipse.rcptt:rcptt.core >-------------------- [INFO] Building rcptt.core 2.5.5-SNAPSHOT [7/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.core --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.core --- [INFO] [INFO] ----------------------< org.eclipse.rcptt:watson >---------------------- [INFO] Building watson 2.5.5-SNAPSHOT [8/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ watson --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ watson --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ watson --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ watson --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ watson --- [INFO] [INFO] -----------------< org.eclipse.rcptt:rcptt.core.tests >----------------- [INFO] Building rcptt.core.tests 2.5.5-SNAPSHOT [9/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.core.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.core.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.core.tests --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.core.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.core.tests --- [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.client.tcp >------- [INFO] Building org.eclipse.rcptt.ecl.client.tcp 2.5.5-SNAPSHOT [10/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.client.tcp... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.client.tcp --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/target/org.eclipse.rcptt.ecl.client.tcp-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.client.tcp --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/target/org.eclipse.rcptt.ecl.client.tcp-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/target/org.eclipse.rcptt.ecl.client.tcp-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.client.tcp --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.dispatch >-------- [INFO] Building org.eclipse.rcptt.ecl.dispatch 2.5.5-SNAPSHOT [11/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.dispatch... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.dispatch --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/target/org.eclipse.rcptt.ecl.dispatch-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.dispatch --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/target/org.eclipse.rcptt.ecl.dispatch-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/target/org.eclipse.rcptt.ecl.dispatch-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.dispatch --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.parser >--------- [INFO] Building org.eclipse.rcptt.ecl.parser 2.5.5-SNAPSHOT [12/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.parser --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.parser --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.parser... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.parser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.parser --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.parser/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.parser/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.parser/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.parser --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.parser --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.parser/target/org.eclipse.rcptt.ecl.parser-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.parser --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.parser --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.parser/target/org.eclipse.rcptt.ecl.parser-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.parser/target/org.eclipse.rcptt.ecl.parser-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.parser --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.parser --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.doc >----------- [INFO] Building org.eclipse.rcptt.ecl.doc 2.5.5-SNAPSHOT [13/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.doc --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.doc --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.doc... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.doc/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.doc/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.doc/target/org.eclipse.rcptt.ecl.doc-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.doc --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.doc --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.doc/target/org.eclipse.rcptt.ecl.doc-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.doc/target/org.eclipse.rcptt.ecl.doc-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.doc --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.doc --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.perf >---------- [INFO] Building org.eclipse.rcptt.ecl.perf 2.5.5-SNAPSHOT [14/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.perf --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.perf --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.perf... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.perf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.perf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.perf --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.perf/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.perf/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.perf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.perf/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.perf --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.perf --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.perf/target/org.eclipse.rcptt.ecl.perf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.perf --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.perf --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.perf/target/org.eclipse.rcptt.ecl.perf-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.perf/target/org.eclipse.rcptt.ecl.perf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.perf --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.perf --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.platform >-------- [INFO] Building org.eclipse.rcptt.ecl.platform 2.5.5-SNAPSHOT [15/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.platform --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.platform --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.platform... [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.100.v20180827-1235.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (35.14kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.300.v20181030-1942.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.99kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.100.v20180827-1235.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (17.02kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.100.v20180828-0158.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (10.96kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (31.84kB) [INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.100.v20180828-0158.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (11.13kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.61kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.platform --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 97 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.platform --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform/target/org.eclipse.rcptt.ecl.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.platform --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.platform --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform/target/org.eclipse.rcptt.ecl.platform-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform/target/org.eclipse.rcptt.ecl.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.platform --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.platform --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.server.tcp >------- [INFO] Building org.eclipse.rcptt.ecl.server.tcp 2.5.5-SNAPSHOT [16/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.server.tcp... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.server.tcp --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/target/org.eclipse.rcptt.ecl.server.tcp-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.server.tcp --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/target/org.eclipse.rcptt.ecl.server.tcp-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/target/org.eclipse.rcptt.ecl.server.tcp-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.server.tcp --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.rcptt:org.eclipse.rcptt.logging >------------- [INFO] Building org.eclipse.rcptt.logging 2.5.5-SNAPSHOT [17/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.logging --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.logging --- [INFO] Resolving class path of org.eclipse.rcptt.logging... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.logging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.logging/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.logging --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.logging/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.logging/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.logging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.logging/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.logging --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.logging --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.logging/target/org.eclipse.rcptt.logging-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.logging --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.logging --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.logging/target/org.eclipse.rcptt.logging-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.logging/target/org.eclipse.rcptt.logging-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.logging --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.logging --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.core.context >------- [INFO] Building org.eclipse.rcptt.tesla.core.context 2.5.5-SNAPSHOT [18/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.core.context --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.core.context --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.core.context... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.core.context --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core.context/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.core.context --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core.context/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core.context/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.core.context --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core.context/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.core.context --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.core.context --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core.context/target/org.eclipse.rcptt.tesla.core.context-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.core.context --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.core.context --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core.context/target/org.eclipse.rcptt.tesla.core.context-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core.context/target/org.eclipse.rcptt.tesla.core.context-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.core.context --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.core.context --- [INFO] No tests to run. [INFO] [INFO] --------------< org.eclipse.rcptt:org.eclipse.rcptt.util >-------------- [INFO] Building org.eclipse.rcptt.util 2.5.5-SNAPSHOT [19/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.util --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.util --- [INFO] Resolving class path of org.eclipse.rcptt.util... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.util --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.util --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.util --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util/target/org.eclipse.rcptt.util-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.util --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.util --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util/target/org.eclipse.rcptt.util-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util/target/org.eclipse.rcptt.util-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.util --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.util --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.rcptt:rcptt.core.verifications >------------- [INFO] Building rcptt.core.verifications 2.5.5-SNAPSHOT [20/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.core.verifications --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.core.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.core.verifications --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.core.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.core.verifications --- [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.scanner >-------- [INFO] Building org.eclipse.rcptt.core.ecl.scanner 2.5.5-SNAPSHOT [21/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] Resolving class path of org.eclipse.rcptt.core.ecl.scanner... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.scanner/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.core.ecl.scanner --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.scanner/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.scanner/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.scanner/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.scanner/target/org.eclipse.rcptt.core.ecl.scanner-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core.ecl.scanner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.scanner/target/org.eclipse.rcptt.core.ecl.scanner-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.scanner/target/org.eclipse.rcptt.core.ecl.scanner-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core.ecl.scanner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] No tests to run. [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt.core.contexts >---------------- [INFO] Building rcptt.core.contexts 2.5.5-SNAPSHOT [22/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.core.contexts --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.core.contexts --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.core.contexts --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.core.contexts --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.core.contexts --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.util.resources >--------- [INFO] Building org.eclipse.rcptt.util.resources 2.5.5-SNAPSHOT [23/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.util.resources --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.util.resources --- [INFO] Resolving class path of org.eclipse.rcptt.util.resources... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.util.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.util.resources --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util.resources/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util.resources/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.util.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util.resources/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.util.resources --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.util.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util.resources/target/org.eclipse.rcptt.util.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.util.resources --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.util.resources --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util.resources/target/org.eclipse.rcptt.util.resources-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util.resources/target/org.eclipse.rcptt.util.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.util.resources --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.util.resources --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.filesystem >------- [INFO] Building org.eclipse.rcptt.ecl.filesystem 2.5.5-SNAPSHOT [24/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.filesystem... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.filesystem --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/target/org.eclipse.rcptt.ecl.filesystem-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.filesystem --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/target/org.eclipse.rcptt.ecl.filesystem-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/target/org.eclipse.rcptt.ecl.filesystem-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.filesystem --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.runtime >------ [INFO] Building org.eclipse.rcptt.ecl.debug.runtime 2.5.5-SNAPSHOT [25/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.debug.runtime... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.debug.runtime --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/target/org.eclipse.rcptt.ecl.debug.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.debug.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/target/org.eclipse.rcptt.ecl.debug.runtime-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/target/org.eclipse.rcptt.ecl.debug.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.debug.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.popup >---------- [INFO] Building org.eclipse.rcptt.ecl.popup 2.5.5-SNAPSHOT [26/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.popup --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.popup --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.popup... [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.110.0.v20190305-0602.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.08MB) [INFO] Fetching org.w3c.dom.svg.extension_1.1.0.v201706222054.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (709B) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.200.v20190201-1035.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (37.13kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.100.v20180828-0838.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.56kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (10.39kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.popup --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.popup --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.popup --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.popup --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.popup --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup/target/org.eclipse.rcptt.ecl.popup-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.popup --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.popup --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup/target/org.eclipse.rcptt.ecl.popup-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup/target/org.eclipse.rcptt.ecl.popup-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.popup --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.popup --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.shell >---------- [INFO] Building org.eclipse.rcptt.ecl.shell 2.5.5-SNAPSHOT [27/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.shell --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.shell --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.shell... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.shell --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.shell/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.shell --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.shell/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.shell/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.shell --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.shell/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.shell --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.shell --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.shell/target/org.eclipse.rcptt.ecl.shell-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.shell --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.shell --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.shell/target/org.eclipse.rcptt.ecl.shell-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.shell/target/org.eclipse.rcptt.ecl.shell-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.shell --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.shell --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.operations >------- [INFO] Building org.eclipse.rcptt.ecl.operations 2.5.5-SNAPSHOT [28/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.operations --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.operations --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.operations... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.operations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.operations/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.operations --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.operations/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 148 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.operations/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.operations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.operations/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.operations --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.operations --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.operations/target/org.eclipse.rcptt.ecl.operations-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.operations --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.operations --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.operations/target/org.eclipse.rcptt.ecl.operations-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.operations/target/org.eclipse.rcptt.ecl.operations-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.operations --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.operations --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.perf.tests >------- [INFO] Building org.eclipse.rcptt.ecl.perf.tests 2.5.5-SNAPSHOT [29/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.perf.tests... [INFO] Fetching org.eclipse.ui.win32_3.4.100.v20180828-0838.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (22.3kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (29.19kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (95.53kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1000.v20190125-2016.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.84kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (76.04kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.1.1000.v20190125-2016.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (76.91kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (69.42kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.perf.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/org.eclipse.rcptt.ecl.perf.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.perf.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/org.eclipse.rcptt.ecl.perf.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/org.eclipse.rcptt.ecl.perf.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.perf.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.perf.tests.TimePerfTest 3 1 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.653 s - in org.eclipse.rcptt.ecl.perf.tests.TimePerfTest testSimple(org.eclipse.rcptt.ecl.perf.tests.TimePerfTest) Time elapsed: 0.297 s testMeasureTime(org.eclipse.rcptt.ecl.perf.tests.TimePerfTest) Time elapsed: 0.004 s Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.doc.tests >-------- [INFO] Building org.eclipse.rcptt.ecl.doc.tests 2.5.5-SNAPSHOT [30/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.doc.tests... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.doc.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/org.eclipse.rcptt.ecl.doc.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.doc.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/org.eclipse.rcptt.ecl.doc.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/org.eclipse.rcptt.ecl.doc.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.doc.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.doc.tests.EclDocTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.283 s - in org.eclipse.rcptt.ecl.doc.tests.EclDocTest test01(org.eclipse.rcptt.ecl.doc.tests.EclDocTest) Time elapsed: 1.209 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.server.tcp.ui >------ [INFO] Building org.eclipse.rcptt.ecl.server.tcp.ui 2.5.5-SNAPSHOT [31/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.server.tcp.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/target/org.eclipse.rcptt.ecl.server.tcp.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/target/org.eclipse.rcptt.ecl.server.tcp.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/target/org.eclipse.rcptt.ecl.server.tcp.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.server >----- [INFO] Building org.eclipse.rcptt.ecl.server 2.5.5-SNAPSHOT [32/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.server --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.server --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.server-feature/target/org.eclipse.rcptt.ecl.server-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.server --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.server --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.server-feature/target/org.eclipse.rcptt.ecl.server-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.server-feature/target/org.eclipse.rcptt.ecl.server-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.server --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.core >----------- [INFO] Building org.eclipse.rcptt.tesla.core 2.5.5-SNAPSHOT [33/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.core --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.core --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.core... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 508 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.core --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core/target/org.eclipse.rcptt.tesla.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core/target/org.eclipse.rcptt.tesla.core-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core/target/org.eclipse.rcptt.tesla.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.core --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.platform.ui >------- [INFO] Building org.eclipse.rcptt.ecl.platform.ui 2.5.5-SNAPSHOT [34/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.platform.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.platform.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.platform.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.platform.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.interop >--------- [INFO] Building org.eclipse.rcptt.ecl.interop 2.5.5-SNAPSHOT [35/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.interop --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.interop --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.interop... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.interop --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.interop/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.interop --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.interop/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.interop/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.interop --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.interop/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.interop --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.interop --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.interop/target/org.eclipse.rcptt.ecl.interop-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.interop --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.interop --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.interop/target/org.eclipse.rcptt.ecl.interop-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.interop/target/org.eclipse.rcptt.ecl.interop-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.interop --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.interop --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.formatter >------- [INFO] Building org.eclipse.rcptt.core.ecl.formatter 2.5.5-SNAPSHOT [36/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] Resolving class path of org.eclipse.rcptt.core.ecl.formatter... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.formatter/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.core.ecl.formatter --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.formatter/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.formatter/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.formatter/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.formatter/target/org.eclipse.rcptt.core.ecl.formatter-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core.ecl.formatter --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.formatter/target/org.eclipse.rcptt.core.ecl.formatter-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.formatter/target/org.eclipse.rcptt.core.ecl.formatter-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core.ecl.formatter --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.highlighter >------ [INFO] Building org.eclipse.rcptt.core.ecl.highlighter 2.5.5-SNAPSHOT [37/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] Resolving class path of org.eclipse.rcptt.core.ecl.highlighter... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.highlighter/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.core.ecl.highlighter --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.highlighter/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.highlighter/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.highlighter/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.highlighter/target/org.eclipse.rcptt.core.ecl.highlighter-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core.ecl.highlighter --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.highlighter/target/org.eclipse.rcptt.core.ecl.highlighter-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.highlighter/target/org.eclipse.rcptt.core.ecl.highlighter-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core.ecl.highlighter --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.core >------- [INFO] Building org.eclipse.rcptt.ecl.debug.core 2.5.5-SNAPSHOT [38/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.debug.core... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.debug.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/target/org.eclipse.rcptt.ecl.debug.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.debug.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/target/org.eclipse.rcptt.ecl.debug.core-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/target/org.eclipse.rcptt.ecl.debug.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.debug.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.popup.ui >-------- [INFO] Building org.eclipse.rcptt.ecl.popup.ui 2.5.5-SNAPSHOT [39/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.popup.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.popup.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/target/org.eclipse.rcptt.ecl.popup.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.popup.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/target/org.eclipse.rcptt.ecl.popup.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/target/org.eclipse.rcptt.ecl.popup.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.popup.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.telnet.server >------ [INFO] Building org.eclipse.rcptt.ecl.telnet.server 2.5.5-SNAPSHOT [40/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.telnet.server... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.telnet.server --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/target/org.eclipse.rcptt.ecl.telnet.server-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.telnet.server --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/target/org.eclipse.rcptt.ecl.telnet.server-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/target/org.eclipse.rcptt.ecl.telnet.server-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.telnet.server --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.parser.test >------- [INFO] Building org.eclipse.rcptt.ecl.parser.test 2.5.5-SNAPSHOT [41/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.parser.test... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.parser.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/org.eclipse.rcptt.ecl.parser.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.parser.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/org.eclipse.rcptt.ecl.parser.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/org.eclipse.rcptt.ecl.parser.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.parser.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/work/data, -install, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/work, -configuration, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/surefire.properties] Running org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest testLexer001(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0.004 s testLexer002(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0.001 s testLexer003(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0.001 s testLexer004(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0.001 s testLexer006(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0.001 s testLexer007(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0 s testLexer008(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0 s testNewLineWithSpaces(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.ecl.parser.test.SimpleParserTest Test:testCurlyArgWithCommentInside try //comment argument Test:testStringArgOnNewLine command arg1 arg2 Test:testWithConstruct (first -flag=true;second -secondFlag=true) Test:testSubCommandOnNewLines command [subcommand] Test:testCommandAfterNewLine (command1;command2) Test:testCommandAfterNewLines (command1;command2) Test:testParser001d (set1;set2) Test:testParser001e (set1;(set2&set3)) Test:testParser001e (set1;(set2&set3)) Test:testParser001f ((set1&set2);set3) Test:testParser001f ((set1&set2);set3) Test:testParser001f (set1&(set2;set3)) Test:testParser001g ((set1|set2)&set3) Test:testParser001g ((set1|set2)&set3) Test:testParser001g (set1|(set2&set3)) Test:testParser001h (set1&(set2|set3)) Test:testParser001h (set1&(set2|set3)) Test:testParser003a set1 -a=b Test:testNewlineBeforePlus command firstsecond Test:invoke0 Test:testParser002 set1 a b c Test:testParser003 set1 c -a=b Test:testParser004 set1 c -a=b Test:testParser005 set1 c -a=b Test:testParser006 set1 c -a=b Test:testParser009 set1 a b c Test:testParser010 set1 a b [set1] Test:testParser011 set1 a b Test:testParser012 set1 a b [(set1&set2)] Test:testParser016 cmd ruby:{N.new().format()} Test:testParser017 get-length alfa Test:testParser021 get-string str1 str2 Test:testParser022 get-string bla' Test:testScringEscapeWithinCurly command "}" Test:testMultipleNewlinesBeforeCommand command Test:testUnclosedBrace Test:testNewlineAfterPlus command firstsecond Test:invoke0 Test:testCommandAndCommentsAtEof command Test:testCommentAfterPipe (command1|command2) Test:invoke0 Test:testCommandAfterCommandAndComment (command1;command2) Test:testCommentsAndEolAtEof Test:testNewLineAndSpaceCombinationAfterString (command1 arg;command2) Test:testLexer001b (set1&set2) Test:testLexer001b (set1&set2) Test:testLexer001c (set1|set2) Test:testLexer001c (set1|set2) Test:testLexer001d (set1|set2) Test:testLexer001e (set1|set2) Test:testVariableInPipe (get-val x|command) Test:testNewLineWithSpacesAfterCommand command Test:testSubCommandWithEverything command [subcommand] Test:testScringEscape command } Test:testCurlyArg try argument Test:testVariableArgument command [get-val x] Test:testCommentsAtEof Test:testVarDereference ((get-val a|command1);(get-val a|command2)) Test:testCommentAndEolAtEof Test:testNewLinesAfterCommand command Test:testCommandAfterComment command2 Test:testClosedBraceWithRandomComments (try /* multiline commment */ // line comment command ;second command) Test:testSubCommandOnANewLine command [subcommand] Test:testNewlineAtEOF command Test:testNoNestedSequences (command1;wait-until-eclipse-is-ready;command2) Test:testMultipleNewlinesBetweenCommands (command1;command2) Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 s - in org.eclipse.rcptt.ecl.parser.test.SimpleParserTest testCurlyArgWithCommentInside(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.113 s testStringArgOnNewLine(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testWithConstruct(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.002 s testSubCommandOnNewLines(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommandAfterNewLine(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.065 s testCommandAfterNewLines(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser001d(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser001e(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.002 s testParser001f(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser001g(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.002 s testParser001h(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser003a(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testNewlineBeforePlus(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testLexer001(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser002(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser003(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser004(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser005(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser006(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser009(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser010(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser011(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser012(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser016(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser017(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser021(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser022(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testScringEscapeWithinCurly(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testMultipleNewlinesBeforeCommand(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testUnclosedBrace(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.002 s testNewlineAfterPlus(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommentedClosedBrace(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommandAndCommentsAtEof(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testCommentAfterPipe(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testMultilineCommentedClosedBrace(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommandAfterCommandAndComment(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testCommentsAndEolAtEof(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testNewLineAndSpaceCombinationAfterString(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testLexer001b(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testLexer001c(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testLexer001d(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testLexer001e(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testVariableInPipe(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testNewLineWithSpacesAfterCommand(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testSubCommandWithEverything(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testScringEscape(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCurlyArg(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testVariableArgument(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommentsAtEof(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testVarDereference(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommentAndEolAtEof(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testNewLinesAfterCommand(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommandAfterComment(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testClosedBraceWithRandomComments(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.056 s testSubCommandOnANewLine(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testNewlineAtEOF(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testNoNestedSequences(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.002 s testMultipleNewlinesBetweenCommands(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.ecl.parser.test.ExecServiceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 s - in org.eclipse.rcptt.ecl.parser.test.ExecServiceTest letExpression(org.eclipse.rcptt.ecl.parser.test.ExecServiceTest) Time elapsed: 0.323 s Results: Tests run: 67, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.server.ui >--- [INFO] Building org.eclipse.rcptt.ecl.server.ui 2.5.5-SNAPSHOT [42/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.server.ui-feature/target/org.eclipse.rcptt.ecl.server.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.server.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.server.ui-feature/target/org.eclipse.rcptt.ecl.server.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.server.ui-feature/target/org.eclipse.rcptt.ecl.server.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.server.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.ecl >------------ [INFO] Building org.eclipse.rcptt.tesla.ecl 2.5.5-SNAPSHOT [43/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.ecl --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.ecl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.ecl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 366 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.ecl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl/target/org.eclipse.rcptt.tesla.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ecl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl/target/org.eclipse.rcptt.tesla.ecl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl/target/org.eclipse.rcptt.tesla.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.ecl --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.watson.core >----------- [INFO] Building org.eclipse.rcptt.watson.core 2.5.5-SNAPSHOT [44/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.core --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.watson.core --- [INFO] Resolving class path of org.eclipse.rcptt.watson.core... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.watson.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.watson.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.core --- [INFO] Building jar: /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.core/target/org.eclipse.rcptt.watson.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.core/target/org.eclipse.rcptt.watson.core-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.core/target/org.eclipse.rcptt.watson.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.watson.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.watson.core --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.core >------ [INFO] Building org.eclipse.rcptt.tesla.recording.core 2.5.5-SNAPSHOT [45/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.core... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core/target/org.eclipse.rcptt.tesla.recording.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core/target/org.eclipse.rcptt.tesla.recording.core-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core/target/org.eclipse.rcptt.tesla.recording.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.core.scenario >---------- [INFO] Building org.eclipse.rcptt.core.scenario 2.5.5-SNAPSHOT [46/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.scenario --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.scenario --- [INFO] Resolving class path of org.eclipse.rcptt.core.scenario... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.scenario --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.scenario/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.core.scenario --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.scenario/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.scenario/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.scenario --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.scenario/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.core.scenario --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.scenario --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.scenario/target/org.eclipse.rcptt.core.scenario-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core.scenario --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.scenario --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.scenario/target/org.eclipse.rcptt.core.scenario-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.scenario/target/org.eclipse.rcptt.core.scenario-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core.scenario --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.scenario --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.core.tests >------- [INFO] Building org.eclipse.rcptt.ecl.core.tests 2.5.5-SNAPSHOT [47/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.core.tests... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.core.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/org.eclipse.rcptt.ecl.core.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.core.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/org.eclipse.rcptt.ecl.core.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/org.eclipse.rcptt.ecl.core.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.core.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.core.tests.StatusesTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.549 s - in org.eclipse.rcptt.ecl.core.tests.StatusesTest testTimeout(org.eclipse.rcptt.ecl.core.tests.StatusesTest) Time elapsed: 0.406 s testNoTimeout(org.eclipse.rcptt.ecl.core.tests.StatusesTest) Time elapsed: 0.103 s testHasCode(org.eclipse.rcptt.ecl.core.tests.StatusesTest) Time elapsed: 0 s testStackTrace(org.eclipse.rcptt.ecl.core.tests.StatusesTest) Time elapsed: 0.002 s Running org.eclipse.rcptt.ecl.core.tests.FormatterTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.rcptt.ecl.core.tests.FormatterTest testSmallLineWidth(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.005 s testSmallIndent(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0 s testLongLineWidth(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0 s test01(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0 s test02(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.001 s test03(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0 s test04(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.004 s test05(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.003 s testBigIndent(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.ecl.core.tests.LocalCoreTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.087 s - in org.eclipse.rcptt.ecl.core.tests.LocalCoreTest testExec1(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.002 s testExec2(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.002 s testReadFromFinishedCommand(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.002 s testExecParallel(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 2.003 s testPipeline(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.003 s testExecSequence(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.001 s testIsPipeEmpty2(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.001 s testHWCommand(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.001 s testIsPipeEmpty(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.001 s Results: Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.formatter.test >----- [INFO] Building org.eclipse.rcptt.core.ecl.formatter.test 2.5.5-SNAPSHOT [48/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] Resolving class path of org.eclipse.rcptt.core.ecl.formatter.test... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.core.ecl.formatter.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/org.eclipse.rcptt.core.ecl.formatter.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core.ecl.formatter.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/org.eclipse.rcptt.core.ecl.formatter.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/org.eclipse.rcptt.core.ecl.formatter.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core.ecl.formatter.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/work/data, -install, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/work, -configuration, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/surefire.properties] Running org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest testSmallIndent(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0.009 s testBoolArgs(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 s testEmpty(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0.001 s testArgs(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0.001 s testNull(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 s testSmallWrap(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 s testBigWrap(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0.001 s testPipeline(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 s testBigIndent(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 s testNoArgs(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0.001 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.ui >-------- [INFO] Building org.eclipse.rcptt.ecl.debug.ui 2.5.5-SNAPSHOT [49/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.debug.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.debug.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/target/org.eclipse.rcptt.ecl.debug.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.debug.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/target/org.eclipse.rcptt.ecl.debug.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/target/org.eclipse.rcptt.ecl.debug.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.debug.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.telnet.server.ui >---- [INFO] Building org.eclipse.rcptt.ecl.telnet.server.ui 2.5.5-SNAPSHOT [50/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.telnet.server.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/target/org.eclipse.rcptt.ecl.telnet.server.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/target/org.eclipse.rcptt.ecl.telnet.server.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/target/org.eclipse.rcptt.ecl.telnet.server.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.operations.tests >---- [INFO] Building org.eclipse.rcptt.ecl.operations.tests 2.5.5-SNAPSHOT [51/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.operations.tests... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.operations.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/org.eclipse.rcptt.ecl.operations.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.operations.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/org.eclipse.rcptt.ecl.operations.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/org.eclipse.rcptt.ecl.operations.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.operations.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.operations.tests.FindAllTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.741 s - in org.eclipse.rcptt.ecl.operations.tests.FindAllTest testFindAllFail(org.eclipse.rcptt.ecl.operations.tests.FindAllTest) Time elapsed: 0.591 s testMatchedSubstring(org.eclipse.rcptt.ecl.operations.tests.FindAllTest) Time elapsed: 0.015 s testGroups(org.eclipse.rcptt.ecl.operations.tests.FindAllTest) Time elapsed: 0.05 s Running org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest testParseFail(org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest) Time elapsed: 0.002 s testDate(org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest) Time elapsed: 0.001 s testTime(org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest) Time elapsed: 0.001 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data >---------- [INFO] Building org.eclipse.rcptt.ecl.data 2.5.5-SNAPSHOT [52/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.data --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.data --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.data... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.data --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 108 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.data --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.data --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data/target/org.eclipse.rcptt.ecl.data-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.data --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.data --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data/target/org.eclipse.rcptt.ecl.data-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data/target/org.eclipse.rcptt.ecl.data-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.data --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.data --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.expandbar >------------ [INFO] Building org.eclipse.rcptt.expandbar 2.5.5-SNAPSHOT [53/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.expandbar --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.expandbar --- [INFO] Resolving class path of org.eclipse.rcptt.expandbar... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.expandbar --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.expandbar/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.expandbar --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.expandbar/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.expandbar/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.expandbar --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.expandbar/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.expandbar --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.expandbar --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.expandbar/target/org.eclipse.rcptt.expandbar-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.expandbar --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.expandbar --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.expandbar/target/org.eclipse.rcptt.expandbar-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.expandbar/target/org.eclipse.rcptt.expandbar-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.expandbar --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.expandbar --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.watson.jobs >----------- [INFO] Building org.eclipse.rcptt.watson.jobs 2.5.5-SNAPSHOT [54/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.jobs --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.watson.jobs --- [INFO] Resolving class path of org.eclipse.rcptt.watson.jobs... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.jobs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.jobs/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.watson.jobs --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.jobs/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.jobs/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.jobs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.jobs/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.watson.jobs --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.jobs --- [INFO] Building jar: /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.jobs/target/org.eclipse.rcptt.watson.jobs-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.jobs --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.jobs --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.jobs/target/org.eclipse.rcptt.watson.jobs-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.jobs/target/org.eclipse.rcptt.watson.jobs-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.watson.jobs --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.watson.jobs --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt.tesla.features:org.eclipse.rcptt.tesla >------ [INFO] Building org.eclipse.rcptt.tesla 2.5.5-SNAPSHOT [55/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.tesla --- [INFO] Fetching org.eclipse.emf.ecore_2.17.0.v20190116-0940.jar from http://download.eclipse.org/releases/2019-03/201903201000/features/ (19.13kB) [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.tesla --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla-feature/target/org.eclipse.rcptt.tesla-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla-feature/target/org.eclipse.rcptt.tesla-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla-feature/target/org.eclipse.rcptt.tesla-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --< org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.recording.core.ecl >-- [INFO] Building org.eclipse.rcptt.tesla.recording.core.ecl 2.5.5-SNAPSHOT [56/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.core.ecl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core.ecl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core.ecl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core.ecl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core.ecl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core.ecl/target/org.eclipse.rcptt.tesla.recording.core.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core.ecl/target/org.eclipse.rcptt.tesla.recording.core.ecl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core.ecl/target/org.eclipse.rcptt.tesla.recording.core.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.client.tcp.tests >---- [INFO] Building org.eclipse.rcptt.ecl.client.tcp.tests 2.5.5-SNAPSHOT [57/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.client.tcp.tests... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/org.eclipse.rcptt.ecl.client.tcp.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/org.eclipse.rcptt.ecl.client.tcp.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/org.eclipse.rcptt.ecl.client.tcp.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.119 s - in org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession testCommandExecution001(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.699 s processDiesIfSessionIsClosed(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.16 s errorIsReported(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.055 s istatusPropagatesTraces(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.061 s simpleExecution(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.054 s Results: Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data.apache.poi >----- [INFO] Building org.eclipse.rcptt.ecl.data.apache.poi 2.5.5-SNAPSHOT [58/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.data.apache.poi... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.data.apache.poi --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/target/org.eclipse.rcptt.ecl.data.apache.poi-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.data.apache.poi --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/target/org.eclipse.rcptt.ecl.data.apache.poi-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/target/org.eclipse.rcptt.ecl.data.apache.poi-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.data.apache.poi --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data.tests >------- [INFO] Building org.eclipse.rcptt.ecl.data.tests 2.5.5-SNAPSHOT [59/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.data.tests... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/org.eclipse.rcptt.ecl.data.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.data.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/org.eclipse.rcptt.ecl.data.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/org.eclipse.rcptt.ecl.data.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.data.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.data.tests.WriteLinesTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.959 s - in org.eclipse.rcptt.ecl.data.tests.WriteLinesTest failToWriteInDir(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.671 s writeToNewFolder(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.028 s writeTwiceToFilesystem(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.033 s writeToNewFilesystemFolder(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.004 s writeToNewProject(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.042 s writeToExistingFilesystemFolder(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.004 s writeToClosedProject(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.013 s appendToFilesystem(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.065 s Running org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s - in org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest testFile(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.075 s testProject(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.139 s testAbsentProject(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.005 s testFolder(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.056 s testWorkspace(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.01 s testAbsentFile(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.012 s testAbsentFolderInExistingProject(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.061 s testAbsentFolder(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.005 s Running org.eclipse.rcptt.ecl.data.tests.ReadFileTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.rcptt.ecl.data.tests.ReadFileTest testReadFile(org.eclipse.rcptt.ecl.data.tests.ReadFileTest) Time elapsed: 0.013 s testNotExists(org.eclipse.rcptt.ecl.data.tests.ReadFileTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.ecl.data.tests.ReadCsvFileTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.rcptt.ecl.data.tests.ReadCsvFileTests write(org.eclipse.rcptt.ecl.data.tests.ReadCsvFileTests) Time elapsed: 0.02 s testSimple(org.eclipse.rcptt.ecl.data.tests.ReadCsvFileTests) Time elapsed: 0.025 s Running org.eclipse.rcptt.ecl.data.tests.DeleteFileTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.rcptt.ecl.data.tests.DeleteFileTest testWorkspaceFolder(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.017 s testInput(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.013 s testProject(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.082 s testDeleteFilesystemFolder(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.001 s testDeleteWorkspace(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.01 s testDeleteFilesystemFile(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.001 s Results: Tests run: 26, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --------< org.eclipse.rcptt.features:org.eclipse.rcptt.watson >--------- [INFO] Building org.eclipse.rcptt.watson 2.5.5-SNAPSHOT [60/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.watson --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.watson --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.watson --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.watson --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.watson --- [INFO] Building jar: /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson-feature/target/org.eclipse.rcptt.watson-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.watson --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.watson --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson-feature/target/org.eclipse.rcptt.watson-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson-feature/target/org.eclipse.rcptt.watson-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.watson --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.watson.ui >------------ [INFO] Building org.eclipse.rcptt.watson.ui 2.5.5-SNAPSHOT [61/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.watson.ui --- [INFO] Resolving class path of org.eclipse.rcptt.watson.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.watson.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.watson.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.ui/target/org.eclipse.rcptt.watson.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.ui/target/org.eclipse.rcptt.watson.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.ui/target/org.eclipse.rcptt.watson.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.watson.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.watson.ui --- [INFO] No tests to run. [INFO] [INFO] --------------< org.eclipse.rcptt:org.eclipse.rcptt.core >-------------- [INFO] Building org.eclipse.rcptt.core 2.5.5-SNAPSHOT [62/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core --- [INFO] Resolving class path of org.eclipse.rcptt.core... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 178 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core/target/org.eclipse.rcptt.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core/target/org.eclipse.rcptt.core-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core/target/org.eclipse.rcptt.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.rcptt:org.eclipse.rcptt.core.swt >------------ [INFO] Building org.eclipse.rcptt.core.swt 2.5.5-SNAPSHOT [63/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.swt --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.swt --- [INFO] Resolving class path of org.eclipse.rcptt.core.swt... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.core.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.core.swt --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt/target/org.eclipse.rcptt.core.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.swt --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt/target/org.eclipse.rcptt.core.swt-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt/target/org.eclipse.rcptt.core.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.swt --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.core >------ [INFO] Building org.eclipse.rcptt.ecl.core 2.5.5-SNAPSHOT [64/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.core --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.core --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.core-feature/target/org.eclipse.rcptt.ecl.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.core-feature/target/org.eclipse.rcptt.ecl.core-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.core-feature/target/org.eclipse.rcptt.ecl.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.core.search >----------- [INFO] Building org.eclipse.rcptt.core.search 2.5.5-SNAPSHOT [65/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.search --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.search --- [INFO] Resolving class path of org.eclipse.rcptt.core.search... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.search/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.core.search --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.search/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.search/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.search/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.core.search --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.search --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.search/target/org.eclipse.rcptt.core.search-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core.search --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.search --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.search/target/org.eclipse.rcptt.core.search-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.search/target/org.eclipse.rcptt.core.search-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core.search --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.search --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.reporting >------------ [INFO] Building org.eclipse.rcptt.reporting 2.5.5-SNAPSHOT [66/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.reporting --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.reporting --- [INFO] Resolving class path of org.eclipse.rcptt.reporting... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.reporting --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.reporting/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.reporting --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.reporting/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.reporting/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.reporting --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.reporting/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.reporting --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.reporting --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.reporting/target/org.eclipse.rcptt.reporting-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.reporting --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.reporting --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.reporting/target/org.eclipse.rcptt.reporting-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.reporting/target/org.eclipse.rcptt.reporting-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.reporting --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.reporting --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.verifications >---------- [INFO] Building org.eclipse.rcptt.verifications 2.5.5-SNAPSHOT [67/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications --- [INFO] Resolving class path of org.eclipse.rcptt.verifications... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications/target/org.eclipse.rcptt.verifications-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications/target/org.eclipse.rcptt.verifications-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications/target/org.eclipse.rcptt.verifications-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.parser >--------- [INFO] Building org.eclipse.rcptt.core.ecl.parser 2.5.5-SNAPSHOT [68/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] Resolving class path of org.eclipse.rcptt.core.ecl.parser... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.parser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.core.ecl.parser --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.parser/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.parser/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.parser/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.parser/target/org.eclipse.rcptt.core.ecl.parser-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core.ecl.parser --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.parser/target/org.eclipse.rcptt.core.ecl.parser-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.parser/target/org.eclipse.rcptt.core.ecl.parser-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core.ecl.parser --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug >------------ [INFO] Building org.eclipse.rcptt.ctx.debug 2.5.5-SNAPSHOT [69/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.debug --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.debug --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.debug... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.debug/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.debug --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.debug/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.debug/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.debug/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.debug --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.debug/target/org.eclipse.rcptt.ctx.debug-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.debug --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.debug --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.debug/target/org.eclipse.rcptt.ctx.debug-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.debug/target/org.eclipse.rcptt.ctx.debug-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.debug --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.debug --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.group >------------ [INFO] Building org.eclipse.rcptt.ctx.group 2.5.5-SNAPSHOT [70/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.group --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.group --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.group... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.group --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.group/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.group --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.group/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.group/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.group --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.group/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.group --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.group --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.group/target/org.eclipse.rcptt.ctx.group-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.group --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.group --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.group/target/org.eclipse.rcptt.ctx.group-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.group/target/org.eclipse.rcptt.ctx.group-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.group --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.group --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences >--------- [INFO] Building org.eclipse.rcptt.ctx.preferences 2.5.5-SNAPSHOT [71/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.preferences --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.preferences... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.preferences/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.preferences/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.preferences/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.preferences --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.preferences/target/org.eclipse.rcptt.ctx.preferences-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.preferences --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.preferences --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.preferences/target/org.eclipse.rcptt.ctx.preferences-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.preferences/target/org.eclipse.rcptt.ctx.preferences-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.preferences --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.preferences --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.resources >------------ [INFO] Building org.eclipse.rcptt.resources 2.5.5-SNAPSHOT [72/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.resources --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.resources --- [INFO] Resolving class path of org.eclipse.rcptt.resources... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.resources --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.resources/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.resources/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.resources/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.resources --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.resources/target/org.eclipse.rcptt.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.resources --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.resources --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.resources/target/org.eclipse.rcptt.resources-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.resources/target/org.eclipse.rcptt.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.resources --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.resources --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.super >------------ [INFO] Building org.eclipse.rcptt.ctx.super 2.5.5-SNAPSHOT [73/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.super --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.super --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.super... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.super --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.super/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.super --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.super/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.super/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.super --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.super/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.super --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.super --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.super/target/org.eclipse.rcptt.ctx.super-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.super --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.super --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.super/target/org.eclipse.rcptt.ctx.super-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.super/target/org.eclipse.rcptt.ctx.super-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.super --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.super --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.capability >--------- [INFO] Building org.eclipse.rcptt.ctx.capability 2.5.5-SNAPSHOT [74/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.capability --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.capability --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.capability... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.capability --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.capability/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.capability --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.capability/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.capability/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.capability --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.capability/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.capability --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.capability --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.capability/target/org.eclipse.rcptt.ctx.capability-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.capability --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.capability --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.capability/target/org.eclipse.rcptt.ctx.capability-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.capability/target/org.eclipse.rcptt.ctx.capability-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.capability --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.capability --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench >---------- [INFO] Building org.eclipse.rcptt.ctx.workbench 2.5.5-SNAPSHOT [75/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.workbench --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.workbench... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.workbench/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.workbench/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.workbench/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.workbench/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.workbench --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.workbench/target/org.eclipse.rcptt.ctx.workbench-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.workbench --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.workbench --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.workbench/target/org.eclipse.rcptt.ctx.workbench-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.workbench/target/org.eclipse.rcptt.ctx.workbench-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.workbench --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.workbench --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters >--------- [INFO] Building org.eclipse.rcptt.ctx.parameters 2.5.5-SNAPSHOT [76/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.parameters --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.parameters --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.parameters... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.parameters --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.parameters/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.parameters --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.parameters/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.parameters/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.parameters --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.parameters/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.parameters --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.parameters --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.parameters/target/org.eclipse.rcptt.ctx.parameters-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.parameters --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.parameters --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.parameters/target/org.eclipse.rcptt.ctx.parameters-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.parameters/target/org.eclipse.rcptt.ctx.parameters-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.parameters --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.parameters --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem >--------- [INFO] Building org.eclipse.rcptt.ctx.filesystem 2.5.5-SNAPSHOT [77/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.filesystem... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.filesystem/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.filesystem --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.filesystem/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.filesystem/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.filesystem/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.filesystem/target/org.eclipse.rcptt.ctx.filesystem-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.filesystem --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.filesystem/target/org.eclipse.rcptt.ctx.filesystem-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.filesystem/target/org.eclipse.rcptt.ctx.filesystem-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.filesystem --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.verifications.time >------- [INFO] Building org.eclipse.rcptt.verifications.time 2.5.5-SNAPSHOT [78/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.time --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.time --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.time... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.time --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.time/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.time --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.time/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.time/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.time --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.time/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications.time --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.time --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.time/target/org.eclipse.rcptt.verifications.time-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.time --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.time --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.time/target/org.eclipse.rcptt.verifications.time-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.time/target/org.eclipse.rcptt.verifications.time-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.time --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.time --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.verifications.text >------- [INFO] Building org.eclipse.rcptt.verifications.text 2.5.5-SNAPSHOT [79/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.text --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.text --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.text... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.text --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.text/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.text/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.text/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications.text --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.text --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.text/target/org.eclipse.rcptt.verifications.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.text --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.text --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.text/target/org.eclipse.rcptt.verifications.text-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.text/target/org.eclipse.rcptt.verifications.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.text --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.text --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.verifications.log >-------- [INFO] Building org.eclipse.rcptt.verifications.log 2.5.5-SNAPSHOT [80/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.log --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.log --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.log... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.log --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.log/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.log --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.log/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.log/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.log --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.log/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications.log --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.log --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.log/target/org.eclipse.rcptt.verifications.log-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.log --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.log --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.log/target/org.eclipse.rcptt.verifications.log-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.log/target/org.eclipse.rcptt.verifications.log-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.log --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.log --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.core.swt.win64 >--------- [INFO] Building org.eclipse.rcptt.core.swt.win64 2.5.5-SNAPSHOT [81/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] Resolving class path of org.eclipse.rcptt.core.swt.win64... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt.win64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.core.swt.win64 --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt.win64/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt.win64/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt.win64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt.win64/target/org.eclipse.rcptt.core.swt.win64-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core.swt.win64 --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt.win64/target/org.eclipse.rcptt.core.swt.win64-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt.win64/target/org.eclipse.rcptt.core.swt.win64-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core.swt.win64 --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.ide >------ [INFO] Building org.eclipse.rcptt.ecl.ide 2.5.5-SNAPSHOT [82/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.ide --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.ide-feature/target/org.eclipse.rcptt.ecl.ide-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.ide --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.ide --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.ide-feature/target/org.eclipse.rcptt.ecl.ide-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.ide-feature/target/org.eclipse.rcptt.ecl.ide-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.ide --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] -----< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.shell >----- [INFO] Building org.eclipse.rcptt.ecl.shell 2.5.5-SNAPSHOT [83/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.shell --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.shell --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.shell-feature/target/org.eclipse.rcptt.ecl.shell-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.shell --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.shell --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.shell-feature/target/org.eclipse.rcptt.ecl.shell-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.shell-feature/target/org.eclipse.rcptt.ecl.shell-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.shell --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] ---< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.platform >---- [INFO] Building org.eclipse.rcptt.ecl.platform 2.5.5-SNAPSHOT [84/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.platform --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.platform-feature/target/org.eclipse.rcptt.ecl.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.platform --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.platform --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.platform-feature/target/org.eclipse.rcptt.ecl.platform-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.platform-feature/target/org.eclipse.rcptt.ecl.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.platform --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.platform.ui >-- [INFO] Building org.eclipse.rcptt.ecl.platform.ui 2.5.5-SNAPSHOT [85/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.platform.ui-feature/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.platform.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.platform.ui-feature/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.platform.ui-feature/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.platform.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] ------< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.sdk >------ [INFO] Building org.eclipse.rcptt.ecl.sdk 2.5.5-SNAPSHOT [86/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.sdk --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.sdk-feature/target/org.eclipse.rcptt.ecl.sdk-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.sdk --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.sdk --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.sdk-feature/target/org.eclipse.rcptt.ecl.sdk-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.sdk-feature/target/org.eclipse.rcptt.ecl.sdk-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.sdk --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] -------< org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl >------- [INFO] Building org.eclipse.rcptt.tesla.ecl 2.5.5-SNAPSHOT [87/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.tesla.ecl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.tesla.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl-feature/target/org.eclipse.rcptt.tesla.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ecl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl-feature/target/org.eclipse.rcptt.tesla.ecl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl-feature/target/org.eclipse.rcptt.tesla.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.core.search.test >-------- [INFO] Building org.eclipse.rcptt.core.search.test 2.5.5-SNAPSHOT [88/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.search.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.search.test --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core.search.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core.search.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core.search.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.search.test --- [INFO] Resolving class path of org.eclipse.rcptt.core.search.test... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.search.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.core.search.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.search.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.search.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.search.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/org.eclipse.rcptt.core.search.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.search.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core.search.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.search.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/org.eclipse.rcptt.core.search.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/org.eclipse.rcptt.core.search.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core.search.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.search.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.core.search.test --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/work/data, -install, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/work, -configuration, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/surefire.properties] Running org.eclipse.rcptt.core.search.test.TagsContentAssistTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 s - in org.eclipse.rcptt.core.search.test.TagsContentAssistTest testTag1And(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.468 s testTag(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.001 s testEmpty(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTag1(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTag2(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTagSpace(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTag1AndNot(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTagWithOpenParenthesis(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTagWithCloseParenthesis(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTag1Space(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.core >---------- [INFO] Building org.eclipse.rcptt.core.ecl.core 2.5.5-SNAPSHOT [89/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.core --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.ecl.core --- [INFO] Resolving class path of org.eclipse.rcptt.core.ecl.core... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.core.ecl.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 68 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.core.ecl.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.core --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.core/target/org.eclipse.rcptt.core.ecl.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core.ecl.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.ecl.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.core/target/org.eclipse.rcptt.core.ecl.core-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.core/target/org.eclipse.rcptt.core.ecl.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core.ecl.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.ecl.core --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree >------- [INFO] Building org.eclipse.rcptt.verifications.tree 2.5.5-SNAPSHOT [90/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.tree --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.tree --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.tree... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.tree --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.tree/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.tree --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.tree/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.tree/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.tree --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.tree/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications.tree --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.tree --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.tree/target/org.eclipse.rcptt.verifications.tree-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.tree --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.tree --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.tree/target/org.eclipse.rcptt.verifications.tree-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.tree/target/org.eclipse.rcptt.verifications.tree-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.tree --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.tree --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.parser.test >------ [INFO] Building org.eclipse.rcptt.core.ecl.parser.test 2.5.5-SNAPSHOT [91/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] Resolving class path of org.eclipse.rcptt.core.ecl.parser.test... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.core.ecl.parser.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/org.eclipse.rcptt.core.ecl.parser.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core.ecl.parser.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/org.eclipse.rcptt.core.ecl.parser.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/org.eclipse.rcptt.core.ecl.parser.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core.ecl.parser.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/work/data, -install, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/work, -configuration, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/surefire.properties] Running org.eclipse.rcptt.core.ecl.parser.test.ModelTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.rcptt.core.ecl.parser.test.ModelTest testSimpleProc(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.006 s testTwoProcs(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s testOneParamProc(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s testLocalBeforeLet(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s testComplexProc(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s testInLetArg(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0 s testMaskParam(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s testLetInProc(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0 s testGlobal(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0 s testLocalAfterLet(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0 s testSimpleInsideLet(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.core.ecl.parser.test.CompleterTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.rcptt.core.ecl.parser.test.CompleterTest testSingleCommandNoMatch(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0.002 s testPrefixedFilteredArgProposalArgName(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0.001 s testPrefixedArgProposalArgName(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testSingleDollar(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testArgProposalAfterDash(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testPrefixedArgProposalVar(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testDollarArgProposal(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testCommentsProposals(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testMultiCommandMultiStringArgProposal(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testPrefixedFilteredArgProposalArgNameNonLastLine(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testEmptyScript(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testSingleCommand(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testMultiCommandOneStringArgProposal(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0.001 s testArgProposal(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testArgNonLastLineProposal(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s Running org.eclipse.rcptt.core.ecl.parser.test.NewParserTest ----------- Identifier foo foo null ----------- Spacing null null ----------- Option -bar bar null ----------- Spacing null null ----------- Invalid - null Invalid option name. Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.rcptt.core.ecl.parser.test.NewParserTest simpleCmd(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s testCommentsBetweenArgs(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s pipeWithArgs(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s simpleScriptArg(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s simplePipe(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0.001 s testSemicolon(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s mlc(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0.001 s compPipeArg(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s simplePipeArg(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s differentArgs(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0.001 s twoPipes(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s namedArg(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s boolArgs(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s testCommentsBetweenPipes(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.core.ecl.parser.test.PathTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.rcptt.core.ecl.parser.test.PathTest testFindPipeArgName(org.eclipse.rcptt.core.ecl.parser.test.PathTest) Time elapsed: 0 s testLast(org.eclipse.rcptt.core.ecl.parser.test.PathTest) Time elapsed: 0 s testFindScriptArgName(org.eclipse.rcptt.core.ecl.parser.test.PathTest) Time elapsed: 0.001 s testFindCommands(org.eclipse.rcptt.core.ecl.parser.test.PathTest) Time elapsed: 0 s testFindLiteralArgName(org.eclipse.rcptt.core.ecl.parser.test.PathTest) Time elapsed: 0 s Running org.eclipse.rcptt.core.ecl.parser.test.ResolverTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.rcptt.core.ecl.parser.test.ResolverTest testParamAsArg(org.eclipse.rcptt.core.ecl.parser.test.ResolverTest) Time elapsed: 0 s Running org.eclipse.rcptt.core.ecl.parser.test.ParserTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.rcptt.core.ecl.parser.test.ParserTest testSimpleIdArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testNamedArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testEmpty(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testStrangeCrash(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testPipeArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testNoArgsCommand(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testArgLineBreak(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testSimpleNumArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testSimpleRefArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testSimpleStrArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testBoolArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testTwoNoArgsCommands(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testSLComment(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testScriptArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testNoArg2Pipes(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testRealScript(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0.001 s testNoArgPipeline(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s Running org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest Old Time - 40ms New Time - 13ms Scan Time - 8ms Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.621 s - in org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest test1(org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest) Time elapsed: 0.534 s testScanner(org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest) Time elapsed: 0.083 s Results: Tests run: 65, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources >---------- [INFO] Building org.eclipse.rcptt.ctx.resources 2.5.5-SNAPSHOT [92/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.resources --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.resources --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.resources... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.resources --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.resources/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.resources/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.resources/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.resources --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.resources/target/org.eclipse.rcptt.ctx.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.resources --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.resources --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.resources/target/org.eclipse.rcptt.ctx.resources-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.resources/target/org.eclipse.rcptt.ctx.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.resources --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.resources --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources >----- [INFO] Building org.eclipse.rcptt.verifications.resources 2.5.5-SNAPSHOT [93/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.resources --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.resources --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.resources... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.resources --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.resources/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.resources/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.resources/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications.resources --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.resources/target/org.eclipse.rcptt.verifications.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.resources --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.resources --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.resources/target/org.eclipse.rcptt.verifications.resources-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.resources/target/org.eclipse.rcptt.verifications.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.resources --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.resources --- [INFO] No tests to run. [INFO] [INFO] ------------------< org.eclipse.rcptt:ecl-repository >------------------ [INFO] Building ecl-repository 2.5.5-SNAPSHOT [94/102] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl-repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ ecl-repository --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ ecl-repository --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ ecl-repository --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ecl-repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/repository/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ ecl-repository --- [WARNING] No system packages found in profile nor toolchain for JavaSE-11, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-11 in your toolchains.xml [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [WARNING] No system packages found in profile nor toolchain for JavaSE-18, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-18 in your toolchains.xml [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ ecl-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ ecl-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ ecl-repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ ecl-repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ ecl-repository --- [INFO] Building zip: /home/jenkins/agent/workspace/master/ecl/repository/target/ecl-repository-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ ecl-repository --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecl-repository --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ ecl-repository --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ ecl-repository --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.core.builder >---------- [INFO] Building org.eclipse.rcptt.core.builder 2.5.5-SNAPSHOT [95/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.builder --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.builder --- [INFO] Resolving class path of org.eclipse.rcptt.core.builder... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.builder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.core.builder --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.builder/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.builder/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.builder/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.core.builder --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.builder/target/org.eclipse.rcptt.core.builder-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core.builder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.builder --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.builder/target/org.eclipse.rcptt.core.builder-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.builder/target/org.eclipse.rcptt.core.builder-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core.builder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.builder --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.core.launching >--------- [INFO] Building org.eclipse.rcptt.core.launching 2.5.5-SNAPSHOT [96/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.launching --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.launching --- [INFO] Resolving class path of org.eclipse.rcptt.core.launching... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.launching/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.core.launching --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.launching/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.launching/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.launching/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.core.launching --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.launching/target/org.eclipse.rcptt.core.launching-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core.launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.launching --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.launching/target/org.eclipse.rcptt.core.launching-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.launching/target/org.eclipse.rcptt.core.launching-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core.launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.launching --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.test >----- [INFO] Building org.eclipse.rcptt.verifications.tree.test 2.5.5-SNAPSHOT [97/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.tree.test... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.tree.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/org.eclipse.rcptt.verifications.tree.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.tree.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/org.eclipse.rcptt.verifications.tree.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/org.eclipse.rcptt.verifications.tree.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.tree.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/work/data, -install, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/work, -configuration, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/surefire.properties] Running org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 s - in org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest testAssertChildren(org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest) Time elapsed: 0.377 s testChildrenAllowedForUnexpanded(org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest) Time elapsed: 0.002 s testDescent(org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest) Time elapsed: 0 s testAllowUnmatched(org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest) Time elapsed: 0.001 s Results: Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.script >----------- [INFO] Building org.eclipse.rcptt.ctx.script 2.5.5-SNAPSHOT [98/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.script --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.script --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.script... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.script --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.script/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.script --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.script/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.script/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.script --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.script/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.script --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.script --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.script/target/org.eclipse.rcptt.ctx.script-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.script --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.script --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.script/target/org.eclipse.rcptt.ctx.script-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.script/target/org.eclipse.rcptt.ctx.script-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.script --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.script --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.core.tests >----------- [INFO] Building org.eclipse.rcptt.core.tests 2.5.5-SNAPSHOT [99/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.tests --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.tests --- [INFO] Resolving class path of org.eclipse.rcptt.core.tests... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.core.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/org.eclipse.rcptt.core.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/org.eclipse.rcptt.core.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/org.eclipse.rcptt.core.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.core.tests --- [INFO] Fetching com.jcraft.jsch_0.1.54.v20170116-1932.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (295.49kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (133.24kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (54.1kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (102.77kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (108.54kB) [INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.86MB) [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (304.72kB) [INFO] Fetching org.eclipse.equinox.console_1.3.200.v20181115-0906.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (122.39kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (203.85kB) [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (56.87kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (67.47kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.9.v20180409-1525.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (347.92kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.5.v20180409-1525.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1,005.08kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (2.32MB) [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.65MB) [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (3.09MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_7.5.0.v20181003-1532.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (3.45MB) [INFO] Fetching org.eclipse.ant.core_3.5.300.v20190213-1305.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (106.24kB) [INFO] Fetching org.eclipse.compare.win32_1.2.400.v20190213-1306.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (43.63kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.4.400.v20190131-1604.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (77.61kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.200.v20180821-1744.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (41.94kB) [INFO] Fetching org.eclipse.equinox.util_1.1.200.v20181008-1820.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (81.4kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.400.v20190214-1309.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (45.09kB) [INFO] Fetching org.eclipse.ecf_3.9.3.v20181012-2016.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (121.39kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20180810-0833.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (63.62kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.200.v20180827-1235.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (25.96kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14.48kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (52.03kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (126.4kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.300.v20180301-0132.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (73.79kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.9kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.7kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (65.99kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.0.v20190305-2216.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (28.75kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.0.v20190305-2225.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (229.29kB) [INFO] Fetching org.eclipse.jetty.http_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (211.68kB) [INFO] Fetching org.eclipse.jetty.server_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (656.68kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (127.96kB) [INFO] Fetching org.eclipse.jetty.util_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (532.25kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (45.33kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.77kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (12.52kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.1.100.v20180822-1258.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.96kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (25.06kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (128.64kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.200.v20180921-1019.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (77.41kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (26.05kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (43.23kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (56.26kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.200.v20190204-0752.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (31.08kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (97.51kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.100.v20180822-1354.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (232.12kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.100.v20180822-1302.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (35.02kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.0.v20181023-0914.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (49.42kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (247.74kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (606.02kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.200.v20181102-0649.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (100.82kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.100.v20180827-1122.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (18.17kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.200.v20181108-1420.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (168.9kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.200.v20181214-0802.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.3kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.100.v20180827-1122.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (124.43kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.100.v20180827-1122.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (97.3kB) [INFO] Fetching org.eclipse.help.base_4.2.500.v20190307-0500.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (416.36kB) [INFO] Fetching org.eclipse.help.ui_4.1.400.v20190218-1039.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (459.71kB) [INFO] Fetching org.eclipse.help.webapp_3.9.400.v20190212-1458.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (665.57kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (31.79kB) [INFO] Fetching org.eclipse.jetty.io_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (162.03kB) [INFO] Fetching org.eclipse.jetty.security_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (123.46kB) [INFO] Fetching org.eclipse.jsch.core_1.3.400.v20190214-2156.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (40.65kB) [INFO] Fetching org.eclipse.jsch.ui_1.3.400.v20190214-2156.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (91.19kB) [INFO] Fetching org.eclipse.platform_4.11.0.v20190307-0500.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (259.63kB) [INFO] Fetching org.eclipse.ui.intro_3.5.500.v20190218-1654.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (338.46kB) [INFO] Fetching org.eclipse.platform.doc.user_4.11.0.v20190227-0848.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (8.67MB) [INFO] Fetching org.eclipse.search_3.11.500.v20190218-2126.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (541.76kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.3.400.v20190218-1654.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.99MB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.400.v20190218-1039.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (335.45kB) [INFO] Fetching org.eclipse.ui.browser_3.6.300.v20180828-0837.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (202.54kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.300.v20190228-1402.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (111.91kB) [INFO] Fetching org.eclipse.ui.monitoring_1.1.300.v20180828-1350.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (59.33kB) [INFO] Fetching org.eclipse.ui.net_1.3.300.v20180827-1041.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (45.61kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.200.v20180821-1744.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (148.13kB) [INFO] Fetching org.eclipse.ui.themes_1.2.400.v20190223-1254.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.27kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.52kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.200.v20180827-1041.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.2kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.500.v20190218-0617.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (166.36kB) [INFO] Fetching org.eclipse.update.configurator_3.4.200.v20190218-1148.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (94.75kB) [INFO] Fetching org.eclipse.rcp_4.11.0.v20190307-0500.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (11.08kB) [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/surefire.properties] Running org.eclipse.rcptt.core.tests.model.ModelMembersTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.541 s - in org.eclipse.rcptt.core.tests.model.ModelMembersTests testElementExistance(org.eclipse.rcptt.core.tests.model.ModelMembersTests) Time elapsed: 0.853 s testFindContext(org.eclipse.rcptt.core.tests.model.ModelMembersTests) Time elapsed: 0.021 s Running org.eclipse.rcptt.core.tests.model.plainformat.PlainFormatTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.rcptt.core.tests.model.plainformat.PlainFormatTests testWritePlainFile(org.eclipse.rcptt.core.tests.model.plainformat.PlainFormatTests) Time elapsed: 0.005 s Running org.eclipse.rcptt.core.tests.model.WorkingCopyTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.156 s - in org.eclipse.rcptt.core.tests.model.WorkingCopyTests testNewTestcaseAppear(org.eclipse.rcptt.core.tests.model.WorkingCopyTests) Time elapsed: 1.081 s Running org.eclipse.rcptt.core.tests.model.DeltaTests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.107 s - in org.eclipse.rcptt.core.tests.model.DeltaTests testNewTestcaseAppear(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 0.97 s testDeleteTestcase(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 1.055 s testNewFolderAppear(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 1.054 s testElementRename(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 1.011 s Results: Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 Exception in thread "Q7 Indexer" java.lang.IllegalStateException: Job manager has been shut down. at org.eclipse.core.internal.jobs.JobManager.schedule(JobManager.java:1227) at org.eclipse.core.internal.jobs.InternalJob.schedule(InternalJob.java:385) at org.eclipse.core.runtime.jobs.Job.schedule(Job.java:670) at org.eclipse.rcptt.internal.core.jobs.JobManager.showProgress(JobManager.java:466) at org.eclipse.rcptt.internal.core.jobs.JobManager.run(JobManager.java:423) at java.base/java.lang.Thread.run(Thread.java:831) [INFO] All tests passed! [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.extensions >--------- [INFO] Building org.eclipse.rcptt.ctx.extensions 2.5.5-SNAPSHOT [100/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.extensions --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.extensions --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.extensions... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.extensions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.extensions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.extensions --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.extensions/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.extensions/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.extensions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.extensions/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.extensions --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.extensions --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.extensions/target/org.eclipse.rcptt.ctx.extensions-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.extensions --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.extensions --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.extensions/target/org.eclipse.rcptt.ctx.extensions-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.extensions/target/org.eclipse.rcptt.ctx.extensions-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.extensions --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.extensions --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.core.features:org.eclipse.rcptt.core >------- [INFO] Building org.eclipse.rcptt.core 2.5.5-SNAPSHOT [101/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.core --- [INFO] Fetching org.eclipse.emf.edit_2.14.0.v20180823-0456.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (295.11kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (403.76kB) [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core-feature/target/org.eclipse.rcptt.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core-feature/target/org.eclipse.rcptt.core-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core-feature/target/org.eclipse.rcptt.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core --- [INFO] [INFO] -----------------< org.eclipse.rcptt:core-repository >------------------ [INFO] Building core-repository 2.5.5-SNAPSHOT [102/102] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ core-repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ core-repository --- [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.89MB) [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ core-repository --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ core-repository --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ core-repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/repository/core/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ core-repository --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ core-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ core-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ core-repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ core-repository --- [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202405071557.Default 1.0.0.AH8S8OcJD0--AspEs85kn839q7C to org.eclipse.equinox.p2.iu; com.ibm.icu [56.1.0.v201601250100,56.1.0.v201601250100].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202405071557.Default 1.0.0.AH8S8OcJD0--AspEs85kn839q7C to org.eclipse.equinox.p2.iu; com.ibm.icu [56.1.0.v201601250100,56.1.0.v201601250100].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202405071557.Default 1.0.0.AH8S8OcJD0--AspEs85kn839q7C to org.eclipse.equinox.p2.iu; com.ibm.icu [56.1.0.v201601250100,56.1.0.v201601250100].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ core-repository --- [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/core/target/core-repository-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ core-repository --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ core-repository --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ core-repository --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ core-repository --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] ecl ................................................ SUCCESS [ 0.711 s] [INFO] ecl-plugins ........................................ SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.ecl.core ......................... SUCCESS [ 12.212 s] [INFO] org.eclipse.rcptt.ecl.client.tcp ................... SUCCESS [ 1.504 s] [INFO] org.eclipse.rcptt.ecl.dispatch ..................... SUCCESS [ 1.337 s] [INFO] org.eclipse.rcptt.ecl.filesystem ................... SUCCESS [ 1.742 s] [INFO] core 2.5.5-SNAPSHOT ................................ SUCCESS [ 0.006 s] [INFO] rcptt.core ......................................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.logging .......................... SUCCESS [ 1.337 s] [INFO] org.eclipse.rcptt.tesla.core.context ............... SUCCESS [ 1.242 s] [INFO] org.eclipse.rcptt.util ............................. SUCCESS [ 1.548 s] [INFO] org.eclipse.rcptt.tesla.core ....................... SUCCESS [ 6.861 s] [INFO] org.eclipse.rcptt.tesla.ecl ........................ SUCCESS [ 4.684 s] [INFO] org.eclipse.rcptt.ecl.data ......................... SUCCESS [ 3.059 s] [INFO] org.eclipse.rcptt.ecl.data.apache.poi .............. SUCCESS [ 1.314 s] [INFO] org.eclipse.rcptt.ecl.parser ....................... SUCCESS [ 3.004 s] [INFO] org.eclipse.rcptt.ecl.debug.runtime ................ SUCCESS [ 2.644 s] [INFO] org.eclipse.rcptt.ecl.debug.core ................... SUCCESS [ 1.944 s] [INFO] org.eclipse.rcptt.ecl.debug.ui ..................... SUCCESS [ 1.664 s] [INFO] org.eclipse.rcptt.ecl.doc .......................... SUCCESS [ 1.301 s] [INFO] org.eclipse.rcptt.ecl.perf ......................... SUCCESS [ 1.687 s] [INFO] org.eclipse.rcptt.ecl.platform ..................... SUCCESS [ 3.353 s] [INFO] org.eclipse.rcptt.ecl.platform.ui .................. SUCCESS [ 1.748 s] [INFO] org.eclipse.rcptt.ecl.popup ........................ SUCCESS [ 2.018 s] [INFO] org.eclipse.rcptt.ecl.popup.ui ..................... SUCCESS [ 2.184 s] [INFO] org.eclipse.rcptt.ecl.server.tcp ................... SUCCESS [ 1.566 s] [INFO] org.eclipse.rcptt.ecl.server.tcp.ui ................ SUCCESS [ 1.279 s] [INFO] org.eclipse.rcptt.ecl.shell ........................ SUCCESS [ 1.990 s] [INFO] org.eclipse.rcptt.ecl.telnet.server ................ SUCCESS [ 0.956 s] [INFO] org.eclipse.rcptt.ecl.telnet.server.ui ............. SUCCESS [ 1.218 s] [INFO] org.eclipse.rcptt.ecl.operations ................... SUCCESS [ 2.118 s] [INFO] org.eclipse.rcptt.ecl.interop ...................... SUCCESS [ 1.319 s] [INFO] ecl-features ....................................... SUCCESS [ 0.068 s] [INFO] org.eclipse.rcptt.ecl.core ......................... SUCCESS [ 1.215 s] [INFO] org.eclipse.rcptt.ecl.ide .......................... SUCCESS [ 1.249 s] [INFO] org.eclipse.rcptt.ecl.server ....................... SUCCESS [ 0.926 s] [INFO] org.eclipse.rcptt.ecl.shell ........................ SUCCESS [ 1.498 s] [INFO] org.eclipse.rcptt.ecl.platform ..................... SUCCESS [ 0.690 s] [INFO] org.eclipse.rcptt.ecl.platform.ui .................. SUCCESS [ 0.797 s] [INFO] org.eclipse.rcptt.ecl.sdk .......................... SUCCESS [ 1.736 s] [INFO] org.eclipse.rcptt.ecl.server.ui .................... SUCCESS [ 0.769 s] [INFO] ecl-tests .......................................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.ecl.parser.test .................. SUCCESS [ 7.761 s] [INFO] org.eclipse.rcptt.ecl.operations.tests ............. SUCCESS [ 7.336 s] [INFO] org.eclipse.rcptt.ecl.data.tests ................... SUCCESS [ 9.767 s] [INFO] org.eclipse.rcptt.ecl.core.tests ................... SUCCESS [ 9.369 s] [INFO] org.eclipse.rcptt.ecl.client.tcp.tests ............. SUCCESS [ 8.323 s] [INFO] org.eclipse.rcptt.ecl.perf.tests ................... SUCCESS [ 7.797 s] [INFO] org.eclipse.rcptt.ecl.doc.tests .................... SUCCESS [ 8.380 s] [INFO] ecl-repository ..................................... SUCCESS [ 3.834 s] [INFO] watson ............................................. SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.watson.core ...................... SUCCESS [ 2.054 s] [INFO] org.eclipse.rcptt.watson.jobs ...................... SUCCESS [ 1.975 s] [INFO] org.eclipse.rcptt.watson ........................... SUCCESS [ 0.902 s] [INFO] org.eclipse.rcptt.watson.ui ........................ SUCCESS [ 2.149 s] [INFO] org.eclipse.rcptt.tesla.recording.core ............. SUCCESS [ 1.401 s] [INFO] org.eclipse.rcptt.tesla ............................ SUCCESS [ 0.989 s] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl ......... SUCCESS [ 1.490 s] [INFO] org.eclipse.rcptt.tesla.ecl ........................ SUCCESS [ 0.918 s] [INFO] org.eclipse.rcptt.core.scenario .................... SUCCESS [ 1.244 s] [INFO] org.eclipse.rcptt.core ............................. SUCCESS [ 3.053 s] [INFO] org.eclipse.rcptt.core.search ...................... SUCCESS [ 1.105 s] [INFO] org.eclipse.rcptt.reporting ........................ SUCCESS [ 2.192 s] [INFO] rcptt.core.verifications ........................... SUCCESS [ 0.005 s] [INFO] org.eclipse.rcptt.verifications .................... SUCCESS [ 1.247 s] [INFO] org.eclipse.rcptt.core.ecl.core .................... SUCCESS [ 1.788 s] [INFO] org.eclipse.rcptt.core.ecl.scanner ................. SUCCESS [ 1.041 s] [INFO] org.eclipse.rcptt.core.ecl.parser .................. SUCCESS [ 1.237 s] [INFO] org.eclipse.rcptt.core.builder ..................... SUCCESS [ 2.209 s] [INFO] org.eclipse.rcptt.core.launching ................... SUCCESS [ 1.459 s] [INFO] rcptt.core.contexts ................................ SUCCESS [ 0.005 s] [INFO] org.eclipse.rcptt.ctx.debug ........................ SUCCESS [ 1.858 s] [INFO] org.eclipse.rcptt.ctx.group ........................ SUCCESS [ 1.837 s] [INFO] org.eclipse.rcptt.ctx.preferences .................. SUCCESS [ 1.855 s] [INFO] org.eclipse.rcptt.resources ........................ SUCCESS [ 1.428 s] [INFO] org.eclipse.rcptt.ctx.resources .................... SUCCESS [ 1.840 s] [INFO] org.eclipse.rcptt.ctx.script ....................... SUCCESS [ 2.190 s] [INFO] org.eclipse.rcptt.ctx.super ........................ SUCCESS [ 1.114 s] [INFO] org.eclipse.rcptt.ctx.capability ................... SUCCESS [ 1.849 s] [INFO] org.eclipse.rcptt.ctx.workbench .................... SUCCESS [ 1.846 s] [INFO] org.eclipse.rcptt.ctx.parameters ................... SUCCESS [ 1.746 s] [INFO] org.eclipse.rcptt.ctx.filesystem ................... SUCCESS [ 1.205 s] [INFO] org.eclipse.rcptt.ctx.extensions ................... SUCCESS [ 1.849 s] [INFO] org.eclipse.rcptt.verifications.time ............... SUCCESS [ 1.130 s] [INFO] org.eclipse.rcptt.verifications.text ............... SUCCESS [ 1.165 s] [INFO] org.eclipse.rcptt.verifications.log ................ SUCCESS [ 1.370 s] [INFO] org.eclipse.rcptt.verifications.tree ............... SUCCESS [ 1.343 s] [INFO] org.eclipse.rcptt.verifications.resources .......... SUCCESS [ 1.709 s] [INFO] org.eclipse.rcptt.util.resources ................... SUCCESS [ 1.674 s] [INFO] org.eclipse.rcptt.core.swt ......................... SUCCESS [ 1.063 s] [INFO] org.eclipse.rcptt.core.swt.win64 ................... SUCCESS [ 0.812 s] [INFO] org.eclipse.rcptt.core.ecl.formatter ............... SUCCESS [ 1.028 s] [INFO] org.eclipse.rcptt.core.ecl.highlighter ............. SUCCESS [ 1.176 s] [INFO] org.eclipse.rcptt.expandbar ........................ SUCCESS [ 1.175 s] [INFO] org.eclipse.rcptt.core ............................. SUCCESS [ 1.710 s] [INFO] rcptt.core.tests ................................... SUCCESS [ 0.005 s] [INFO] org.eclipse.rcptt.core.tests ....................... SUCCESS [ 25.063 s] [INFO] org.eclipse.rcptt.core.ecl.formatter.test .......... SUCCESS [ 7.483 s] [INFO] org.eclipse.rcptt.core.ecl.parser.test ............. SUCCESS [ 7.180 s] [INFO] org.eclipse.rcptt.verifications.tree.test .......... SUCCESS [ 7.461 s] [INFO] org.eclipse.rcptt.core.search.test ................. SUCCESS [ 7.238 s] [INFO] core-repository 2.5.5-SNAPSHOT ..................... SUCCESS [ 5.515 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:27 min [INFO] Finished at: 2024-05-21T13:58:17Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f releng/runtime/pom.xml -P runtime4x [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/aspectj-maven-plugin/1.14.0/aspectj-maven-plugin-1.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/aspectj-maven-plugin/1.14.0/aspectj-maven-plugin-1.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/aspectj-maven-plugin/1.14.0/aspectj-maven-plugin-1.14.0.pom (13 kB at 61 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/63/mojo-parent-63.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/63/mojo-parent-63.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/63/mojo-parent-63.pom (31 kB at 226 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/aspectj-maven-plugin/1.14.0/aspectj-maven-plugin-1.14.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/aspectj-maven-plugin/1.14.0/aspectj-maven-plugin-1.14.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/aspectj-maven-plugin/1.14.0/aspectj-maven-plugin-1.14.0.jar (59 kB at 595 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom (15 kB at 120 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar (167 kB at 1.2 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom [INFO] 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 [INFO] 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 70 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom [INFO] 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 [INFO] 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 74 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar [INFO] 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 [INFO] 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 433 kB/s) SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from http://download.eclipse.org/tools/ajdt/48/dev/update/ (128B) [INFO] Adding repository http://download.eclipse.org/tools/ajdt/48/dev/update [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/ajdt/48/dev/update/ (456B) [INFO] Fetching content.jar from http://download.eclipse.org/tools/ajdt/48/dev/update/ajdt-e48-2.2.4.201908131520/ (12.34kB) [INFO] Fetching p2.index from https://download.eclipse.org/swtchart/releases/0.12.0/repository/ (172B) [INFO] Adding repository https://download.eclipse.org/swtchart/releases/0.12.0/repository [INFO] Fetching content.xml.xz from https://download.eclipse.org/swtchart/releases/0.12.0/repository/ (16.71kB) [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/core/target/repository [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Adding repository http://download.eclipse.org/tools/ajdt/43/update [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2019-03 [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-03/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ (142B) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.runtime.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime.ui/pom.xml [INFO] Fetching org.eclipse.osgi_3.15.100.v20191114-1701.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (1.4MB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (95.26kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (702.6kB) [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (71.79kB) [INFO] Fetching org.eclipse.equinox.common_3.10.600.v20191004-1420.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (120.31kB) [INFO] Fetching org.eclipse.core.commands_3.9.600.v20191122-2109.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (112.72kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.600.v20191017-2055.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (129.6kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.600.v20191017-2055.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (189.41kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.500.v20190916-2125.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (98.85kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.8.100.v20191118-0932.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (303.67kB) [INFO] Fetching org.eclipse.core.databinding.property_1.7.200.v20191105-1311.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (160.58kB) [INFO] Fetching org.eclipse.core.databinding_1.7.700.v20191122-2109.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (173.33kB) [INFO] Fetching org.eclipse.core.runtime_3.17.0.v20191122-2104.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (72.23kB) [INFO] Fetching org.eclipse.core.expressions_3.6.600.v20191122-2104.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (92.39kB) [INFO] Fetching org.eclipse.core.jobs_3.10.600.v20191122-2104.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (105.07kB) [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (87.28kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (51.49kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.300.v20191017-1404.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (47.37kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.100.v20191122-2104.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (70.98kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.800.v20190926-0808.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (25.45kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (11.98kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.400.v20191122-2104.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (11.15kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (34.8kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (317.81kB) [INFO] Fetching org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (1.35MB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.500.v20191021-1408.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (50.19kB) [INFO] Fetching org.eclipse.swt_3.113.0.v20191204-0601.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (16.92kB) [INFO] Fetching org.eclipse.jface_3.18.0.v20191122-2109.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (1.06MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.700.v20191105-1310.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (44.91kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.900.v20191106-1716.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (207.71kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.700.v20191113-1031.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (246.44kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191125-1011.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (28.45kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.700.v20191114-0830.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (16.26kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (38.28kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.600.v20191106-1503.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (393.68kB) [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (34.44kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (24.31kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (13.11kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (229.7kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (100.61kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.0.v20191120-1917.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (249.81kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20191114-0715.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (246.48kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (140.48kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20191030-1314.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (114.81kB) [INFO] Fetching org.eclipse.jface.databinding_1.9.200.v20191113-1050.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (292.57kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (20.81kB) [INFO] Fetching org.eclipse.emf.common_2.17.0.v20190920-0401.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (366.97kB) [INFO] Fetching org.eclipse.help_3.8.600.v20191123-0656.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (266.88kB) [INFO] Fetching org.eclipse.ui_3.115.0.v20191127-1056.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (467.42kB) [INFO] Fetching org.aspectj.runtime_1.9.2.201908131520.jar from http://download.eclipse.org/tools/ajdt/48/dev/update/ajdt-e48-2.2.4.201908131520/plugins/ (137.88kB) [INFO] Fetching org.eclipse.ui.workbench_3.117.0.v20191126-1131.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (3.52MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191204-0601.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (2.32MB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (21.24kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191204-0601.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (2.08MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191204-0601.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (2.05MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.forms.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.forms.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.resources.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util.swt:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.util.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.swt:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.jobs:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.jface:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.jface/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.runtime:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.core.am/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.canvas/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef/pom.xml [INFO] Fetching 201903201000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-03/ (63B) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (90.71kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (975.92kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf/pom.xml [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (12.63MB) [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (12.28MB of 12.63MB at 12.27MB/s) [INFO] Fetching org.eclipse.emf.ecore.edit_2.12.0.v20190226-1307.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (183.71kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (114.55kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201806010809.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (252.29kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (117.18kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (99.1kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (130.39kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.9.0.201805221301.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (384.01kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (111.43kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (185.94kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201806010809.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (28.53kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (92.23kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.54kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (307.46kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (107.22kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt/pom.xml [INFO] Fetching org.eclipse.jdt.core_3.17.0.v20190306-2240.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (6.6MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.reconciler.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.draw2d:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gef:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gmf:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.text:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.draw2d:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gef:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gmf:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.jface.text:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.workbench.texteditor:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.variables/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.properties.view:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.chart:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.chart/pom.xml [INFO] Fetching org.eclipse.swtchart_0.12.0.202003130409.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (136.93kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.e4x.features:org.eclipse.rcptt.tesla.runtime:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.runtime.e4x-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e4x:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects.e4x:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.ecl.features:org.eclipse.rcptt.tesla.ecl.runtime:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl.update-site:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.debug:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.core.ecl.debug/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.aspect:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.runtime:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.runtime-updatesite:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime-updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.updates.runtime.e4x:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.updates.e4x:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.e4x-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar.runtime:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.expandbar.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.jface.aspects.test:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/pom.xml [INFO] Fetching org.aspectj.weaver_1.9.2.201908131520.jar from http://download.eclipse.org/tools/ajdt/48/dev/update/ajdt-e48-2.2.4.201908131520/plugins/ (1.93MB) [INFO] Fetching org.eclipse.equinox.weaving.aspectj_1.0.400.201908131520.jar from http://download.eclipse.org/tools/ajdt/48/dev/update/ajdt-e48-2.2.4.201908131520/plugins/ (34.42kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.swt.aspects.test:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.swt.test:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.test:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ecl.data.apache.poi.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/pom.xml [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20160520211859/repository/ (63B) [INFO] Fetching org.apache.poi_3.9.0.v201405241750.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (1.87MB) [INFO] Fetching org.apache.poi.ooxml_3.9.0.v201405241905.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (942.92kB) [INFO] Fetching org.apache.poi.ooxml.schemas_3.9.0.v201405241750.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (4.96MB) [INFO] Fetching org.dom4j_1.6.1.v20170815-1500.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (328.78kB) [INFO] Fetching org.apache.xmlbeans_2.3.0.v201605172150.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (2.74MB) [INFO] Fetching org.apache.ws.jaxme_0.5.1.v20100427-1100.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (46.31kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:e4x:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/repository/e4x/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] runtime [pom] [INFO] rcptt.runtime [pom] [INFO] tesla [pom] [INFO] org.eclipse.rcptt.tesla.swt.fragment [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.core.am [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jobs.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.util.swt [eclipse-plugin] [INFO] rcptt.runtime.watson [pom] [INFO] org.eclipse.rcptt.watson.aspects.jobs [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.aspects.swt [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.swt [eclipse-plugin] [INFO] ecl-tesla [pom] [INFO] org.eclipse.rcptt.tesla.ecl.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.runtime.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.forms.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.resources.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.jface [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.tesla.canvas [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.gef.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.gef [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.gmf.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.gmf [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jdt.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jdt [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.text [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.text.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.fragment [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.draw2d [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gef [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gmf [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.text [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.draw2d [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.gef [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.gmf [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.canvas [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.jface.text [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.workbench.texteditor [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ui.ide [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.variables [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.properties.view [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.chart [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt.e4x [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.workbench.aspects.e4x [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.tesla.ecl.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.tesla.ecl.update-site [eclipse-update-site] [INFO] org.eclipse.rcptt.core.ecl.debug [eclipse-plugin] [INFO] rcptt.runtime.contexts [pom] [INFO] org.eclipse.rcptt.ctx.debug.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.group.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.preferences.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.preferences.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.parameters.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.filesystem.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.resources.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.script.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench.aspect [eclipse-plugin] [INFO] rcptt.runtime.verifications [pom] [INFO] org.eclipse.rcptt.verifications.time.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.text.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.log.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.tree.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.resources.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.data.apache.poi.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.expandbar.runtime [eclipse-plugin] [INFO] org.eclipse.rcptt.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.runtime-updatesite [eclipse-repository] [INFO] rcptt.runtime.updates [pom] [INFO] org.eclipse.rcptt.updates.runtime.e4x [eclipse-plugin] [INFO] org.eclipse.rcptt.updates.e4x [eclipse-feature] [INFO] rcptt.runtime.tests [pom] [INFO] org.eclipse.rcptt.tesla.jface.aspects.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.tesla.swt.aspects.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.tesla.swt.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.watson.test [eclipse-test-plugin] [INFO] e4x [eclipse-repository] [INFO] [INFO] ---------------------< org.eclipse.rcptt:runtime >---------------------- [INFO] Building runtime 2.5.5-SNAPSHOT [1/93] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ runtime --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ runtime --- [INFO] [INFO] ------------------< org.eclipse.rcptt:rcptt.runtime >------------------- [INFO] Building rcptt.runtime 2.5.5-SNAPSHOT [2/93] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runtime --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runtime --- [INFO] [INFO] -------------------< org.eclipse.rcptt.tesla:tesla >-------------------- [INFO] Building tesla 2.5.5-SNAPSHOT [3/93] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tesla --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ tesla --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ tesla --- [INFO] [INFO] ------------< org.eclipse.rcptt:org.eclipse.rcptt.util.swt >------------ [INFO] Building org.eclipse.rcptt.util.swt 2.5.5-SNAPSHOT [4/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.util.swt --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.util.swt --- [INFO] Resolving class path of org.eclipse.rcptt.util.swt... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.util.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.util.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.util.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.util.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.util.swt/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.util.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.util.swt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.util.swt --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.util.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.util.swt/target/org.eclipse.rcptt.util.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.util.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.util.swt --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.util.swt/target/org.eclipse.rcptt.util.swt-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.util.swt/target/org.eclipse.rcptt.util.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.util.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.util.swt --- [INFO] No tests to run. [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt.runtime.watson >--------------- [INFO] Building rcptt.runtime.watson 2.5.5-SNAPSHOT [5/93] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.watson --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.runtime.watson --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runtime.watson --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.runtime.watson --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runtime.watson --- [INFO] [INFO] ---------------< org.eclipse.rcptt.tesla.ecl:ecl-tesla >---------------- [INFO] Building ecl-tesla 2.5.5-SNAPSHOT [6/93] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl-tesla --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ ecl-tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecl-tesla --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ ecl-tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ ecl-tesla --- [INFO] [INFO] --------------< org.eclipse.rcptt:rcptt.runtime.contexts >-------------- [INFO] Building rcptt.runtime.contexts 2.5.5-SNAPSHOT [7/93] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.contexts --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.runtime.contexts --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runtime.contexts --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.runtime.contexts --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runtime.contexts --- [INFO] [INFO] -----------< org.eclipse.rcptt:rcptt.runtime.verifications >------------ [INFO] Building rcptt.runtime.verifications 2.5.5-SNAPSHOT [8/93] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.verifications --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.runtime.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runtime.verifications --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.runtime.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runtime.verifications --- [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.ecl.data.apache.poi.impl >---- [INFO] Building org.eclipse.rcptt.ecl.data.apache.poi.impl 2.5.5-SNAPSHOT [9/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.data.apache.poi.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/target/org.eclipse.rcptt.ecl.data.apache.poi.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/target/org.eclipse.rcptt.ecl.data.apache.poi.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/target/org.eclipse.rcptt.ecl.data.apache.poi.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] No tests to run. [INFO] [INFO] --------------< org.eclipse.rcptt:rcptt.runtime.updates >--------------- [INFO] Building rcptt.runtime.updates 2.5.5-SNAPSHOT [10/93] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.updates --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.runtime.updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runtime.updates --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.runtime.updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runtime.updates --- [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt.runtime.tests >---------------- [INFO] Building rcptt.runtime.tests 2.5.5-SNAPSHOT [11/93] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.runtime.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runtime.tests --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.runtime.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runtime.tests --- [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment >---- [INFO] Building org.eclipse.rcptt.tesla.swt.fragment 2.5.5-SNAPSHOT [12/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt.fragment... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.fragment --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/target/org.eclipse.rcptt.tesla.swt.fragment-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt.fragment --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/target/org.eclipse.rcptt.tesla.swt.fragment-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/target/org.eclipse.rcptt.tesla.swt.fragment-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt.fragment --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am >------- [INFO] Building org.eclipse.rcptt.tesla.core.am 2.5.5-SNAPSHOT [13/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.core.am --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.core.am --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.core.am... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.core.am --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.core.am/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.core.am --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.core.am/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.core.am/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.core.am --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.core.am/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.core.am --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.core.am --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.core.am/target/org.eclipse.rcptt.tesla.core.am-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.core.am --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.core.am --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.core.am/target/org.eclipse.rcptt.tesla.core.am-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.core.am/target/org.eclipse.rcptt.tesla.core.am-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.core.am --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.core.am --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment >--- [INFO] Building org.eclipse.rcptt.tesla.jface.fragment 2.5.5-SNAPSHOT [14/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.fragment... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.fragment --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/target/org.eclipse.rcptt.tesla.jface.fragment-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.fragment --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/target/org.eclipse.rcptt.tesla.jface.fragment-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/target/org.eclipse.rcptt.tesla.jface.fragment-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.fragment --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables >------ [INFO] Building org.eclipse.rcptt.tesla.variables 2.5.5-SNAPSHOT [15/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.variables --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.variables --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.variables... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.variables --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.variables/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.variables --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.variables/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.variables --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.variables/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.variables --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.variables --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.variables/target/org.eclipse.rcptt.tesla.variables-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.variables --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.variables --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.variables/target/org.eclipse.rcptt.tesla.variables-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.variables/target/org.eclipse.rcptt.tesla.variables-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.variables --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.variables --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.jobs >------- [INFO] Building org.eclipse.rcptt.watson.aspects.jobs 2.5.5-SNAPSHOT [16/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjrt/1.7.0/aspectjrt-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjrt/1.7.0/aspectjrt-1.7.0.pom (1.0 kB at 8.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjrt/1.7.0/aspectjrt-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjrt/1.7.0/aspectjrt-1.7.0.jar (116 kB at 1.2 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Resolving class path of org.eclipse.rcptt.watson.aspects.jobs... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.watson.aspects.jobs --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 30 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 188 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] 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 1.2 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/17/apache-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 201 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 42 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] 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 [INFO] 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 27 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 274 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 1.4 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 24 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (4.2 kB at 77 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 kB at 161 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (2.6 kB at 33 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom (14 kB at 169 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] 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 [INFO] 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 24 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] 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 [INFO] 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 71 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 52 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] 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 [INFO] 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 17 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] 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 [INFO] 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 118 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] 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) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/4/apache-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] 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 102 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.pom (1.6 kB at 14 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.10/doxia-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.10/doxia-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.10/doxia-1.10.pom (18 kB at 212 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.pom (1.6 kB at 17 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 67 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 145 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] 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 [INFO] 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 138 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] 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 377 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] 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 [INFO] 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 119 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] 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 [INFO] 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) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] 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 [INFO] 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 635 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 77 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/google/1/google-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [INFO] 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 32 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.pom (7.7 kB at 84 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sitetools/1.10/doxia-sitetools-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.10/doxia-sitetools-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.10/doxia-sitetools-1.10.pom (14 kB at 95 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.pom (4.5 kB at 71 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 207 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/45/commons-parent-45.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 926 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 475 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 124 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 387 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.10/doxia-decoration-model-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.10/doxia-decoration-model-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.10/doxia-decoration-model-1.10.pom (3.4 kB at 42 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 17 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 79 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-skin-model/1.10/doxia-skin-model-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.10/doxia-skin-model-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.10/doxia-skin-model-1.10.pom (3.0 kB at 34 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.10/doxia-module-xhtml-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.10/doxia-module-xhtml-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.10/doxia-module-xhtml-1.10.pom (2.0 kB at 18 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-modules/1.10/doxia-modules-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.10/doxia-modules-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.10/doxia-modules-1.10.pom (2.7 kB at 35 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml5/1.10/doxia-module-xhtml5-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.10/doxia-module-xhtml5-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.10/doxia-module-xhtml5-1.10.pom (2.0 kB at 29 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 34 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] 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 [INFO] 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 61 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] 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 [INFO] 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 101 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] 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 [INFO] 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 40 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] 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 [INFO] 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 92 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] 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 [INFO] 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 46 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] 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 [INFO] 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 45 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 38 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 86 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 148 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 247 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 198 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] 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 843 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] 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 [INFO] 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 451 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 404 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] 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 [INFO] 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 6.0 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] 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 [INFO] 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 14 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 156 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 110 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] 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 3.3 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 3.3 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 3.6 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 66 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] 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 [INFO] 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 13 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] 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 [INFO] 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 37 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 4.4 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 6.6 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 47 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] 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 [INFO] 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 59 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 290 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 3.2 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] 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 2.7 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 150 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] 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 [INFO] 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 264 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 138 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] 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 [INFO] 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 31 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] 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 [INFO] 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 66 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] 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 [INFO] 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 369 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 69 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 20 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 191 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 16 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 41 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 234 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] 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 [INFO] 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 10 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] 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 [INFO] 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 41 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] 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 [INFO] 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 239 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 56 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 94 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 176 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 269 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 75 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 246 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] 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 185 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] 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 [INFO] 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 347 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] 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 229 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] 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 [INFO] 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 73 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 55 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 108 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 53 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 24 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 35 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] 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 [INFO] 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 18 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] 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 [INFO] 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 35 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 1.9 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 101 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] 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 [INFO] 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 160 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 9.1 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 54 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 145 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 144 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/2/apache-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 59 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 2.8 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 47 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 49 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/aspectj/aspectjtools/1.9.7/aspectjtools-1.9.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjtools/1.9.7/aspectjtools-1.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjtools/1.9.7/aspectjtools-1.9.7.pom (2.3 kB at 14 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.10/doxia-decoration-model-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-skin-model/1.10/doxia-skin-model-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml5/1.10/doxia-module-xhtml5-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.10/doxia-module-xhtml-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.1/commons-logging-1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/aspectj/aspectjtools/1.9.7/aspectjtools-1.9.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 573 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 489 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 450 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.jar (12 kB at 63 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 989 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.10/doxia-decoration-model-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.jar (218 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.10/doxia-skin-model-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.10/doxia-module-xhtml-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.10/doxia-decoration-model-1.10.jar (60 kB at 268 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.10/doxia-module-xhtml5-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.jar (65 kB at 286 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.jar (12 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.10/doxia-skin-model-1.10.jar (16 kB at 67 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 49 kB/s) [INFO] 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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 32 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.10/doxia-module-xhtml-1.10.jar (17 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.10/doxia-module-xhtml5-1.10.jar (18 kB at 66 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] 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.jar (237 kB at 854 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] 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 945 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 627 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 1.4 MB/s) [INFO] 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 [INFO] 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 194 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 268 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 426 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.jar (53 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjtools/1.9.7/aspectjtools-1.9.7.jar [INFO] 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 162 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 384 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 40 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjtools/1.9.7/aspectjtools-1.9.7.jar (15 MB at 18 MB/s) [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/target/org.eclipse.rcptt.watson.aspects.jobs-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.aspects.jobs --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/target/org.eclipse.rcptt.watson.aspects.jobs-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/target/org.eclipse.rcptt.watson.aspects.jobs-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.watson.aspects.jobs --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.swt >------- [INFO] Building org.eclipse.rcptt.watson.aspects.swt 2.5.5-SNAPSHOT [17/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Resolving class path of org.eclipse.rcptt.watson.aspects.swt... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.watson.aspects.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/target/org.eclipse.rcptt.watson.aspects.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.aspects.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/target/org.eclipse.rcptt.watson.aspects.swt-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/target/org.eclipse.rcptt.watson.aspects.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.watson.aspects.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.watson.jface >---------- [INFO] Building org.eclipse.rcptt.watson.jface 2.5.5-SNAPSHOT [18/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.jface --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.watson.jface --- [INFO] Resolving class path of org.eclipse.rcptt.watson.jface... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.jface/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.watson.jface --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.jface/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.jface/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.jface/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.watson.jface --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.jface/target/org.eclipse.rcptt.watson.jface-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.jface --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.jface --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.jface/target/org.eclipse.rcptt.watson.jface-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.jface/target/org.eclipse.rcptt.watson.jface-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.watson.jface --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.watson.jface --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.impl >--------- [INFO] Building org.eclipse.rcptt.ctx.group.impl 2.5.5-SNAPSHOT [19/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.group.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.group.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/target/org.eclipse.rcptt.ctx.group.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.group.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/target/org.eclipse.rcptt.ctx.group.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/target/org.eclipse.rcptt.ctx.group.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.group.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.aspects >----- [INFO] Building org.eclipse.rcptt.ctx.preferences.aspects 2.5.5-SNAPSHOT [20/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.preferences.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/target/org.eclipse.rcptt.ctx.preferences.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.preferences.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/target/org.eclipse.rcptt.ctx.preferences.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/target/org.eclipse.rcptt.ctx.preferences.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.preferences.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.impl >------- [INFO] Building org.eclipse.rcptt.ctx.parameters.impl 2.5.5-SNAPSHOT [21/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.parameters.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.parameters.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/target/org.eclipse.rcptt.ctx.parameters.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.parameters.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/target/org.eclipse.rcptt.ctx.parameters.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/target/org.eclipse.rcptt.ctx.parameters.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.parameters.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.impl >------- [INFO] Building org.eclipse.rcptt.ctx.filesystem.impl 2.5.5-SNAPSHOT [22/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.filesystem.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.filesystem.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/target/org.eclipse.rcptt.ctx.filesystem.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.filesystem.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/target/org.eclipse.rcptt.ctx.filesystem.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/target/org.eclipse.rcptt.ctx.filesystem.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.filesystem.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.aspect >------ [INFO] Building org.eclipse.rcptt.ctx.workbench.aspect 2.5.5-SNAPSHOT [23/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.workbench.aspect... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench.aspect --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/target/org.eclipse.rcptt.ctx.workbench.aspect-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.workbench.aspect --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/target/org.eclipse.rcptt.ctx.workbench.aspect-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/target/org.eclipse.rcptt.ctx.workbench.aspect-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.workbench.aspect --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.impl >----- [INFO] Building org.eclipse.rcptt.verifications.time.impl 2.5.5-SNAPSHOT [24/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.time.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.time.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/target/org.eclipse.rcptt.verifications.time.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.time.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/target/org.eclipse.rcptt.verifications.time.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/target/org.eclipse.rcptt.verifications.time.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.time.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.watson.test >----------- [INFO] Building org.eclipse.rcptt.watson.test 2.5.5-SNAPSHOT [25/93] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.2.200.v20180827-1235/org.eclipse.equinox.weaving.hook-1.2.200.v20180827-1235.pom [WARNING] The POM for p2.osgi.bundle:org.eclipse.equinox.weaving.hook:jar:1.2.200.v20180827-1235 is missing, no dependency information available [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.test --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.watson.test --- [INFO] Resolving class path of org.eclipse.rcptt.watson.test... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.watson.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/org.eclipse.rcptt.watson.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/org.eclipse.rcptt.watson.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/org.eclipse.rcptt.watson.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.watson.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.watson.test --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Daj.weaving.verbose=true, -Dorg.aspectj.weaver.showWeaveInfo=true, -Dorg.aspectj.osgi.verbose=true, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -consolelog, -data, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/work/data, -install, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/work, -configuration, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/surefire.properties, -debug, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/debug.options] WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector Configuration location: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/work/ Framework located: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/work/plugins/org.eclipse.osgi-3.15.100.v20191114-1701.jar Loading extension: org.eclipse.equinox.weaving.hook eclipse.properties not found Framework classpath: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/work/plugins/org.eclipse.osgi-3.15.100.v20191114-1701.jar file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/work/plugins/ file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/work/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235/ Debug options: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/debug.options not found [org.eclipse.equinox.weaving.hook] info adding AspectJ hooks ... Time to load bundles: 1219 Starting application: 3698 Application started in : 10893ms Running org.eclipse.rcptt.watson.test.ReportProviderManagerTest !SESSION 2024-05-21 14:01:59.739 ----------------------------------------------- eclipse.buildId=unknown java.version=17-ea java.vendor=Private Build BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/surefire.properties Command-line arguments: -consolelog -data /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/surefire.properties -debug /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/debug.options !ENTRY org.eclipse.rcptt.watson.core 4 0 2024-05-21 14:02:11.458 !MESSAGE !STACK 0 java.lang.Exception at org.eclipse.rcptt.watson.test.ReportProviderManagerTest.loggingMethod(ReportProviderManagerTest.java:117) at org.eclipse.rcptt.watson.test.ReportProviderManagerTest.statusStackTraceIsLogged(ReportProviderManagerTest.java:102) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4910) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4432) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:154) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:661) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1476) at org.eclipse.equinox.launcher.Main.main(Main.java:1449) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s - in org.eclipse.rcptt.watson.test.ReportProviderManagerTest statusStackTraceIsLogged(org.eclipse.rcptt.watson.test.ReportProviderManagerTest) Time elapsed: 0.176 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 !ENTRY org.eclipse.e4.ui.workbench 4 0 2024-05-21 14:02:12.228 !MESSAGE FrameworkEvent ERROR !STACK 0 org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException: Cannot invoke "org.eclipse.e4.core.services.events.IEventBroker.unsubscribe(org.osgi.service.event.EventHandler)" because "this.eventBroker" is null at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1002) at org.eclipse.e4.core.internal.di.InjectorImpl.disposed(InjectorImpl.java:459) at org.eclipse.e4.core.internal.di.Requestor.disposed(Requestor.java:160) at org.eclipse.e4.core.internal.contexts.ContextObjectSupplier$ContextInjectionListener.update(ContextObjectSupplier.java:83) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:105) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.handleInvalid(TrackableComputationExt.java:68) at org.eclipse.e4.core.internal.contexts.EclipseContext.dispose(EclipseContext.java:186) at org.eclipse.e4.core.internal.contexts.EclipseContext.dispose(EclipseContext.java:171) at org.eclipse.e4.core.internal.contexts.osgi.EclipseContextOSGi.dispose(EclipseContextOSGi.java:102) at org.eclipse.e4.core.internal.contexts.osgi.EclipseContextOSGi.bundleChanged(EclipseContextOSGi.java:144) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:973) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:235) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:141) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:133) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:217) at org.eclipse.osgi.container.Module.publishEvent(Module.java:498) at org.eclipse.osgi.container.Module.doStop(Module.java:656) at org.eclipse.osgi.container.Module.stop(Module.java:520) at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:207) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:220) at java.base/java.lang.Thread.run(Thread.java:831) Caused by: java.lang.NullPointerException: Cannot invoke "org.eclipse.e4.core.services.events.IEventBroker.unsubscribe(org.osgi.service.event.EventHandler)" because "this.eventBroker" is null at org.eclipse.ui.internal.ide.addons.SaveAllDirtyPartsAddon.shutdown(SaveAllDirtyPartsAddon.java:213) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) ... 23 more [INFO] All tests passed! [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects >----- [INFO] Building org.eclipse.rcptt.tesla.swt.aspects 2.5.5-SNAPSHOT [26/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/target/org.eclipse.rcptt.tesla.swt.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/target/org.eclipse.rcptt.tesla.swt.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/target/org.eclipse.rcptt.tesla.swt.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects >---- [INFO] Building org.eclipse.rcptt.tesla.jobs.aspects 2.5.5-SNAPSHOT [27/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jobs.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.jobs.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/target/org.eclipse.rcptt.tesla.jobs.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jobs.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/target/org.eclipse.rcptt.tesla.jobs.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/target/org.eclipse.rcptt.tesla.jobs.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jobs.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.forms 2.5.5-SNAPSHOT [28/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.forms... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/target/org.eclipse.rcptt.tesla.recording.aspects.forms-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/target/org.eclipse.rcptt.tesla.recording.aspects.forms-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/target/org.eclipse.rcptt.tesla.recording.aspects.forms-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.jface 2.5.5-SNAPSHOT [29/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.jface... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/target/org.eclipse.rcptt.tesla.recording.aspects.jface-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/target/org.eclipse.rcptt.tesla.recording.aspects.jface-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/target/org.eclipse.rcptt.tesla.recording.aspects.jface-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects >--- [INFO] Building org.eclipse.rcptt.tesla.ui.ide.aspects 2.5.5-SNAPSHOT [30/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.ui.ide.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/target/org.eclipse.rcptt.tesla.ui.ide.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/target/org.eclipse.rcptt.tesla.ui.ide.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/target/org.eclipse.rcptt.tesla.ui.ide.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding.observable.aspects 2.5.5-SNAPSHOT [31/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.databinding.observable.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.draw2d >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.draw2d 2.5.5-SNAPSHOT [32/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.draw2d... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/target/org.eclipse.rcptt.tesla.recording.aspects.draw2d-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/target/org.eclipse.rcptt.tesla.recording.aspects.draw2d-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/target/org.eclipse.rcptt.tesla.recording.aspects.draw2d-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.watson.runtime >--------- [INFO] Building org.eclipse.rcptt.watson.runtime 2.5.5-SNAPSHOT [33/93] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.watson.runtime --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.watson.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/target/org.eclipse.rcptt.watson.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.runtime --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/target/org.eclipse.rcptt.watson.runtime-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/target/org.eclipse.rcptt.watson.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.watson.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects >---- [INFO] Building org.eclipse.rcptt.tesla.jface.aspects 2.5.5-SNAPSHOT [34/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/target/org.eclipse.rcptt.tesla.jface.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/target/org.eclipse.rcptt.tesla.jface.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/target/org.eclipse.rcptt.tesla.jface.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.workbench 2.5.5-SNAPSHOT [35/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.workbench... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/target/org.eclipse.rcptt.tesla.recording.aspects.workbench-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/target/org.eclipse.rcptt.tesla.recording.aspects.workbench-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/target/org.eclipse.rcptt.tesla.recording.aspects.workbench-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef.aspects >----- [INFO] Building org.eclipse.rcptt.tesla.gef.aspects 2.5.5-SNAPSHOT [36/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.gef.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.gef.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/target/org.eclipse.rcptt.tesla.gef.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.gef.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/target/org.eclipse.rcptt.tesla.gef.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/target/org.eclipse.rcptt.tesla.gef.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.gef.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf.aspects >----- [INFO] Building org.eclipse.rcptt.tesla.gmf.aspects 2.5.5-SNAPSHOT [37/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.gmf.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.gmf.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/target/org.eclipse.rcptt.tesla.gmf.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.gmf.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/target/org.eclipse.rcptt.tesla.gmf.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/target/org.eclipse.rcptt.tesla.gmf.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.gmf.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt.aspects >----- [INFO] Building org.eclipse.rcptt.tesla.jdt.aspects 2.5.5-SNAPSHOT [38/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jdt.aspects... [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.500.v20190304-0429.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (212.58kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.500.v20190304-0429.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (201.4kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.jdt.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/target/org.eclipse.rcptt.tesla.jdt.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jdt.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/target/org.eclipse.rcptt.tesla.jdt.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/target/org.eclipse.rcptt.tesla.jdt.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jdt.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.reconciler.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.jface.text.reconciler.aspects 2.5.5-SNAPSHOT [39/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.text.reconciler.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/target/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/target/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/target/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.jface.text.aspects 2.5.5-SNAPSHOT [40/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.text.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/target/org.eclipse.rcptt.tesla.jface.text.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/target/org.eclipse.rcptt.tesla.jface.text.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/target/org.eclipse.rcptt.tesla.jface.text.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding.aspects 2.5.5-SNAPSHOT [41/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.databinding.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.text >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.jface.text 2.5.5-SNAPSHOT [42/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.jface.text... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/target/org.eclipse.rcptt.tesla.recording.aspects.jface.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/target/org.eclipse.rcptt.tesla.recording.aspects.jface.text-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/target/org.eclipse.rcptt.tesla.recording.aspects.jface.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt >--------- [INFO] Building org.eclipse.rcptt.tesla.swt 2.5.5-SNAPSHOT [43/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.swt --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt/target/org.eclipse.rcptt.tesla.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt/target/org.eclipse.rcptt.tesla.swt-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt/target/org.eclipse.rcptt.tesla.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.swt --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.tesla.jface.aspects.test >---- [INFO] Building org.eclipse.rcptt.tesla.jface.aspects.test 2.5.5-SNAPSHOT [44/93] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.aspects.test... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/org.eclipse.rcptt.tesla.jface.aspects.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/org.eclipse.rcptt.tesla.jface.aspects.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/org.eclipse.rcptt.tesla.jface.aspects.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (23.06kB) [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (33.76kB) [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Daj.weaving.verbose=true, -Dorg.aspectj.weaver.showWeaveInfo=true, -Dorg.aspectj.osgi.verbose=true, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -consolelog, -data, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/data, -install, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work, -configuration, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/surefire.properties, -debug, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/debug.options] WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector Configuration location: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/ Framework located: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/plugins/org.eclipse.osgi-3.15.100.v20191114-1701.jar Loading extension: org.eclipse.equinox.weaving.hook eclipse.properties not found Framework classpath: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/plugins/org.eclipse.osgi-3.15.100.v20191114-1701.jar file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/plugins/ file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235/ Debug options: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/debug.options not found [org.eclipse.equinox.weaving.hook] info adding AspectJ hooks ... Time to load bundles: 1399 [org.eclipse.equinox.weaving.aspectj] info Starting AspectJ weaving service ... Starting application: 4174 [org.eclipse.swt] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DNDAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.MenuAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.BrowserAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect [org.eclipse.equinox.weaving.aspectj] info weaving bundle 'org.eclipse.swt' [org.eclipse.jface] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.jface] info register aspect org.eclipse.rcptt.tesla.jface.CellEditorAspect [org.eclipse.jface] info register aspect org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect [org.eclipse.jface] info register aspect org.eclipse.rcptt.tesla.jface.WindowAspect [org.eclipse.equinox.weaving.aspectj] info weaving bundle 'org.eclipse.jface' [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.widgets.Shell org.eclipse.jface.window.Window.createShell())' in Type 'org.eclipse.jface.window.Window' (Window.java:480) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.WindowAspect' (WindowAspect.aj:19) [org.eclipse.jface] weaveinfo Join point 'method-execution(int org.eclipse.jface.window.Window.open())' in Type 'org.eclipse.jface.window.Window' (Window.java:785) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:85) [with runtime test] [org.eclipse.swt] weaveinfo Join point 'method-execution(boolean org.eclipse.swt.widgets.Control.forceFocus())' in Type 'org.eclipse.swt.widgets.Control' (Control.java:2926) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:499) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Control.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Control' (Control.java:6785) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Widget.())' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:251) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.DNDAspect' (DNDAspect.aj:16) [with runtime test] [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Widget.())' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:251) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.DNDAspect' (DNDAspect.aj:25) [with runtime test] [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Widget.(org.eclipse.swt.widgets.Widget, int))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:283) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.DNDAspect' (DNDAspect.aj:16) [with runtime test] [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Widget.(org.eclipse.swt.widgets.Widget, int))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:283) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.DNDAspect' (DNDAspect.aj:25) [with runtime test] [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Widget.windowProc(long, long))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:2211) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Widget.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:2240) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Widget.windowProc(long, long, long, long))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:2290) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Widget.windowProc(long, long, long, long, long))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:2308) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Widget.windowProc(long, long, long, long, long, long))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:2317) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.())' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:149) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.(int))' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:191) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.(org.eclipse.swt.widgets.Display))' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:214) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.(org.eclipse.swt.widgets.Display, int))' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:264) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.(org.eclipse.swt.widgets.Display, org.eclipse.swt.widgets.Shell, int, long, boolean))' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:268) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.(org.eclipse.swt.widgets.Shell))' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:317) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.(org.eclipse.swt.widgets.Shell, int))' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:370) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Display.asyncExec(java.lang.Runnable))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:899) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:383) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Display.beep())' in Type 'org.eclipse.swt.widgets.Display' (Display.java:921) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:553) [org.eclipse.swt] weaveinfo Join point 'method-execution(org.eclipse.swt.widgets.Shell org.eclipse.swt.widgets.Display.getActiveShell())' in Type 'org.eclipse.swt.widgets.Display' (Display.java:1635) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:245) [org.eclipse.swt] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.Point org.eclipse.swt.widgets.Display.getCursorLocation())' in Type 'org.eclipse.swt.widgets.Display' (Display.java:1867) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:225) [org.eclipse.swt] weaveinfo Join point 'method-execution(org.eclipse.swt.widgets.Control org.eclipse.swt.widgets.Display.getFocusControl())' in Type 'org.eclipse.swt.widgets.Display' (Display.java:2365) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:507) [org.eclipse.swt] weaveinfo Join point 'method-execution(boolean org.eclipse.swt.widgets.Display.sleep())' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5447) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:42) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Display.timerExec(int, java.lang.Runnable))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5533) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:431) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Display.syncExec(java.lang.Runnable))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5776) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:313) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Display.windowProc(long, long))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5909) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Display.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5915) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Display.windowProc(long, long, long, long))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5921) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Display.windowProc(long, long, long, long, long))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5927) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Display.windowProc(long, long, long, long, long, long))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5933) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.rcptt.tesla.swt.aspects] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DNDAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.MenuAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.BrowserAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect [org.eclipse.equinox.weaving.aspectj] info weaving bundle 'org.eclipse.rcptt.tesla.swt.aspects' [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect: org/eclipse/rcptt/tesla/swt/aspects/DisplayAspect.aj [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.Image org.eclipse.jface.resource.ImageDescriptor.createImage(boolean, org.eclipse.swt.graphics.Device))' in Type 'org.eclipse.jface.resource.ImageDescriptor' (ImageDescriptor.java:292) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:17) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.ImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.ImageDescriptor' (ImageDescriptor.java:336) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.ImageDescriptor.getImageData())' in Type 'org.eclipse.jface.resource.ImageDescriptor' (ImageDescriptor.java:364) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.ImageRegistry$OriginalImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.ImageRegistry$OriginalImageDescriptor' (ImageRegistry.java:110) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.URLImageDescriptor.getImageData())' in Type 'org.eclipse.jface.resource.URLImageDescriptor' (URLImageDescriptor.java:113) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.URLImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.URLImageDescriptor' (URLImageDescriptor.java:118) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.Image org.eclipse.jface.resource.URLImageDescriptor.createImage(boolean, org.eclipse.swt.graphics.Device))' in Type 'org.eclipse.jface.resource.URLImageDescriptor' (URLImageDescriptor.java:254) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:17) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.FileImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.FileImageDescriptor' (FileImageDescriptor.java:101) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.Image org.eclipse.jface.resource.FileImageDescriptor.createImage(boolean, org.eclipse.swt.graphics.Device))' in Type 'org.eclipse.jface.resource.FileImageDescriptor' (FileImageDescriptor.java:194) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:17) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.ImageDataImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.ImageDataImageDescriptor' (ImageDataImageDescriptor.java:90) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.DerivedImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.DerivedImageDescriptor' (DerivedImageDescriptor.java:95) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.MissingImageDescriptor.getImageData())' in Type 'org.eclipse.jface.resource.MissingImageDescriptor' (MissingImageDescriptor.java:38) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.graphics.Image.(org.eclipse.swt.graphics.Device, org.eclipse.swt.graphics.Image, int))' in Type 'org.eclipse.swt.graphics.Image' (Image.java:121) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect' (ImagesAspect.aj:47) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.graphics.Image.(org.eclipse.swt.graphics.Device, org.eclipse.swt.graphics.ImageData))' in Type 'org.eclipse.swt.graphics.Image' (Image.java:121) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect' (ImagesAspect.aj:35) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.graphics.Image.(org.eclipse.swt.graphics.Device, org.eclipse.swt.graphics.ImageData, org.eclipse.swt.graphics.ImageData))' in Type 'org.eclipse.swt.graphics.Image' (Image.java:121) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect' (ImagesAspect.aj:41) [org.eclipse.swt] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.swt.graphics.Image.getImageData())' in Type 'org.eclipse.swt.graphics.Image' (Image.java:1040) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect' (ImagesAspect.aj:17) [org.eclipse.swt] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.swt.graphics.Image.getImageData(int))' in Type 'org.eclipse.swt.graphics.Image' (Image.java:1149) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect' (ImagesAspect.aj:23) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.graphics.Image.init(org.eclipse.swt.graphics.ImageData))' in Type 'org.eclipse.swt.graphics.Image' (Image.java:1277) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect' (ImagesAspect.aj:29) [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect: org/eclipse/rcptt/tesla/swt/aspects/ImagesAspect.aj [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.resource.CompositeImageDescriptor.drawImage(org.eclipse.swt.graphics.ImageData, int, int))' in Type 'org.eclipse.jface.resource.CompositeImageDescriptor' (CompositeImageDescriptor.java:228) advised by after advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:31) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.CompositeImageDescriptor.getImageData())' in Type 'org.eclipse.jface.resource.CompositeImageDescriptor' (CompositeImageDescriptor.java:357) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.CompositeImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.CompositeImageDescriptor' (CompositeImageDescriptor.java:362) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.CompositeImageDescriptor.getZoomedImageData(org.eclipse.swt.graphics.ImageDataProvider))' in Type 'org.eclipse.jface.resource.CompositeImageDescriptor' (CompositeImageDescriptor.java:458) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:38) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Button.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Button' (Button.java:1256) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.dnd.DropTarget.(org.eclipse.swt.widgets.Control, int))' in Type 'org.eclipse.swt.dnd.DropTarget' (DropTarget.java:83) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.DNDAspect' (DNDAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.dnd.DragSource.(org.eclipse.swt.widgets.Control, int))' in Type 'org.eclipse.swt.dnd.DragSource' (DragSource.java:111) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.DNDAspect' (DNDAspect.aj:25) [org.eclipse.rcptt.tesla.jface.aspects] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DNDAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.MenuAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.BrowserAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.jface.CellEditorAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.jface.WindowAspect [org.eclipse.equinox.weaving.aspectj] info weaving bundle 'org.eclipse.rcptt.tesla.jface.aspects' [org.eclipse.rcptt.tesla.jface.aspects] info processing reweavable type org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect: org/eclipse/rcptt/tesla/jface/ImageDescriptorAspect.aj [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Text.copy())' in Type 'org.eclipse.swt.widgets.Text' (Text.java:698) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:34) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Text.paste())' in Type 'org.eclipse.swt.widgets.Text' (Text.java:2091) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:60) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Text.windowProc(long, long))' in Type 'org.eclipse.swt.widgets.Text' (Text.java:2903) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Text.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Text' (Text.java:2926) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Text.windowProc(long, long, long, long))' in Type 'org.eclipse.swt.widgets.Text' (Text.java:2940) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Text.windowProc(long, long, long, long, long))' in Type 'org.eclipse.swt.widgets.Text' (Text.java:2957) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect: org/eclipse/rcptt/tesla/swt/aspects/EventFilterAspect.aj [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Tree.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Tree' (Tree.java:4158) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Table.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Table' (Table.java:4180) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Label.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Label' (Label.java:722) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Menu.(org.eclipse.swt.widgets.Control))' in Type 'org.eclipse.swt.widgets.Menu' (Menu.java:78) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.MenuAspect' (MenuAspect.aj:61) [org.eclipse.swt] weaveinfo Join point 'method-execution(boolean org.eclipse.swt.widgets.Menu.getVisible())' in Type 'org.eclipse.swt.widgets.Menu' (Menu.java:697) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.MenuAspect' (MenuAspect.aj:39) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Menu.setVisible(boolean))' in Type 'org.eclipse.swt.widgets.Menu' (Menu.java:1234) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.MenuAspect' (MenuAspect.aj:19) [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.MenuAspect: org/eclipse/rcptt/tesla/swt/aspects/MenuAspect.aj [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.ByteArrayTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.ByteArrayTransfer' (ByteArrayTransfer.java:159) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:245) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.ByteArrayTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.ByteArrayTransfer' (ByteArrayTransfer.java:186) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:265) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.FileTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.FileTransfer' (FileTransfer.java:72) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:303) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.FileTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.FileTransfer' (FileTransfer.java:72) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:245) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.FileTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.FileTransfer' (FileTransfer.java:140) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:323) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.FileTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.FileTransfer' (FileTransfer.java:140) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:265) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.ColumnViewer.editElement(java.lang.Object, int))' in Type 'org.eclipse.jface.viewers.ColumnViewer' (ColumnViewer.java:413) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:45) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.TreeViewer.editElement(java.lang.Object, int))' in Type 'org.eclipse.jface.viewers.TreeViewer' (TreeViewer.java:1089) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:45) [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.DNDAspect: org/eclipse/rcptt/tesla/swt/aspects/DNDAspect.aj [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Combo.copy())' in Type 'org.eclipse.swt.widgets.Combo' (Combo.java:512) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:88) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Combo.paste())' in Type 'org.eclipse.swt.widgets.Combo' (Combo.java:1864) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:117) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.activate())' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:215) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:33) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.deactivate())' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:276) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:67) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.focusLost())' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:713) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:57) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent))' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:897) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:39) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CheckboxCellEditor.activate())' in Type 'org.eclipse.jface.viewers.CheckboxCellEditor' (CheckboxCellEditor.java:88) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:33) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CheckboxCellEditor.activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent))' in Type 'org.eclipse.jface.viewers.CheckboxCellEditor' (CheckboxCellEditor.java:134) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:39) [org.eclipse.rcptt.tesla.jface.aspects] info processing reweavable type org.eclipse.rcptt.tesla.jface.CellEditorAspect: org/eclipse/rcptt/tesla/jface/CellEditorAspect.aj [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.ComboBoxCellEditor.focusLost())' in Type 'org.eclipse.jface.viewers.ComboBoxCellEditor' (ComboBoxCellEditor.java:279) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:57) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.AbstractComboBoxCellEditor.activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent))' in Type 'org.eclipse.jface.viewers.AbstractComboBoxCellEditor' (AbstractComboBoxCellEditor.java:74) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:39) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.TextTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:72) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:459) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.TextTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:72) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:245) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.TextTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:123) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:479) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.TextTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:123) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:265) Application started in : 16402ms [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.Clipboard.clearContents(int))' in Type 'org.eclipse.swt.dnd.Clipboard' (Clipboard.java:187) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:221) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.Clipboard.getContents(org.eclipse.swt.dnd.Transfer, int))' in Type 'org.eclipse.swt.dnd.Clipboard' (Clipboard.java:290) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:173) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.Clipboard.setContents(java.lang.Object[], org.eclipse.swt.dnd.Transfer[], int))' in Type 'org.eclipse.swt.dnd.Clipboard' (Clipboard.java:456) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:156) [org.eclipse.swt] weaveinfo Join point 'method-execution(org.eclipse.swt.dnd.TransferData[] org.eclipse.swt.dnd.Clipboard.getAvailableTypes(int))' in Type 'org.eclipse.swt.dnd.Clipboard' (Clipboard.java:514) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:189) [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect: org/eclipse/rcptt/tesla/swt/aspects/ClipboardAspect.aj [org.eclipse.swt] weaveinfo Type 'org.eclipse.swt.dnd.TransferData' (TransferData.java) has intertyped field from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:'java.lang.Object org.eclipse.swt.dnd.TransferData.storedObject') [org.eclipse.rcptt.tesla.jface.aspects.test] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.jface.CellEditorAspect [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.jface.WindowAspect [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DNDAspect [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.MenuAspect [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.BrowserAspect [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect [org.eclipse.equinox.weaving.aspectj] info weaving bundle 'org.eclipse.rcptt.tesla.jface.aspects.test' Running org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest testBundleEntry(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0.001 s testFileClass(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0 s testAbsolutePath(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0 s testBundleResource(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0.001 s testInvalid(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0 s testPlatformPlugin(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0 s Running org.eclipse.rcptt.tesla.jface.aspects.test.ImageSourcesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.rcptt.tesla.jface.aspects.test.ImageSourcesTest compositeOverComposite(org.eclipse.rcptt.tesla.jface.aspects.test.ImageSourcesTest) Time elapsed: 0.06 s getImageData(org.eclipse.rcptt.tesla.jface.aspects.test.ImageSourcesTest) Time elapsed: 0.002 s Results: Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 !SESSION 2024-05-21 14:03:03.049 ----------------------------------------------- eclipse.buildId=unknown java.version=17-ea java.vendor=Private Build BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/surefire.properties Command-line arguments: -consolelog -data /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/surefire.properties -debug /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/debug.options !ENTRY org.eclipse.e4.ui.workbench 4 0 2024-05-21 14:03:21.335 !MESSAGE FrameworkEvent ERROR !STACK 0 org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException: Cannot invoke "org.eclipse.e4.core.services.events.IEventBroker.unsubscribe(org.osgi.service.event.EventHandler)" because "this.eventBroker" is null at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1002) at org.eclipse.e4.core.internal.di.InjectorImpl.disposed(InjectorImpl.java:459) at org.eclipse.e4.core.internal.di.Requestor.disposed(Requestor.java:160) at org.eclipse.e4.core.internal.contexts.ContextObjectSupplier$ContextInjectionListener.update(ContextObjectSupplier.java:83) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:105) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.handleInvalid(TrackableComputationExt.java:68) at org.eclipse.e4.core.internal.contexts.EclipseContext.dispose(EclipseContext.java:186) at org.eclipse.e4.core.internal.contexts.EclipseContext.dispose(EclipseContext.java:171) at org.eclipse.e4.core.internal.contexts.osgi.EclipseContextOSGi.dispose(EclipseContextOSGi.java:102) at org.eclipse.e4.core.internal.contexts.osgi.EclipseContextOSGi.bundleChanged(EclipseContextOSGi.java:144) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:973) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:235) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:141) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:133) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:217) at org.eclipse.osgi.container.Module.publishEvent(Module.java:498) at org.eclipse.osgi.container.Module.doStop(Module.java:656) at org.eclipse.osgi.container.Module.stop(Module.java:520) at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:207) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:220) at java.base/java.lang.Thread.run(Thread.java:831) Caused by: java.lang.NullPointerException: Cannot invoke "org.eclipse.e4.core.services.events.IEventBroker.unsubscribe(org.osgi.service.event.EventHandler)" because "this.eventBroker" is null at org.eclipse.ui.internal.ide.addons.SaveAllDirtyPartsAddon.shutdown(SaveAllDirtyPartsAddon.java:213) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) ... 23 more [INFO] All tests passed! [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.tesla.swt.aspects.test >----- [INFO] Building org.eclipse.rcptt.tesla.swt.aspects.test 2.5.5-SNAPSHOT [45/93] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt.aspects.test... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/org.eclipse.rcptt.tesla.swt.aspects.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/org.eclipse.rcptt.tesla.swt.aspects.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/org.eclipse.rcptt.tesla.swt.aspects.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Daj.weaving.verbose=true, -Dorg.aspectj.weaver.showWeaveInfo=true, -Dorg.aspectj.osgi.verbose=true, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -consolelog, -data, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/data, -install, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work, -configuration, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/surefire.properties, -debug, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/debug.options] WARNING: Using incubator modules: jdk.incubator.vector, jdk.incubator.foreign Configuration location: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/ Framework located: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/plugins/org.eclipse.osgi-3.15.100.v20191114-1701.jar Loading extension: org.eclipse.equinox.weaving.hook eclipse.properties not found Framework classpath: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/plugins/org.eclipse.osgi-3.15.100.v20191114-1701.jar file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/plugins/ file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235/ Debug options: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/debug.options not found [org.eclipse.equinox.weaving.hook] info adding AspectJ hooks ... Time to load bundles: 1276 [org.eclipse.equinox.weaving.aspectj] info Starting AspectJ weaving service ... Starting application: 4188 [org.eclipse.jface] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.jface] info register aspect org.eclipse.rcptt.tesla.jface.CellEditorAspect [org.eclipse.jface] info register aspect org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect [org.eclipse.jface] info register aspect org.eclipse.rcptt.tesla.jface.WindowAspect [org.eclipse.equinox.weaving.aspectj] info weaving bundle 'org.eclipse.jface' [org.eclipse.swt] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DNDAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.MenuAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.BrowserAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect [org.eclipse.equinox.weaving.aspectj] info weaving bundle 'org.eclipse.swt' [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.widgets.Shell org.eclipse.jface.window.Window.createShell())' in Type 'org.eclipse.jface.window.Window' (Window.java:480) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.WindowAspect' (WindowAspect.aj:19) [org.eclipse.jface] weaveinfo Join point 'method-execution(int org.eclipse.jface.window.Window.open())' in Type 'org.eclipse.jface.window.Window' (Window.java:785) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:85) [with runtime test] [org.eclipse.swt] weaveinfo Join point 'method-execution(boolean org.eclipse.swt.widgets.Control.forceFocus())' in Type 'org.eclipse.swt.widgets.Control' (Control.java:2926) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:499) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Control.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Control' (Control.java:6785) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Widget.())' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:251) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.DNDAspect' (DNDAspect.aj:16) [with runtime test] [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Widget.())' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:251) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.DNDAspect' (DNDAspect.aj:25) [with runtime test] [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Widget.(org.eclipse.swt.widgets.Widget, int))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:283) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.DNDAspect' (DNDAspect.aj:16) [with runtime test] [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Widget.(org.eclipse.swt.widgets.Widget, int))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:283) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.DNDAspect' (DNDAspect.aj:25) [with runtime test] [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Widget.windowProc(long, long))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:2211) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Widget.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:2240) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Widget.windowProc(long, long, long, long))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:2290) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Widget.windowProc(long, long, long, long, long))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:2308) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Widget.windowProc(long, long, long, long, long, long))' in Type 'org.eclipse.swt.widgets.Widget' (Widget.java:2317) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.())' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:149) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.(int))' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:191) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.(org.eclipse.swt.widgets.Display))' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:214) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.(org.eclipse.swt.widgets.Display, int))' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:264) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.(org.eclipse.swt.widgets.Display, org.eclipse.swt.widgets.Shell, int, long, boolean))' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:268) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.(org.eclipse.swt.widgets.Shell))' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:317) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Shell.(org.eclipse.swt.widgets.Shell, int))' in Type 'org.eclipse.swt.widgets.Shell' (Shell.java:370) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:528) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Display.asyncExec(java.lang.Runnable))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:899) advised by before advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:383) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Display.beep())' in Type 'org.eclipse.swt.widgets.Display' (Display.java:921) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:553) [org.eclipse.swt] weaveinfo Join point 'method-execution(org.eclipse.swt.widgets.Shell org.eclipse.swt.widgets.Display.getActiveShell())' in Type 'org.eclipse.swt.widgets.Display' (Display.java:1635) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:245) [org.eclipse.swt] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.Point org.eclipse.swt.widgets.Display.getCursorLocation())' in Type 'org.eclipse.swt.widgets.Display' (Display.java:1867) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:225) [org.eclipse.swt] weaveinfo Join point 'method-execution(org.eclipse.swt.widgets.Control org.eclipse.swt.widgets.Display.getFocusControl())' in Type 'org.eclipse.swt.widgets.Display' (Display.java:2365) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:507) [org.eclipse.swt] weaveinfo Join point 'method-execution(boolean org.eclipse.swt.widgets.Display.sleep())' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5447) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:42) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Display.timerExec(int, java.lang.Runnable))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5533) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:431) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Display.syncExec(java.lang.Runnable))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5776) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect' (DisplayAspect.aj:313) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Display.windowProc(long, long))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5909) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Display.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5915) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Display.windowProc(long, long, long, long))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5921) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Display.windowProc(long, long, long, long, long))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5927) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Display.windowProc(long, long, long, long, long, long))' in Type 'org.eclipse.swt.widgets.Display' (Display.java:5933) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.rcptt.tesla.swt.aspects] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DNDAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.MenuAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.BrowserAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect [org.eclipse.equinox.weaving.aspectj] info weaving bundle 'org.eclipse.rcptt.tesla.swt.aspects' [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect: org/eclipse/rcptt/tesla/swt/aspects/DisplayAspect.aj [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.Image org.eclipse.jface.resource.ImageDescriptor.createImage(boolean, org.eclipse.swt.graphics.Device))' in Type 'org.eclipse.jface.resource.ImageDescriptor' (ImageDescriptor.java:292) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:17) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.ImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.ImageDescriptor' (ImageDescriptor.java:336) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.ImageDescriptor.getImageData())' in Type 'org.eclipse.jface.resource.ImageDescriptor' (ImageDescriptor.java:364) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.ImageRegistry$OriginalImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.ImageRegistry$OriginalImageDescriptor' (ImageRegistry.java:110) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.URLImageDescriptor.getImageData())' in Type 'org.eclipse.jface.resource.URLImageDescriptor' (URLImageDescriptor.java:113) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.URLImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.URLImageDescriptor' (URLImageDescriptor.java:118) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.Image org.eclipse.jface.resource.URLImageDescriptor.createImage(boolean, org.eclipse.swt.graphics.Device))' in Type 'org.eclipse.jface.resource.URLImageDescriptor' (URLImageDescriptor.java:254) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:17) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.FileImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.FileImageDescriptor' (FileImageDescriptor.java:101) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.Image org.eclipse.jface.resource.FileImageDescriptor.createImage(boolean, org.eclipse.swt.graphics.Device))' in Type 'org.eclipse.jface.resource.FileImageDescriptor' (FileImageDescriptor.java:194) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:17) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.ImageDataImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.ImageDataImageDescriptor' (ImageDataImageDescriptor.java:90) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.DerivedImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.DerivedImageDescriptor' (DerivedImageDescriptor.java:95) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.MissingImageDescriptor.getImageData())' in Type 'org.eclipse.jface.resource.MissingImageDescriptor' (MissingImageDescriptor.java:38) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.graphics.Image.(org.eclipse.swt.graphics.Device, org.eclipse.swt.graphics.Image, int))' in Type 'org.eclipse.swt.graphics.Image' (Image.java:121) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect' (ImagesAspect.aj:47) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.graphics.Image.(org.eclipse.swt.graphics.Device, org.eclipse.swt.graphics.ImageData))' in Type 'org.eclipse.swt.graphics.Image' (Image.java:121) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect' (ImagesAspect.aj:35) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.graphics.Image.(org.eclipse.swt.graphics.Device, org.eclipse.swt.graphics.ImageData, org.eclipse.swt.graphics.ImageData))' in Type 'org.eclipse.swt.graphics.Image' (Image.java:121) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect' (ImagesAspect.aj:41) [org.eclipse.swt] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.swt.graphics.Image.getImageData())' in Type 'org.eclipse.swt.graphics.Image' (Image.java:1040) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect' (ImagesAspect.aj:17) [org.eclipse.swt] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.swt.graphics.Image.getImageData(int))' in Type 'org.eclipse.swt.graphics.Image' (Image.java:1149) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect' (ImagesAspect.aj:23) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.graphics.Image.init(org.eclipse.swt.graphics.ImageData))' in Type 'org.eclipse.swt.graphics.Image' (Image.java:1277) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect' (ImagesAspect.aj:29) [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect: org/eclipse/rcptt/tesla/swt/aspects/ImagesAspect.aj [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.resource.CompositeImageDescriptor.drawImage(org.eclipse.swt.graphics.ImageData, int, int))' in Type 'org.eclipse.jface.resource.CompositeImageDescriptor' (CompositeImageDescriptor.java:228) advised by after advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:31) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.CompositeImageDescriptor.getImageData())' in Type 'org.eclipse.jface.resource.CompositeImageDescriptor' (CompositeImageDescriptor.java:357) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.CompositeImageDescriptor.getImageData(int))' in Type 'org.eclipse.jface.resource.CompositeImageDescriptor' (CompositeImageDescriptor.java:362) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:23) [org.eclipse.jface] weaveinfo Join point 'method-execution(org.eclipse.swt.graphics.ImageData org.eclipse.jface.resource.CompositeImageDescriptor.getZoomedImageData(org.eclipse.swt.graphics.ImageDataProvider))' in Type 'org.eclipse.jface.resource.CompositeImageDescriptor' (CompositeImageDescriptor.java:458) advised by afterReturning advice from 'org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect' (ImageDescriptorAspect.aj:38) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Button.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Button' (Button.java:1256) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.dnd.DropTarget.(org.eclipse.swt.widgets.Control, int))' in Type 'org.eclipse.swt.dnd.DropTarget' (DropTarget.java:83) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.DNDAspect' (DNDAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.dnd.DragSource.(org.eclipse.swt.widgets.Control, int))' in Type 'org.eclipse.swt.dnd.DragSource' (DragSource.java:111) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.DNDAspect' (DNDAspect.aj:25) [org.eclipse.rcptt.tesla.jface.aspects] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DNDAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.MenuAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.BrowserAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.jface.CellEditorAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.jface.WindowAspect [org.eclipse.equinox.weaving.aspectj] info weaving bundle 'org.eclipse.rcptt.tesla.jface.aspects' [org.eclipse.rcptt.tesla.jface.aspects] info processing reweavable type org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect: org/eclipse/rcptt/tesla/jface/ImageDescriptorAspect.aj [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Text.copy())' in Type 'org.eclipse.swt.widgets.Text' (Text.java:698) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:34) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Text.paste())' in Type 'org.eclipse.swt.widgets.Text' (Text.java:2091) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:60) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Text.windowProc(long, long))' in Type 'org.eclipse.swt.widgets.Text' (Text.java:2903) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Text.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Text' (Text.java:2926) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Text.windowProc(long, long, long, long))' in Type 'org.eclipse.swt.widgets.Text' (Text.java:2940) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Text.windowProc(long, long, long, long, long))' in Type 'org.eclipse.swt.widgets.Text' (Text.java:2957) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect: org/eclipse/rcptt/tesla/swt/aspects/EventFilterAspect.aj [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Tree.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Tree' (Tree.java:4158) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Table.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Table' (Table.java:4180) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'method-execution(long org.eclipse.swt.widgets.Label.windowProc(long, long, long))' in Type 'org.eclipse.swt.widgets.Label' (Label.java:722) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect' (EventFilterAspect.aj:16) [org.eclipse.swt] weaveinfo Join point 'constructor-execution(void org.eclipse.swt.widgets.Menu.(org.eclipse.swt.widgets.Control))' in Type 'org.eclipse.swt.widgets.Menu' (Menu.java:78) advised by after advice from 'org.eclipse.rcptt.tesla.swt.aspects.MenuAspect' (MenuAspect.aj:61) [org.eclipse.swt] weaveinfo Join point 'method-execution(boolean org.eclipse.swt.widgets.Menu.getVisible())' in Type 'org.eclipse.swt.widgets.Menu' (Menu.java:697) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.MenuAspect' (MenuAspect.aj:39) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Menu.setVisible(boolean))' in Type 'org.eclipse.swt.widgets.Menu' (Menu.java:1234) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.MenuAspect' (MenuAspect.aj:19) [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.MenuAspect: org/eclipse/rcptt/tesla/swt/aspects/MenuAspect.aj [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.ByteArrayTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.ByteArrayTransfer' (ByteArrayTransfer.java:159) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:245) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.ByteArrayTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.ByteArrayTransfer' (ByteArrayTransfer.java:186) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:265) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.FileTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.FileTransfer' (FileTransfer.java:72) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:303) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.FileTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.FileTransfer' (FileTransfer.java:72) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:245) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.FileTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.FileTransfer' (FileTransfer.java:140) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:323) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.FileTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.FileTransfer' (FileTransfer.java:140) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:265) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.TreeViewer.editElement(java.lang.Object, int))' in Type 'org.eclipse.jface.viewers.TreeViewer' (TreeViewer.java:1089) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:45) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.ColumnViewer.editElement(java.lang.Object, int))' in Type 'org.eclipse.jface.viewers.ColumnViewer' (ColumnViewer.java:413) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:45) [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.DNDAspect: org/eclipse/rcptt/tesla/swt/aspects/DNDAspect.aj [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Combo.copy())' in Type 'org.eclipse.swt.widgets.Combo' (Combo.java:512) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:88) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Combo.paste())' in Type 'org.eclipse.swt.widgets.Combo' (Combo.java:1864) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:117) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.activate())' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:215) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:33) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.deactivate())' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:276) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:67) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.focusLost())' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:713) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:57) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent))' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:897) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:39) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CheckboxCellEditor.activate())' in Type 'org.eclipse.jface.viewers.CheckboxCellEditor' (CheckboxCellEditor.java:88) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:33) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CheckboxCellEditor.activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent))' in Type 'org.eclipse.jface.viewers.CheckboxCellEditor' (CheckboxCellEditor.java:134) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:39) [org.eclipse.rcptt.tesla.jface.aspects] info processing reweavable type org.eclipse.rcptt.tesla.jface.CellEditorAspect: org/eclipse/rcptt/tesla/jface/CellEditorAspect.aj [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.ComboBoxCellEditor.focusLost())' in Type 'org.eclipse.jface.viewers.ComboBoxCellEditor' (ComboBoxCellEditor.java:279) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:57) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.AbstractComboBoxCellEditor.activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent))' in Type 'org.eclipse.jface.viewers.AbstractComboBoxCellEditor' (AbstractComboBoxCellEditor.java:74) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:39) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.TextTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:72) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:459) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.TextTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:72) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:245) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.TextTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:123) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:479) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.TextTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:123) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:265) Application started in : 15812ms [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.Clipboard.clearContents(int))' in Type 'org.eclipse.swt.dnd.Clipboard' (Clipboard.java:187) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:221) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.Clipboard.getContents(org.eclipse.swt.dnd.Transfer, int))' in Type 'org.eclipse.swt.dnd.Clipboard' (Clipboard.java:290) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:173) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.Clipboard.setContents(java.lang.Object[], org.eclipse.swt.dnd.Transfer[], int))' in Type 'org.eclipse.swt.dnd.Clipboard' (Clipboard.java:456) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:156) [org.eclipse.swt] weaveinfo Join point 'method-execution(org.eclipse.swt.dnd.TransferData[] org.eclipse.swt.dnd.Clipboard.getAvailableTypes(int))' in Type 'org.eclipse.swt.dnd.Clipboard' (Clipboard.java:514) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:189) [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect: org/eclipse/rcptt/tesla/swt/aspects/ClipboardAspect.aj [org.eclipse.swt] weaveinfo Type 'org.eclipse.swt.dnd.TransferData' (TransferData.java) has intertyped field from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:'java.lang.Object org.eclipse.swt.dnd.TransferData.storedObject') [org.eclipse.rcptt.tesla.swt.aspects.test] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.jface.CellEditorAspect [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.jface.WindowAspect [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DNDAspect [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.MenuAspect [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.BrowserAspect [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect [org.eclipse.equinox.weaving.aspectj] info weaving bundle 'org.eclipse.rcptt.tesla.swt.aspects.test' Running org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest createImage(org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest) Time elapsed: 0.069 s newImageFromImageData(org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest) Time elapsed: 0.001 s newImageFromImageDataSourceAndImageDataMask(org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest) Time elapsed: 0.001 s Results: Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 !SESSION 2024-05-21 14:03:25.842 ----------------------------------------------- eclipse.buildId=unknown java.version=17-ea java.vendor=Private Build BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/surefire.properties Command-line arguments: -consolelog -data /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/surefire.properties -debug /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/debug.options !ENTRY org.eclipse.e4.ui.workbench 4 0 2024-05-21 14:03:43.325 !MESSAGE FrameworkEvent ERROR !STACK 0 org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException: Cannot invoke "org.eclipse.e4.core.services.events.IEventBroker.unsubscribe(org.osgi.service.event.EventHandler)" because "this.eventBroker" is null at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1002) at org.eclipse.e4.core.internal.di.InjectorImpl.disposed(InjectorImpl.java:459) at org.eclipse.e4.core.internal.di.Requestor.disposed(Requestor.java:160) at org.eclipse.e4.core.internal.contexts.ContextObjectSupplier$ContextInjectionListener.update(ContextObjectSupplier.java:83) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:105) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.handleInvalid(TrackableComputationExt.java:68) at org.eclipse.e4.core.internal.contexts.EclipseContext.dispose(EclipseContext.java:186) at org.eclipse.e4.core.internal.contexts.EclipseContext.dispose(EclipseContext.java:171) at org.eclipse.e4.core.internal.contexts.osgi.EclipseContextOSGi.dispose(EclipseContextOSGi.java:102) at org.eclipse.e4.core.internal.contexts.osgi.EclipseContextOSGi.bundleChanged(EclipseContextOSGi.java:144) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:973) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:235) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:141) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:133) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:217) at org.eclipse.osgi.container.Module.publishEvent(Module.java:498) at org.eclipse.osgi.container.Module.doStop(Module.java:656) at org.eclipse.osgi.container.Module.stop(Module.java:520) at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:207) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:220) at java.base/java.lang.Thread.run(Thread.java:831) Caused by: java.lang.NullPointerException: Cannot invoke "org.eclipse.e4.core.services.events.IEventBroker.unsubscribe(org.osgi.service.event.EventHandler)" because "this.eventBroker" is null at org.eclipse.ui.internal.ide.addons.SaveAllDirtyPartsAddon.shutdown(SaveAllDirtyPartsAddon.java:213) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) ... 23 more [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gef >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.gef 2.5.5-SNAPSHOT [46/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.gef... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/target/org.eclipse.rcptt.tesla.recording.aspects.gef-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/target/org.eclipse.rcptt.tesla.recording.aspects.gef-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/target/org.eclipse.rcptt.tesla.recording.aspects.gef-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gmf >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.gmf 2.5.5-SNAPSHOT [47/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.gmf... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/target/org.eclipse.rcptt.tesla.recording.aspects.gmf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/target/org.eclipse.rcptt.tesla.recording.aspects.gmf-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/target/org.eclipse.rcptt.tesla.recording.aspects.gmf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.swt 2.5.5-SNAPSHOT [48/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.swt... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/target/org.eclipse.rcptt.tesla.recording.aspects.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/target/org.eclipse.rcptt.tesla.recording.aspects.swt-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/target/org.eclipse.rcptt.tesla.recording.aspects.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas >------- [INFO] Building org.eclipse.rcptt.tesla.canvas 2.5.5-SNAPSHOT [49/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.canvas --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.canvas --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.canvas... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.canvas --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.canvas/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.canvas --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.canvas/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.canvas/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.canvas --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.canvas/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.canvas --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.canvas --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.canvas/target/org.eclipse.rcptt.tesla.canvas-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.canvas --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.canvas --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.canvas/target/org.eclipse.rcptt.tesla.canvas-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.canvas/target/org.eclipse.rcptt.tesla.canvas-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.canvas --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.canvas --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt >--------- [INFO] Building org.eclipse.rcptt.tesla.jdt 2.5.5-SNAPSHOT [50/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jdt --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jdt --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jdt... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.jdt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.jdt --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt/target/org.eclipse.rcptt.tesla.jdt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jdt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jdt --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt/target/org.eclipse.rcptt.tesla.jdt-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt/target/org.eclipse.rcptt.tesla.jdt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jdt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jdt --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text >----- [INFO] Building org.eclipse.rcptt.tesla.jface.text 2.5.5-SNAPSHOT [51/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.text... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.text --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/target/org.eclipse.rcptt.tesla.jface.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.text --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/target/org.eclipse.rcptt.tesla.jface.text-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/target/org.eclipse.rcptt.tesla.jface.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.text --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding 2.5.5-SNAPSHOT [52/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.databinding... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/target/org.eclipse.rcptt.tesla.jface.databinding-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.databinding --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/target/org.eclipse.rcptt.tesla.jface.databinding-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/target/org.eclipse.rcptt.tesla.jface.databinding-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.databinding --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide >------- [INFO] Building org.eclipse.rcptt.tesla.ui.ide 2.5.5-SNAPSHOT [53/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.ui.ide... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.ui.ide --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/target/org.eclipse.rcptt.tesla.ui.ide-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ui.ide --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/target/org.eclipse.rcptt.tesla.ui.ide-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/target/org.eclipse.rcptt.tesla.ui.ide-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ui.ide --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.chart >-------- [INFO] Building org.eclipse.rcptt.tesla.chart 2.5.5-SNAPSHOT [54/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.chart --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.chart --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.chart --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.chart --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.chart --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.chart --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.chart... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.chart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.chart/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.chart --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.chart/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.chart/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.chart --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.chart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.chart/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.chart --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.chart --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.chart --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.chart --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.chart/target/org.eclipse.rcptt.tesla.chart-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.chart --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.chart --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.chart --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.chart/target/org.eclipse.rcptt.tesla.chart-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.chart/target/org.eclipse.rcptt.tesla.chart-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.chart --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.chart --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.chart --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.chart --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e4x >------- [INFO] Building org.eclipse.rcptt.tesla.swt.e4x 2.5.5-SNAPSHOT [55/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt.e4x... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.e4x --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/target/org.eclipse.rcptt.tesla.swt.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt.e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/target/org.eclipse.rcptt.tesla.swt.e4x-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/target/org.eclipse.rcptt.tesla.swt.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt.e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.swt.test >--------- [INFO] Building org.eclipse.rcptt.tesla.swt.test 2.5.5-SNAPSHOT [56/93] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt.test... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/org.eclipse.rcptt.tesla.swt.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/org.eclipse.rcptt.tesla.swt.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/org.eclipse.rcptt.tesla.swt.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Daj.weaving.verbose=true, -Dorg.aspectj.weaver.showWeaveInfo=true, -Dorg.aspectj.osgi.verbose=true, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -consolelog, -data, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/data, -install, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work, -configuration, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/surefire.properties, -debug, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/debug.options] WARNING: Using incubator modules: jdk.incubator.vector, jdk.incubator.foreign Configuration location: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/ Framework located: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/plugins/org.eclipse.osgi-3.15.100.v20191114-1701.jar Loading extension: org.eclipse.equinox.weaving.hook eclipse.properties not found Framework classpath: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/plugins/org.eclipse.osgi-3.15.100.v20191114-1701.jar file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/plugins/ file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235/ Debug options: file:/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/debug.options loaded [org.eclipse.equinox.weaving.hook] info adding AspectJ hooks ... Time to load bundles: 1396 Starting application: 4003 Application started in : 10990ms !SESSION 2024-05-21 14:04:08.641 ----------------------------------------------- eclipse.buildId=unknown java.version=17-ea java.vendor=Private Build BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/surefire.properties Command-line arguments: -consolelog -data /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/surefire.properties -debug /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/debug.options !ENTRY org.eclipse.ui.workbench 4 0 2024-05-21 14:04:19.732 !MESSAGE Bad call to getCoolBarManager() !STACK 0 java.lang.Exception: Bad call to getCoolBarManager() at org.eclipse.ui.internal.WorkbenchWindow.getCoolBarManager(WorkbenchWindow.java:3086) at org.eclipse.rcptt.tesla.ui.Q7KeyFormatter.installQ7Formatter(Q7KeyFormatter.java:67) at org.eclipse.rcptt.tesla.ui.SWTTeslaStartup.earlyStartup(SWTTeslaStartup.java:18) at org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup(EarlyStartupRunnable.java:79) at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:55) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.ui.internal.Workbench$41.run(Workbench.java:2729) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) Running org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest 1716300260648: UIJobCollector(799570413): enable 1716300260724: UIJobCollector(799570413): Nothing left 1716300260724: UIJobCollector(799570413): Result: true 1716300260724: UIJobCollector(799570413): No active jobs 1716300260880: UIJobCollector(191158462): Nothing left 1716300260918: UIJobCollector(191158462): Result: true 1716300260918: UIJobCollector(191158462): No active jobs 1716300261166: UIJobCollector(191158462): Nothing left 1716300261167: UIJobCollector(191158462): Result: true 1716300261167: UIJobCollector(191158462): No active jobs 1716300261221: UIJobCollector(1246052237): enable 1716300261274: UIJobCollector(1246052237): Nothing left 1716300261275: UIJobCollector(1246052237): Result: true 1716300261275: UIJobCollector(1246052237): No active jobs 1716300261275: UIJobCollector(1621525516): enable 1716300261376: UIJobCollector(1621525516): Nothing left 1716300261377: UIJobCollector(1621525516): Result: true 1716300261377: UIJobCollector(1621525516): No active jobs 1716300261380: UIJobCollector(1621525516): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 2 1716300261381: UIJobCollector(1621525516): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 2 1716300261381: UIJobCollector(1621525516): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 3 1716300261435: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -55, blocked for 0, running for 57 1716300261439: UIJobCollector(1621525516): sleep is blocked 1716300261439: UIJobCollector(1621525516): Result: false 1716300261450: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300261500: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -120, blocked for 61, running for 0 1716300261501: UIJobCollector(1621525516): Result: false 1716300261501: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300261552: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -172, blocked for 113, running for 0 1716300261553: UIJobCollector(1621525516): Result: false 1716300261553: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300261603: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -223, blocked for 164, running for 0 1716300261604: UIJobCollector(1621525516): Result: false 1716300261604: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300261655: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -275, blocked for 216, running for 0 1716300261656: UIJobCollector(1621525516): Result: false 1716300261656: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300261707: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -326, blocked for 267, running for 0 1716300261707: UIJobCollector(1621525516): Result: false 1716300261708: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300261759: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -378, blocked for 319, running for 0 1716300261759: UIJobCollector(1621525516): Result: false 1716300261760: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300261810: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -430, blocked for 371, running for 0 1716300261811: UIJobCollector(1621525516): Result: false 1716300261811: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300261862: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -482, blocked for 423, running for 0 1716300261862: UIJobCollector(1621525516): Result: false 1716300261863: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300261914: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -533, blocked for 474, running for 0 1716300261915: UIJobCollector(1621525516): Result: false 1716300261915: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300261966: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -585, blocked for 526, running for 0 1716300261966: UIJobCollector(1621525516): Result: false 1716300261967: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300262017: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -637, blocked for 578, running for 0 1716300262018: UIJobCollector(1621525516): Result: false 1716300262018: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300262069: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -688, blocked for 629, running for 0 1716300262069: UIJobCollector(1621525516): Result: false 1716300262070: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300262121: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -741, blocked for 682, running for 0 1716300262122: UIJobCollector(1621525516): Result: false 1716300262122: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300262173: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -793, blocked for 734, running for 0 1716300262174: UIJobCollector(1621525516): Result: false 1716300262174: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300262224: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -844, blocked for 785, running for 0 1716300262225: UIJobCollector(1621525516): Result: false 1716300262225: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300262275: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -895, blocked for 836, running for 0 1716300262276: UIJobCollector(1621525516): Result: false 1716300262276: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300262327: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -946, blocked for 887, running for 0 1716300262327: UIJobCollector(1621525516): Result: false 1716300262327: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300262378: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -998, blocked for 939, running for 0 1716300262379: UIJobCollector(1621525516): Result: false 1716300262379: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300262432: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1051, blocked for 992, running for 0 1716300262432: UIJobCollector(1621525516): Result: false 1716300262433: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300262484: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1103, blocked for 1044, running for 0 1716300262484: UIJobCollector(1621525516): Result: false 1716300262485: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300262536: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1155, blocked for 1096, running for 0 1716300262536: UIJobCollector(1621525516): Result: false 1716300262536: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300262587: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1207, blocked for 1148, running for 0 1716300262588: UIJobCollector(1621525516): Result: false 1716300262589: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300262640: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1259, blocked for 1200, running for 0 1716300262640: UIJobCollector(1621525516): Result: false 1716300262640: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300262691: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1311, blocked for 1252, running for 0 1716300262692: UIJobCollector(1621525516): Result: false 1716300262692: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300262744: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1364, blocked for 1305, running for 0 1716300262744: UIJobCollector(1621525516): Result: false 1716300262745: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300262797: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1416, blocked for 1357, running for 0 1716300262797: UIJobCollector(1621525516): Result: false 1716300262798: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300262849: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1469, blocked for 1410, running for 0 1716300262850: UIJobCollector(1621525516): Result: false 1716300262850: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300262902: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1522, blocked for 1463, running for 0 1716300262903: UIJobCollector(1621525516): Result: false 1716300262903: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300262954: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1573, blocked for 1514, running for 0 1716300262954: UIJobCollector(1621525516): Result: false 1716300262954: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300263006: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1626, blocked for 1567, running for 0 1716300263007: UIJobCollector(1621525516): Result: false 1716300263007: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300263060: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1680, blocked for 1621, running for 0 1716300263061: UIJobCollector(1621525516): Result: false 1716300263061: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300263111: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1731, blocked for 1672, running for 0 1716300263112: UIJobCollector(1621525516): Result: false 1716300263112: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300263164: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1784, blocked for 1725, running for 0 1716300263164: UIJobCollector(1621525516): Result: false 1716300263165: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300263216: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1836, blocked for 1777, running for 0 1716300263217: UIJobCollector(1621525516): Result: false 1716300263217: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300263268: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1888, blocked for 1829, running for 0 1716300263269: UIJobCollector(1621525516): Result: false 1716300263269: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300263321: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1940, blocked for 1881, running for 0 1716300263322: UIJobCollector(1621525516): Result: false 1716300263322: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300263372: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1992, blocked for 1933, running for 0 1716300263373: UIJobCollector(1621525516): Result: false 1716300263373: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300263424: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2044, blocked for 1985, running for 0 1716300263425: UIJobCollector(1621525516): Result: false 1716300263425: UIJobCollector(1621525516): Active jobs: [sleep(35)] 1716300263476: UIJobCollector(1621525516): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2096, blocked for 2037, running for 0 1716300263477: UIJobCollector(1621525516): Job is blocked for 2000, step mode: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2097, blocked for 2038, running for 0 1716300263477: UIJobCollector(1621525516): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2097, blocked for 2038, running for 0 1716300263478: UIJobCollector(1621525516): Result: true 1716300263478: UIJobCollector(1621525516): No active jobs 1716300264385: UIJobCollector(1621525516): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -3005, blocked for 2946, running for 0 1716300264386: UIJobCollector(1621525516): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -3006, blocked for 2947, running for 0 1716300264408: UIJobCollector(400517278): enable 1716300264459: UIJobCollector(400517278): Nothing left 1716300264459: UIJobCollector(400517278): Result: true 1716300264459: UIJobCollector(400517278): No active jobs 1716300264460: UIJobCollector(479105005): enable 1716300264460: UIJobCollector(479105005): Nothing left 1716300264460: UIJobCollector(479105005): Result: true 1716300264460: UIJobCollector(479105005): No active jobs 1716300264461: UIJobCollector(1899920794): enable 1716300264511: UIJobCollector(1899920794): Result: true 1716300264511: UIJobCollector(1899920794): No active jobs 1716300264511: UIJobCollector(8678215): enable 1716300264615: UIJobCollector(8678215): Nothing left 1716300264615: UIJobCollector(8678215): Result: true 1716300264615: UIJobCollector(8678215): No active jobs 1716300264615: UIJobCollector(8678215): disable 1716300264617: UIJobCollector(8678215): enable 1716300264617: UIJobCollector(8678215): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300264618: UIJobCollector(8678215): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 10000, blocked for 0, running for 0 1716300264618: UIJobCollector(8678215): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 9999, blocked for 0, running for 1 1716300265118: UIJobCollector(8678215): Not active: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), SLEEPING, status: UNKNOWN, is active: false, delay: 9499, blocked for 0, running for 501 1716300265119: UIJobCollector(8678215): Result: true 1716300265119: UIJobCollector(8678215): No active jobs 1716300265119: UIJobCollector(8678215): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9498, blocked for 0, running for 502 1716300265119: UIJobCollector(8678215): enable 1716300265119: UIJobCollector(8678215): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9498, blocked for 0, running for 502 1716300265120: UIJobCollector(8678215): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9497, blocked for 0, running for 503 1716300265122: UIJobCollector(505777467): enable 1716300265172: UIJobCollector(505777467): Nothing left 1716300265172: UIJobCollector(505777467): Result: true 1716300265172: UIJobCollector(505777467): No active jobs 1716300265172: UIJobCollector(728747169): enable 1716300265275: UIJobCollector(728747169): Nothing left 1716300265276: UIJobCollector(728747169): Result: true 1716300265276: UIJobCollector(728747169): No active jobs 1716300265276: UIJobCollector(728747169): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300265276: UIJobCollector(728747169): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 60000, blocked for 0, running for 0 1716300265276: UIJobCollector(728747169): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 60000, blocked for 0, running for 0 1716300265276: UIJobCollector(728747169): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: 60000, blocked for 0, running for 0 1716300265277: UIJobCollector(728747169): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 500, blocked for 0, running for 1 1716300265277: UIJobCollector(728747169): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 500, blocked for 0, running for 1 1716300265277: UIJobCollector(728747169): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), SLEEPING, status: UNKNOWN, is active: true, delay: 500, blocked for 0, running for 1 1716300265277: UIJobCollector(728747169): Result: false 1716300265277: UIJobCollector(728747169): Active jobs: [busyloop(55)] 1716300265278: UIJobCollector(728747169): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: 499, blocked for 0, running for 2 1716300265278: UIJobCollector(728747169): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: 499, blocked for 0, running for 2 1716300265279: UIJobCollector(589884531): enable 1716300265329: UIJobCollector(589884531): Nothing left 1716300265330: UIJobCollector(589884531): Result: true 1716300265330: UIJobCollector(589884531): No active jobs 1716300265330: UIJobCollector(1117803827): enable 1716300265430: UIJobCollector(1117803827): Result: true 1716300265431: UIJobCollector(1117803827): No active jobs 1716300265431: UIJobCollector(1117803827): Result: true 1716300265431: UIJobCollector(1117803827): No active jobs 1716300265431: UIJobCollector(1117803827): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300265431: UIJobCollector(1117803827): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300265431: UIJobCollector(1117803827): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300265432: UIJobCollector(1117803827): event: rescheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300265432: UIJobCollector(1117803827): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 10000, blocked for 0, running for 1 1716300265432: UIJobCollector(1117803827): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 10000, blocked for 0, running for 1 1716300265933: UIJobCollector(1117803827): Not active: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), SLEEPING, status: UNKNOWN, is active: false, delay: 9500, blocked for 0, running for 501 1716300265933: UIJobCollector(1117803827): Result: true 1716300265933: UIJobCollector(1117803827): No active jobs 1716300265933: UIJobCollector(1117803827): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9499, blocked for 0, running for 502 1716300265934: UIJobCollector(1117803827): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9498, blocked for 0, running for 503 1716300265936: UIJobCollector(114499348): enable 1716300265987: UIJobCollector(114499348): Nothing left 1716300265987: UIJobCollector(114499348): Result: true 1716300265987: UIJobCollector(114499348): No active jobs 1716300265987: UIJobCollector(1077938655): enable 1716300266088: UIJobCollector(1077938655): Nothing left 1716300266089: UIJobCollector(1077938655): Result: true 1716300266089: UIJobCollector(1077938655): No active jobs 1716300266089: UIJobCollector(1077938655): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300266089: UIJobCollector(1077938655): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300266089: UIJobCollector(1077938655): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300266139: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -50, blocked for 0, running for 50 1716300266139: UIJobCollector(1077938655): sleep is blocked 1716300266140: UIJobCollector(1077938655): Result: false 1716300266140: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300266190: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -101, blocked for 51, running for 0 1716300266191: UIJobCollector(1077938655): Result: false 1716300266191: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300266241: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -152, blocked for 102, running for 0 1716300266241: UIJobCollector(1077938655): Result: false 1716300266241: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300266292: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -203, blocked for 153, running for 0 1716300266292: UIJobCollector(1077938655): Result: false 1716300266292: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300266346: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -257, blocked for 207, running for 0 1716300266347: UIJobCollector(1077938655): Result: false 1716300266347: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300266398: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -309, blocked for 259, running for 0 1716300266398: UIJobCollector(1077938655): Result: false 1716300266399: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300266450: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -361, blocked for 311, running for 0 1716300266450: UIJobCollector(1077938655): Result: false 1716300266451: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300266501: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -412, blocked for 362, running for 0 1716300266502: UIJobCollector(1077938655): Result: false 1716300266502: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300266554: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -464, blocked for 414, running for 0 1716300266554: UIJobCollector(1077938655): Result: false 1716300266554: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300266606: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -517, blocked for 467, running for 0 1716300266606: UIJobCollector(1077938655): Result: false 1716300266607: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300266659: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -570, blocked for 520, running for 0 1716300266660: UIJobCollector(1077938655): Result: false 1716300266660: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300266711: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -622, blocked for 572, running for 0 1716300266712: UIJobCollector(1077938655): Result: false 1716300266712: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300266764: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -675, blocked for 625, running for 0 1716300266764: UIJobCollector(1077938655): Result: false 1716300266765: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300266817: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -728, blocked for 678, running for 0 1716300266817: UIJobCollector(1077938655): Result: false 1716300266817: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300266869: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -780, blocked for 730, running for 0 1716300266869: UIJobCollector(1077938655): Result: false 1716300266870: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300266922: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -833, blocked for 783, running for 0 1716300266922: UIJobCollector(1077938655): Result: false 1716300266923: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300266974: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -885, blocked for 835, running for 0 1716300266975: UIJobCollector(1077938655): Result: false 1716300266975: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300267026: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -937, blocked for 887, running for 0 1716300267026: UIJobCollector(1077938655): Result: false 1716300267026: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300267076: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -987, blocked for 937, running for 0 1716300267077: UIJobCollector(1077938655): Result: false 1716300267077: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300267127: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1038, blocked for 988, running for 0 1716300267128: UIJobCollector(1077938655): Result: false 1716300267128: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300267178: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1089, blocked for 1039, running for 0 1716300267179: UIJobCollector(1077938655): Result: false 1716300267179: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300267229: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1140, blocked for 1090, running for 0 1716300267230: UIJobCollector(1077938655): Result: false 1716300267230: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300267280: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1191, blocked for 1141, running for 0 1716300267280: UIJobCollector(1077938655): Result: false 1716300267281: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300267331: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1242, blocked for 1192, running for 0 1716300267332: UIJobCollector(1077938655): Result: false 1716300267332: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300267383: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1293, blocked for 1243, running for 0 1716300267383: UIJobCollector(1077938655): Result: false 1716300267383: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300267433: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1344, blocked for 1294, running for 0 1716300267434: UIJobCollector(1077938655): Result: false 1716300267434: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300267484: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1395, blocked for 1345, running for 0 1716300267485: UIJobCollector(1077938655): Result: false 1716300267485: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300267535: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1446, blocked for 1396, running for 0 1716300267536: UIJobCollector(1077938655): Result: false 1716300267536: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300267587: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1497, blocked for 1447, running for 0 1716300267587: UIJobCollector(1077938655): Result: false 1716300267587: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300267639: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1550, blocked for 1500, running for 0 1716300267639: UIJobCollector(1077938655): Result: false 1716300267640: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300267692: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1603, blocked for 1553, running for 0 1716300267692: UIJobCollector(1077938655): Result: false 1716300267693: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300267744: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1655, blocked for 1605, running for 0 1716300267744: UIJobCollector(1077938655): Result: false 1716300267745: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300267796: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1707, blocked for 1657, running for 0 1716300267797: UIJobCollector(1077938655): Result: false 1716300267797: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300267850: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1761, blocked for 1711, running for 0 1716300267850: UIJobCollector(1077938655): Result: false 1716300267851: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300267902: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1813, blocked for 1763, running for 0 1716300267902: UIJobCollector(1077938655): Result: false 1716300267903: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300267954: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1865, blocked for 1815, running for 0 1716300267955: UIJobCollector(1077938655): Result: false 1716300267955: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300268007: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1918, blocked for 1868, running for 0 1716300268007: UIJobCollector(1077938655): Result: false 1716300268008: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300268059: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1970, blocked for 1920, running for 0 1716300268059: UIJobCollector(1077938655): Result: false 1716300268059: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300268111: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2022, blocked for 1972, running for 0 1716300268111: UIJobCollector(1077938655): Result: false 1716300268112: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300268163: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2074, blocked for 2024, running for 0 1716300268164: UIJobCollector(1077938655): Job is blocked for 2000, step mode: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2075, blocked for 2025, running for 0 1716300268164: UIJobCollector(1077938655): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2075, blocked for 2025, running for 0 1716300268164: UIJobCollector(1077938655): Result: true 1716300268164: UIJobCollector(1077938655): No active jobs 1716300268664: UIJobCollector(1077938655): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2575, blocked for 2525, running for 0 1716300268665: UIJobCollector(1077938655): Result: false 1716300268665: UIJobCollector(1077938655): Active jobs: [sleep(65)] 1716300269090: UIJobCollector(1077938655): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -3001, blocked for 2951, running for 0 1716300269090: UIJobCollector(1077938655): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -3001, blocked for 2951, running for 0 1716300269128: UIJobCollector(1400585185): enable 1716300269178: UIJobCollector(1400585185): Nothing left 1716300269179: UIJobCollector(1400585185): Result: true 1716300269179: UIJobCollector(1400585185): No active jobs 1716300269184: UIJobCollector(1468559919): enable 1716300269234: UIJobCollector(1468559919): Result: true 1716300269234: UIJobCollector(1468559919): No active jobs 1716300269234: UIJobCollector(509293541): enable 1716300269334: UIJobCollector(509293541): Nothing left 1716300269334: UIJobCollector(509293541): Result: true 1716300269334: UIJobCollector(509293541): No active jobs 1716300269336: UIJobCollector(509293541): event: new: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300269336: UIJobCollector(509293541): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300269336: UIJobCollector(509293541): Nullified: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300269336: UIJobCollector(509293541): Checking: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), RUNNING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300269336: UIJobCollector(509293541): ignoringCancel is blocked 1716300269337: UIJobCollector(509293541): Result: false 1716300269337: UIJobCollector(509293541): Active jobs: [ignoringCancel(82)] 1716300270337: UIJobCollector(509293541): event: done: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), NONE, status: UNKNOWN, is active: true, delay: -1001, blocked for 1001, running for 0 1716300270337: UIJobCollector(509293541): event: gone: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), NONE, status: UNKNOWN, is active: true, delay: -1001, blocked for 1001, running for 0 1716300270367: UIJobCollector(1359891833): enable 1716300270418: UIJobCollector(1359891833): Nothing left 1716300270419: UIJobCollector(1359891833): Result: true 1716300270419: UIJobCollector(1359891833): No active jobs 1716300270419: UIJobCollector(789359490): enable 1716300270523: UIJobCollector(789359490): Result: true 1716300270523: UIJobCollector(789359490): No active jobs 1716300270525: UIJobCollector(789359490): event: new: org.eclipse.core.runtime.jobs.Job$2 (runaway), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300270525: UIJobCollector(789359490): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (runaway), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300270525: UIJobCollector(789359490): Nullified: org.eclipse.core.runtime.jobs.Job$2 (runaway), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300270576: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -51, blocked for 0, running for 51 1716300270576: UIJobCollector(789359490): runaway is blocked 1716300270576: UIJobCollector(789359490): Result: false 1716300270577: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300270628: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -103, blocked for 52, running for 0 1716300270629: UIJobCollector(789359490): Result: false 1716300270629: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300270680: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -155, blocked for 104, running for 0 1716300270680: UIJobCollector(789359490): Result: false 1716300270680: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300270732: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -207, blocked for 156, running for 0 1716300270732: UIJobCollector(789359490): Result: false 1716300270732: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300270782: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -257, blocked for 206, running for 0 1716300270782: UIJobCollector(789359490): Result: false 1716300270783: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300270833: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -308, blocked for 257, running for 0 1716300270834: UIJobCollector(789359490): Result: false 1716300270834: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300270884: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -359, blocked for 308, running for 0 1716300270885: UIJobCollector(789359490): Result: false 1716300270885: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300270935: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -410, blocked for 359, running for 0 1716300270935: UIJobCollector(789359490): Result: false 1716300270936: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300270986: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -461, blocked for 410, running for 0 1716300270986: UIJobCollector(789359490): Result: false 1716300270987: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300271037: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -512, blocked for 461, running for 0 1716300271038: UIJobCollector(789359490): Result: false 1716300271038: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300271088: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -563, blocked for 512, running for 0 1716300271089: UIJobCollector(789359490): Result: false 1716300271089: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300271140: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -614, blocked for 563, running for 0 1716300271140: UIJobCollector(789359490): Result: false 1716300271140: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300271190: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -665, blocked for 614, running for 0 1716300271191: UIJobCollector(789359490): Result: false 1716300271191: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300271242: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -717, blocked for 666, running for 0 1716300271243: UIJobCollector(789359490): Result: false 1716300271243: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300271294: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -769, blocked for 718, running for 0 1716300271294: UIJobCollector(789359490): Result: false 1716300271295: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300271346: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -821, blocked for 770, running for 0 1716300271347: UIJobCollector(789359490): Result: false 1716300271347: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300271399: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -873, blocked for 822, running for 0 1716300271399: UIJobCollector(789359490): Result: false 1716300271399: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300271451: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -926, blocked for 875, running for 0 1716300271451: UIJobCollector(789359490): Result: false 1716300271451: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300271503: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -978, blocked for 927, running for 0 1716300271503: UIJobCollector(789359490): Result: false 1716300271503: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300271555: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1030, blocked for 979, running for 0 1716300271555: UIJobCollector(789359490): Result: false 1716300271555: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300271607: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1082, blocked for 1031, running for 0 1716300271608: UIJobCollector(789359490): Job is blocked for 1000, step mode: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1083, blocked for 1032, running for 0 1716300271608: UIJobCollector(789359490): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1083, blocked for 1032, running for 0 1716300271608: UIJobCollector(789359490): Result: true 1716300271608: UIJobCollector(789359490): No active jobs 1716300271659: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1134, blocked for 1083, running for 0 1716300271660: UIJobCollector(789359490): Result: false 1716300271660: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300271711: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1186, blocked for 1135, running for 0 1716300271712: UIJobCollector(789359490): Result: false 1716300271712: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300271764: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1239, blocked for 1188, running for 0 1716300271764: UIJobCollector(789359490): Result: false 1716300271764: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300271816: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1291, blocked for 1240, running for 0 1716300271816: UIJobCollector(789359490): Result: false 1716300271816: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300271868: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1342, blocked for 1291, running for 0 1716300271868: UIJobCollector(789359490): Result: false 1716300271868: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300271919: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1394, blocked for 1343, running for 0 1716300271920: UIJobCollector(789359490): Result: false 1716300271920: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300271971: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1446, blocked for 1395, running for 0 1716300271972: UIJobCollector(789359490): Result: false 1716300271972: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300272023: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1498, blocked for 1447, running for 0 1716300272024: UIJobCollector(789359490): Result: false 1716300272024: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300272076: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1551, blocked for 1500, running for 0 1716300272076: UIJobCollector(789359490): Result: false 1716300272076: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300272127: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1602, blocked for 1551, running for 0 1716300272128: UIJobCollector(789359490): Result: false 1716300272128: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300272180: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1654, blocked for 1603, running for 0 1716300272180: UIJobCollector(789359490): Result: false 1716300272180: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300272232: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1706, blocked for 1655, running for 0 1716300272232: UIJobCollector(789359490): Result: false 1716300272232: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300272283: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1758, blocked for 1707, running for 0 1716300272284: UIJobCollector(789359490): Result: false 1716300272284: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300272335: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1810, blocked for 1759, running for 0 1716300272335: UIJobCollector(789359490): Result: false 1716300272335: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300272388: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1863, blocked for 1812, running for 0 1716300272388: UIJobCollector(789359490): Result: false 1716300272388: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300272439: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1914, blocked for 1863, running for 0 1716300272439: UIJobCollector(789359490): Result: false 1716300272440: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300272491: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1966, blocked for 1915, running for 0 1716300272491: UIJobCollector(789359490): Result: false 1716300272491: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300272543: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -2018, blocked for 1967, running for 0 1716300272543: UIJobCollector(789359490): Result: false 1716300272544: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300272595: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -2070, blocked for 2019, running for 0 1716300272596: UIJobCollector(789359490): Result: false 1716300272596: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300272647: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -2122, blocked for 2071, running for 0 1716300272647: UIJobCollector(789359490): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -2122, blocked for 2071, running for 0 1716300272647: UIJobCollector(789359490): Result: true 1716300272648: UIJobCollector(789359490): No active jobs 1716300275650: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5124, blocked for 5073, running for 0 1716300275651: UIJobCollector(789359490): runaway is unblocked 1716300275652: UIJobCollector(789359490): Result: false 1716300275653: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300275704: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5179, blocked for 0, running for 53 1716300275718: UIJobCollector(789359490): Result: false 1716300275719: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300275769: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5244, blocked for 0, running for 118 1716300275770: UIJobCollector(789359490): Result: false 1716300275770: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300275820: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5295, blocked for 0, running for 169 1716300275821: UIJobCollector(789359490): Result: false 1716300275821: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300275872: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5347, blocked for 0, running for 221 1716300275872: UIJobCollector(789359490): Result: false 1716300275873: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300275923: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5398, blocked for 0, running for 272 1716300275923: UIJobCollector(789359490): Result: false 1716300275924: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300275974: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5449, blocked for 0, running for 323 1716300275975: UIJobCollector(789359490): Result: false 1716300275975: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276025: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5500, blocked for 0, running for 374 1716300276026: UIJobCollector(789359490): Result: false 1716300276026: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276077: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5552, blocked for 0, running for 426 1716300276077: UIJobCollector(789359490): Result: false 1716300276077: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276129: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5603, blocked for 0, running for 477 1716300276129: UIJobCollector(789359490): Result: false 1716300276129: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276180: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5655, blocked for 0, running for 529 1716300276180: UIJobCollector(789359490): Result: false 1716300276180: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276231: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5706, blocked for 0, running for 580 1716300276231: UIJobCollector(789359490): Result: false 1716300276231: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276281: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5756, blocked for 0, running for 630 1716300276281: UIJobCollector(789359490): Result: false 1716300276282: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276333: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5808, blocked for 0, running for 682 1716300276333: UIJobCollector(789359490): Result: false 1716300276333: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276383: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5858, blocked for 0, running for 732 1716300276384: UIJobCollector(789359490): Result: false 1716300276384: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276434: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5909, blocked for 0, running for 783 1716300276434: UIJobCollector(789359490): Result: false 1716300276434: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276484: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5959, blocked for 0, running for 833 1716300276484: UIJobCollector(789359490): Result: false 1716300276485: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276535: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6010, blocked for 0, running for 884 1716300276535: UIJobCollector(789359490): Result: false 1716300276536: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276586: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6061, blocked for 0, running for 935 1716300276587: UIJobCollector(789359490): Result: false 1716300276587: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276637: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6112, blocked for 0, running for 986 1716300276637: UIJobCollector(789359490): Result: false 1716300276637: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276688: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6163, blocked for 0, running for 1037 1716300276689: UIJobCollector(789359490): Result: false 1716300276689: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276739: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6214, blocked for 0, running for 1088 1716300276740: UIJobCollector(789359490): Result: false 1716300276740: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276791: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6266, blocked for 0, running for 1140 1716300276791: UIJobCollector(789359490): Result: false 1716300276791: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276843: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6318, blocked for 0, running for 1192 1716300276843: UIJobCollector(789359490): Result: false 1716300276843: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276893: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6368, blocked for 0, running for 1242 1716300276894: UIJobCollector(789359490): Result: false 1716300276894: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276945: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6419, blocked for 0, running for 1293 1716300276946: UIJobCollector(789359490): Result: false 1716300276947: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300276998: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6472, blocked for 0, running for 1346 1716300276998: UIJobCollector(789359490): Result: false 1716300276998: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300277048: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6523, blocked for 0, running for 1397 1716300277048: UIJobCollector(789359490): Result: false 1716300277048: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300277098: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6573, blocked for 0, running for 1447 1716300277118: UIJobCollector(789359490): Result: false 1716300277118: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300277168: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6643, blocked for 0, running for 1517 1716300277169: UIJobCollector(789359490): Result: false 1716300277169: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300277219: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6694, blocked for 0, running for 1568 1716300277220: UIJobCollector(789359490): Result: false 1716300277220: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300277271: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6745, blocked for 0, running for 1619 1716300277271: UIJobCollector(789359490): Result: false 1716300277271: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300277321: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6796, blocked for 0, running for 1670 1716300277322: UIJobCollector(789359490): Result: false 1716300277322: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300277372: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6847, blocked for 0, running for 1721 1716300277373: UIJobCollector(789359490): Result: false 1716300277373: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300277423: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6898, blocked for 0, running for 1772 1716300277424: UIJobCollector(789359490): Result: false 1716300277424: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300277475: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6950, blocked for 0, running for 1824 1716300277475: UIJobCollector(789359490): Result: false 1716300277475: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300277526: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7001, blocked for 0, running for 1875 1716300277526: UIJobCollector(789359490): Result: false 1716300277526: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300277576: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7051, blocked for 0, running for 1925 1716300277576: UIJobCollector(789359490): Result: false 1716300277577: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300277627: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7102, blocked for 0, running for 1976 1716300277628: UIJobCollector(789359490): Result: false 1716300277628: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300277679: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7154, blocked for 0, running for 2028 1716300277679: UIJobCollector(789359490): Result: false 1716300277679: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300277729: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7204, blocked for 0, running for 2078 1716300277730: UIJobCollector(789359490): Result: false 1716300277730: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300277780: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7255, blocked for 0, running for 2129 1716300277780: UIJobCollector(789359490): Result: false 1716300277781: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300277832: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7307, blocked for 0, running for 2181 1716300277832: UIJobCollector(789359490): Result: false 1716300277832: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300277882: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7357, blocked for 0, running for 2231 1716300277883: UIJobCollector(789359490): Result: false 1716300277883: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300277933: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7408, blocked for 0, running for 2282 1716300277933: UIJobCollector(789359490): Result: false 1716300277934: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300277984: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7459, blocked for 0, running for 2333 1716300277985: UIJobCollector(789359490): Result: false 1716300277985: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300278035: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7510, blocked for 0, running for 2384 1716300278036: UIJobCollector(789359490): Result: false 1716300278036: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300278086: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7561, blocked for 0, running for 2435 1716300278087: UIJobCollector(789359490): Result: false 1716300278087: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300278137: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7612, blocked for 0, running for 2486 1716300278138: UIJobCollector(789359490): Result: false 1716300278138: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300278188: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7663, blocked for 0, running for 2537 1716300278188: UIJobCollector(789359490): Result: false 1716300278188: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300278239: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7714, blocked for 0, running for 2588 1716300278239: UIJobCollector(789359490): Result: false 1716300278240: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300278290: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7765, blocked for 0, running for 2639 1716300278290: UIJobCollector(789359490): Result: false 1716300278291: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300278341: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7816, blocked for 0, running for 2690 1716300278342: UIJobCollector(789359490): Result: false 1716300278342: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300278392: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7867, blocked for 0, running for 2741 1716300278392: UIJobCollector(789359490): Result: false 1716300278392: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300278443: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7918, blocked for 0, running for 2792 1716300278443: UIJobCollector(789359490): Result: false 1716300278443: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300278520: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7995, blocked for 0, running for 2869 1716300278520: UIJobCollector(789359490): Result: false 1716300278520: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300278571: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8046, blocked for 0, running for 2920 1716300278571: UIJobCollector(789359490): Result: false 1716300278572: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300278622: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8097, blocked for 0, running for 2971 1716300278622: UIJobCollector(789359490): Result: false 1716300278623: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300278674: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8149, blocked for 0, running for 3023 1716300278674: UIJobCollector(789359490): Result: false 1716300278674: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300278725: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8200, blocked for 0, running for 3074 1716300278726: UIJobCollector(789359490): Result: false 1716300278726: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300278776: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8251, blocked for 0, running for 3125 1716300278776: UIJobCollector(789359490): Result: false 1716300278777: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300278827: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8302, blocked for 0, running for 3176 1716300278828: UIJobCollector(789359490): Result: false 1716300278828: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300278879: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8354, blocked for 0, running for 3228 1716300278879: UIJobCollector(789359490): Result: false 1716300278880: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300278931: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8406, blocked for 0, running for 3280 1716300278931: UIJobCollector(789359490): Result: false 1716300278931: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300278982: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8457, blocked for 0, running for 3331 1716300278983: UIJobCollector(789359490): Result: false 1716300278983: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300279033: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8508, blocked for 0, running for 3382 1716300279034: UIJobCollector(789359490): Result: false 1716300279034: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300279085: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8559, blocked for 0, running for 3433 1716300279085: UIJobCollector(789359490): Result: false 1716300279085: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300279135: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8610, blocked for 0, running for 3484 1716300279136: UIJobCollector(789359490): Result: false 1716300279136: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300279187: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8662, blocked for 0, running for 3536 1716300279187: UIJobCollector(789359490): Result: false 1716300279187: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300279237: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8712, blocked for 0, running for 3586 1716300279237: UIJobCollector(789359490): Result: false 1716300279238: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300279288: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8763, blocked for 0, running for 3637 1716300279288: UIJobCollector(789359490): Result: false 1716300279289: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300279339: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8814, blocked for 0, running for 3688 1716300279340: UIJobCollector(789359490): Result: false 1716300279341: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300279393: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8868, blocked for 0, running for 3742 1716300279394: UIJobCollector(789359490): Result: false 1716300279394: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300279444: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8919, blocked for 0, running for 3793 1716300279444: UIJobCollector(789359490): Result: false 1716300279445: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300279496: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8971, blocked for 0, running for 3845 1716300279496: UIJobCollector(789359490): Result: false 1716300279496: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300279548: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9023, blocked for 0, running for 3897 1716300279548: UIJobCollector(789359490): Result: false 1716300279548: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300279599: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9074, blocked for 0, running for 3948 1716300279618: UIJobCollector(789359490): Result: false 1716300279618: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300279728: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9203, blocked for 0, running for 4077 1716300279729: UIJobCollector(789359490): Result: false 1716300279729: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300279822: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9296, blocked for 0, running for 4170 1716300279822: UIJobCollector(789359490): Result: false 1716300279822: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300279921: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9396, blocked for 0, running for 4270 1716300279922: UIJobCollector(789359490): Result: false 1716300279922: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300280020: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9495, blocked for 0, running for 4369 1716300280021: UIJobCollector(789359490): Result: false 1716300280021: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300280120: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9595, blocked for 0, running for 4469 1716300280120: UIJobCollector(789359490): Result: false 1716300280121: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300280220: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9695, blocked for 0, running for 4569 1716300280220: UIJobCollector(789359490): Result: false 1716300280221: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300280322: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9797, blocked for 0, running for 4671 1716300280322: UIJobCollector(789359490): Result: false 1716300280322: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300280421: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9896, blocked for 0, running for 4770 1716300280421: UIJobCollector(789359490): Result: false 1716300280422: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300280520: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9995, blocked for 0, running for 4869 1716300280520: UIJobCollector(789359490): Result: false 1716300280521: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300280572: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10047, blocked for 0, running for 4921 1716300280572: UIJobCollector(789359490): Result: false 1716300280572: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300280622: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10097, blocked for 0, running for 4971 1716300280622: UIJobCollector(789359490): Result: false 1716300280623: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300280674: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10148, blocked for 0, running for 5022 1716300280674: UIJobCollector(789359490): Result: false 1716300280674: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300280724: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10199, blocked for 0, running for 5073 1716300280724: UIJobCollector(789359490): Result: false 1716300280725: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300280775: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10250, blocked for 0, running for 5124 1716300280776: UIJobCollector(789359490): Result: false 1716300280776: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300280826: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10301, blocked for 0, running for 5175 1716300280827: UIJobCollector(789359490): Result: false 1716300280827: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300280878: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10353, blocked for 0, running for 5227 1716300280878: UIJobCollector(789359490): Result: false 1716300280878: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300280930: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10405, blocked for 0, running for 5279 1716300280930: UIJobCollector(789359490): Result: false 1716300280930: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300280980: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10455, blocked for 0, running for 5329 1716300280980: UIJobCollector(789359490): Result: false 1716300280981: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300281032: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10507, blocked for 0, running for 5381 1716300281032: UIJobCollector(789359490): Result: false 1716300281032: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300281083: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10558, blocked for 0, running for 5432 1716300281084: UIJobCollector(789359490): Result: false 1716300281084: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300281138: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10612, blocked for 0, running for 5486 1716300281138: UIJobCollector(789359490): Result: false 1716300281138: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300281188: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10663, blocked for 0, running for 5537 1716300281188: UIJobCollector(789359490): Result: false 1716300281189: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300281240: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10715, blocked for 0, running for 5589 1716300281240: UIJobCollector(789359490): Result: false 1716300281240: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300281292: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10767, blocked for 0, running for 5641 1716300281292: UIJobCollector(789359490): Result: false 1716300281292: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300281344: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10819, blocked for 0, running for 5693 1716300281344: UIJobCollector(789359490): Result: false 1716300281344: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300281395: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10870, blocked for 0, running for 5744 1716300281396: UIJobCollector(789359490): Result: false 1716300281396: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300281447: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10922, blocked for 0, running for 5796 1716300281447: UIJobCollector(789359490): Result: false 1716300281447: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300281498: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10972, blocked for 0, running for 5846 1716300281498: UIJobCollector(789359490): Result: false 1716300281498: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300281548: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11023, blocked for 0, running for 5897 1716300281548: UIJobCollector(789359490): Result: false 1716300281549: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300281600: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11075, blocked for 0, running for 5949 1716300281618: UIJobCollector(789359490): Result: false 1716300281619: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300281672: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11147, blocked for 0, running for 6021 1716300281672: UIJobCollector(789359490): Result: false 1716300281672: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300281723: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11198, blocked for 0, running for 6072 1716300281724: UIJobCollector(789359490): Result: false 1716300281724: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300281776: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11251, blocked for 0, running for 6125 1716300281776: UIJobCollector(789359490): Result: false 1716300281777: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300281827: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11302, blocked for 0, running for 6176 1716300281828: UIJobCollector(789359490): Result: false 1716300281828: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300281879: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11354, blocked for 0, running for 6228 1716300281879: UIJobCollector(789359490): Result: false 1716300281879: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300281931: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11406, blocked for 0, running for 6280 1716300281931: UIJobCollector(789359490): Result: false 1716300281932: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300281982: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11457, blocked for 0, running for 6331 1716300281982: UIJobCollector(789359490): Result: false 1716300281983: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300282033: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11508, blocked for 0, running for 6382 1716300282033: UIJobCollector(789359490): Result: false 1716300282034: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300282084: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11559, blocked for 0, running for 6433 1716300282085: UIJobCollector(789359490): Result: false 1716300282085: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300282138: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11613, blocked for 0, running for 6487 1716300282138: UIJobCollector(789359490): Result: false 1716300282139: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300282189: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11664, blocked for 0, running for 6538 1716300282190: UIJobCollector(789359490): Result: false 1716300282190: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300282241: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11716, blocked for 0, running for 6590 1716300282241: UIJobCollector(789359490): Result: false 1716300282242: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300282292: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11767, blocked for 0, running for 6641 1716300282293: UIJobCollector(789359490): Result: false 1716300282293: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300282344: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11819, blocked for 0, running for 6693 1716300282344: UIJobCollector(789359490): Result: false 1716300282344: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300282395: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11870, blocked for 0, running for 6744 1716300282396: UIJobCollector(789359490): Result: false 1716300282396: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300282447: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11922, blocked for 0, running for 6796 1716300282447: UIJobCollector(789359490): Result: false 1716300282447: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300282497: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11972, blocked for 0, running for 6846 1716300282498: UIJobCollector(789359490): Result: false 1716300282498: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300282549: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12024, blocked for 0, running for 6898 1716300282549: UIJobCollector(789359490): Result: false 1716300282549: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300282599: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12074, blocked for 0, running for 6948 1716300282600: UIJobCollector(789359490): Result: false 1716300282600: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300282650: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12125, blocked for 0, running for 6999 1716300282650: UIJobCollector(789359490): Result: false 1716300282653: UIJobCollector(789359490): ----->>> Waiting for Jobs during execution: null -----<<<< ---> Standalone Jobs: Job: runaway(89) class: org.eclipse.core.runtime.jobs.Job$2 extends org.eclipse.core.runtime.jobs.Job, org.eclipse.core.internal.jobs.InternalJob, org.eclipse.core.runtime.PlatformObject implements org.eclipse.core.runtime.IAdaptable, java.lang.Comparable, org.eclipse.core.runtime.IAdaptable working time: 12127(ms) state: 4 rule: Empty stack trace: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest.lambda$4:430 [UIJobCollectorTest.java] org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$$Lambda$504/0x00000008015298a8.run:-1 org.eclipse.core.runtime.jobs.Job$2.run:185 [Job.java] org.eclipse.core.internal.jobs.Worker.run:63 [Worker.java] ---> Jobs in Stepping mode: Job: runaway(89) class: org.eclipse.core.runtime.jobs.Job$2 extends org.eclipse.core.runtime.jobs.Job, org.eclipse.core.internal.jobs.InternalJob, org.eclipse.core.runtime.PlatformObject implements org.eclipse.core.runtime.IAdaptable, java.lang.Comparable, org.eclipse.core.runtime.IAdaptable working time: 12127(ms) state: 4 rule: Empty stack trace: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest.lambda$4:430 [UIJobCollectorTest.java] org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$$Lambda$504/0x00000008015298a8.run:-1 org.eclipse.core.runtime.jobs.Job$2.run:185 [Job.java] org.eclipse.core.internal.jobs.Worker.run:63 [Worker.java] 1716300282653: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300282703: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12178, blocked for 0, running for 7052 1716300282719: UIJobCollector(789359490): Result: false 1716300282719: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300282769: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12244, blocked for 0, running for 7118 1716300282770: UIJobCollector(789359490): Result: false 1716300282770: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300282820: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12295, blocked for 0, running for 7169 1716300282821: UIJobCollector(789359490): Result: false 1716300282821: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300282871: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12346, blocked for 0, running for 7220 1716300282872: UIJobCollector(789359490): Result: false 1716300282872: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300282924: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12398, blocked for 0, running for 7272 1716300282925: UIJobCollector(789359490): Result: false 1716300282926: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300282976: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12451, blocked for 0, running for 7325 1716300282977: UIJobCollector(789359490): Result: false 1716300282978: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300283028: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12503, blocked for 0, running for 7377 1716300283029: UIJobCollector(789359490): Result: false 1716300283029: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300283079: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12554, blocked for 0, running for 7428 1716300283079: UIJobCollector(789359490): Result: false 1716300283079: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300283131: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12606, blocked for 0, running for 7480 1716300283131: UIJobCollector(789359490): Result: false 1716300283131: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300283181: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12656, blocked for 0, running for 7530 1716300283182: UIJobCollector(789359490): Result: false 1716300283182: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300283232: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12707, blocked for 0, running for 7581 1716300283233: UIJobCollector(789359490): Result: false 1716300283233: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300283320: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12795, blocked for 0, running for 7669 1716300283320: UIJobCollector(789359490): Result: false 1716300283320: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300283371: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12846, blocked for 0, running for 7720 1716300283372: UIJobCollector(789359490): Result: false 1716300283372: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300283422: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12897, blocked for 0, running for 7771 1716300283422: UIJobCollector(789359490): Result: false 1716300283423: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300283520: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12995, blocked for 0, running for 7869 1716300283520: UIJobCollector(789359490): Result: false 1716300283520: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300283572: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13047, blocked for 0, running for 7921 1716300283573: UIJobCollector(789359490): Result: false 1716300283573: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300283624: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13099, blocked for 0, running for 7973 1716300283624: UIJobCollector(789359490): Result: false 1716300283625: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300283676: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13151, blocked for 0, running for 8025 1716300283676: UIJobCollector(789359490): Result: false 1716300283676: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300283727: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13202, blocked for 0, running for 8076 1716300283728: UIJobCollector(789359490): Result: false 1716300283728: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300283779: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13254, blocked for 0, running for 8128 1716300283779: UIJobCollector(789359490): Result: false 1716300283780: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300283830: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13305, blocked for 0, running for 8179 1716300283831: UIJobCollector(789359490): Result: false 1716300283831: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300283882: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13357, blocked for 0, running for 8231 1716300283882: UIJobCollector(789359490): Result: false 1716300283882: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300283935: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13410, blocked for 0, running for 8284 1716300283936: UIJobCollector(789359490): Result: false 1716300283936: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300284020: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13495, blocked for 0, running for 8369 1716300284020: UIJobCollector(789359490): Result: false 1716300284020: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300284071: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13546, blocked for 0, running for 8420 1716300284072: UIJobCollector(789359490): Result: false 1716300284072: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300284123: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13598, blocked for 0, running for 8472 1716300284123: UIJobCollector(789359490): Result: false 1716300284124: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300284175: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13650, blocked for 0, running for 8524 1716300284175: UIJobCollector(789359490): Result: false 1716300284176: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300284227: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13702, blocked for 0, running for 8576 1716300284228: UIJobCollector(789359490): Result: false 1716300284228: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300284279: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13754, blocked for 0, running for 8628 1716300284280: UIJobCollector(789359490): Result: false 1716300284280: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300284331: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13806, blocked for 0, running for 8680 1716300284331: UIJobCollector(789359490): Result: false 1716300284332: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300284382: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13857, blocked for 0, running for 8731 1716300284383: UIJobCollector(789359490): Result: false 1716300284383: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300284433: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13908, blocked for 0, running for 8782 1716300284433: UIJobCollector(789359490): Result: false 1716300284433: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300284483: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13958, blocked for 0, running for 8832 1716300284483: UIJobCollector(789359490): Result: false 1716300284483: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300284534: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14009, blocked for 0, running for 8883 1716300284534: UIJobCollector(789359490): Result: false 1716300284535: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300284585: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14060, blocked for 0, running for 8934 1716300284586: UIJobCollector(789359490): Result: false 1716300284586: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300284636: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14111, blocked for 0, running for 8985 1716300284637: UIJobCollector(789359490): Result: false 1716300284637: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300284688: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14162, blocked for 0, running for 9036 1716300284688: UIJobCollector(789359490): Result: false 1716300284688: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300284738: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14213, blocked for 0, running for 9087 1716300284738: UIJobCollector(789359490): Result: false 1716300284738: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300284788: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14263, blocked for 0, running for 9137 1716300284789: UIJobCollector(789359490): Result: false 1716300284789: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300284839: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14314, blocked for 0, running for 9188 1716300284840: UIJobCollector(789359490): Result: false 1716300284840: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300284890: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14365, blocked for 0, running for 9239 1716300284918: UIJobCollector(789359490): Result: false 1716300284918: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300284968: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14443, blocked for 0, running for 9317 1716300284969: UIJobCollector(789359490): Result: false 1716300284969: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300285020: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14495, blocked for 0, running for 9369 1716300285020: UIJobCollector(789359490): Result: false 1716300285020: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300285071: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14546, blocked for 0, running for 9420 1716300285071: UIJobCollector(789359490): Result: false 1716300285071: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300285121: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14596, blocked for 0, running for 9470 1716300285121: UIJobCollector(789359490): Result: false 1716300285121: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300285172: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14647, blocked for 0, running for 9521 1716300285172: UIJobCollector(789359490): Result: false 1716300285172: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300285223: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14698, blocked for 0, running for 9572 1716300285224: UIJobCollector(789359490): Result: false 1716300285224: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300285275: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14750, blocked for 0, running for 9624 1716300285275: UIJobCollector(789359490): Result: false 1716300285276: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300285326: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14801, blocked for 0, running for 9675 1716300285327: UIJobCollector(789359490): Result: false 1716300285327: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300285377: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14852, blocked for 0, running for 9726 1716300285378: UIJobCollector(789359490): Result: false 1716300285378: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300285428: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14903, blocked for 0, running for 9777 1716300285429: UIJobCollector(789359490): Result: false 1716300285429: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300285480: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14955, blocked for 0, running for 9829 1716300285480: UIJobCollector(789359490): Result: false 1716300285480: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300285531: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -15006, blocked for 0, running for 9880 1716300285531: UIJobCollector(789359490): Result: false 1716300285531: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300285581: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -15056, blocked for 0, running for 9930 1716300285581: UIJobCollector(789359490): Result: false 1716300285581: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300285632: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -15107, blocked for 0, running for 9981 1716300285632: UIJobCollector(789359490): Result: false 1716300285632: UIJobCollector(789359490): Active jobs: [runaway(89)] 1716300285683: UIJobCollector(789359490): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -15158, blocked for 0, running for 10032 1716300285683: UIJobCollector(789359490): Step timeout, skipping: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -15158, blocked for 0, running for 10032 1716300285683: UIJobCollector(789359490): Result: true 1716300285683: UIJobCollector(789359490): No active jobs 1716300285685: UIJobCollector(789359490): event: done: org.eclipse.core.runtime.jobs.Job$2 (runaway), NONE, status: UNKNOWN, is active: true, delay: -15160, blocked for 0, running for 10034 1716300285685: UIJobCollector(789359490): event: gone: org.eclipse.core.runtime.jobs.Job$2 (runaway), NONE, status: UNKNOWN, is active: true, delay: -15160, blocked for 0, running for 10034 1716300285686: UIJobCollector(437490503): enable 1716300285736: UIJobCollector(437490503): Nothing left 1716300285736: UIJobCollector(437490503): Result: true 1716300285736: UIJobCollector(437490503): No active jobs 1716300285736: UIJobCollector(409114060): enable 1716300285836: UIJobCollector(409114060): Result: true 1716300285836: UIJobCollector(409114060): No active jobs 1716300285888: UIJobCollector(409114060): Result: true 1716300285888: UIJobCollector(409114060): No active jobs 1716300285889: UIJobCollector(409114060): Result: true 1716300285889: UIJobCollector(409114060): No active jobs 1716300285890: UIJobCollector(409114060): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300285890: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300285890: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300285891: UIJobCollector(409114060): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300285891: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300285891: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300286391: UIJobCollector(409114060): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1716300286392: UIJobCollector(409114060): Result: false 1716300286392: UIJobCollector(409114060): Active jobs: [busyloop(92)] 1716300286393: UIJobCollector(409114060): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 503 1716300286393: UIJobCollector(409114060): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 503 1716300286443: UIJobCollector(409114060): Result: true 1716300286443: UIJobCollector(409114060): No active jobs 1716300286443: UIJobCollector(409114060): Result: true 1716300286444: UIJobCollector(409114060): No active jobs 1716300286444: UIJobCollector(409114060): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300286444: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300286444: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300286445: UIJobCollector(409114060): event: rescheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300286445: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300286445: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300286945: UIJobCollector(409114060): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1716300286946: UIJobCollector(409114060): Result: false 1716300286946: UIJobCollector(409114060): Active jobs: [busyloop(92)] 1716300286946: UIJobCollector(409114060): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1716300286946: UIJobCollector(409114060): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1716300286997: UIJobCollector(409114060): Result: true 1716300286997: UIJobCollector(409114060): No active jobs 1716300286997: UIJobCollector(409114060): Result: true 1716300286997: UIJobCollector(409114060): No active jobs 1716300286997: UIJobCollector(409114060): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300286997: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300286997: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300286998: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300286998: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300286998: UIJobCollector(409114060): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300287498: UIJobCollector(409114060): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1716300287499: UIJobCollector(409114060): Result: false 1716300287499: UIJobCollector(409114060): Active jobs: [busyloop(92)] 1716300287499: UIJobCollector(409114060): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1716300287499: UIJobCollector(409114060): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1716300287549: UIJobCollector(409114060): Result: true 1716300287549: UIJobCollector(409114060): No active jobs 1716300287549: UIJobCollector(409114060): Result: true 1716300287549: UIJobCollector(409114060): No active jobs 1716300287549: UIJobCollector(409114060): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300287549: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300287549: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300287550: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300287550: UIJobCollector(409114060): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300287550: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300288050: UIJobCollector(409114060): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1716300288051: UIJobCollector(409114060): Result: false 1716300288051: UIJobCollector(409114060): Active jobs: [busyloop(92)] 1716300288051: UIJobCollector(409114060): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1716300288052: UIJobCollector(409114060): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 503 1716300288101: UIJobCollector(409114060): Result: true 1716300288101: UIJobCollector(409114060): No active jobs 1716300288102: UIJobCollector(409114060): Result: true 1716300288102: UIJobCollector(409114060): No active jobs 1716300288102: UIJobCollector(409114060): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300288102: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300288102: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300288102: UIJobCollector(409114060): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300288102: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300288102: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300288603: UIJobCollector(409114060): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1716300288603: UIJobCollector(409114060): Result: false 1716300288603: UIJobCollector(409114060): Active jobs: [busyloop(92)] 1716300288604: UIJobCollector(409114060): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 502 1716300288604: UIJobCollector(409114060): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 502 1716300288654: UIJobCollector(409114060): Result: true 1716300288654: UIJobCollector(409114060): No active jobs 1716300288654: UIJobCollector(409114060): Result: true 1716300288655: UIJobCollector(409114060): No active jobs 1716300288655: UIJobCollector(409114060): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300288655: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300288655: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300288655: UIJobCollector(409114060): event: rescheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300288656: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300288656: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300289157: UIJobCollector(409114060): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1716300289158: UIJobCollector(409114060): Result: false 1716300289159: UIJobCollector(409114060): Active jobs: [busyloop(92)] 1716300289160: UIJobCollector(409114060): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -504, blocked for 0, running for 505 1716300289160: UIJobCollector(409114060): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -504, blocked for 0, running for 505 1716300289209: UIJobCollector(409114060): Result: true 1716300289209: UIJobCollector(409114060): No active jobs 1716300289209: UIJobCollector(409114060): Result: true 1716300289209: UIJobCollector(409114060): No active jobs 1716300289210: UIJobCollector(409114060): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300289210: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300289210: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300289210: UIJobCollector(409114060): event: rescheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300289210: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300289211: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300289711: UIJobCollector(409114060): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1716300289711: UIJobCollector(409114060): Result: false 1716300289711: UIJobCollector(409114060): Active jobs: [busyloop(92)] 1716300289712: UIJobCollector(409114060): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 502 1716300289712: UIJobCollector(409114060): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 502 1716300289762: UIJobCollector(409114060): Result: true 1716300289762: UIJobCollector(409114060): No active jobs 1716300289762: UIJobCollector(409114060): Result: true 1716300289762: UIJobCollector(409114060): No active jobs 1716300289762: UIJobCollector(409114060): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300289762: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300289762: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300289763: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300289763: UIJobCollector(409114060): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300289763: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300290263: UIJobCollector(409114060): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1716300290264: UIJobCollector(409114060): Result: false 1716300290264: UIJobCollector(409114060): Active jobs: [busyloop(92)] 1716300290264: UIJobCollector(409114060): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1716300290264: UIJobCollector(409114060): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1716300290314: UIJobCollector(409114060): Result: true 1716300290314: UIJobCollector(409114060): No active jobs 1716300290314: UIJobCollector(409114060): Result: true 1716300290314: UIJobCollector(409114060): No active jobs 1716300290314: UIJobCollector(409114060): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300290314: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300290314: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300290315: UIJobCollector(409114060): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300290315: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300290315: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300290815: UIJobCollector(409114060): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1716300290816: UIJobCollector(409114060): Result: false 1716300290816: UIJobCollector(409114060): Active jobs: [busyloop(92)] 1716300290816: UIJobCollector(409114060): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1716300290816: UIJobCollector(409114060): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1716300290866: UIJobCollector(409114060): Result: true 1716300290866: UIJobCollector(409114060): No active jobs 1716300290866: UIJobCollector(409114060): Result: true 1716300290866: UIJobCollector(409114060): No active jobs 1716300290866: UIJobCollector(409114060): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300290866: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300290866: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300290867: UIJobCollector(409114060): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300290867: UIJobCollector(409114060): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300290867: UIJobCollector(409114060): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300291367: UIJobCollector(409114060): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1716300291368: UIJobCollector(409114060): Result: false 1716300291368: UIJobCollector(409114060): Active jobs: [busyloop(92)] 1716300291368: UIJobCollector(409114060): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1716300291369: UIJobCollector(409114060): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 503 1716300291372: UIJobCollector(896508113): enable 1716300291423: UIJobCollector(896508113): Nothing left 1716300291423: UIJobCollector(896508113): Result: true 1716300291423: UIJobCollector(896508113): No active jobs 1716300291423: UIJobCollector(1364230185): enable 1716300291526: UIJobCollector(1364230185): Nothing left 1716300291526: UIJobCollector(1364230185): Result: true 1716300291526: UIJobCollector(1364230185): No active jobs 1716300291528: UIJobCollector(1364230185): enable 1716300292029: UIJobCollector(1364230185): Nothing left 1716300292029: UIJobCollector(1364230185): Result: true 1716300292029: UIJobCollector(1364230185): No active jobs 1716300292031: UIJobCollector(133047331): enable 1716300292082: UIJobCollector(133047331): Nothing left 1716300292082: UIJobCollector(133047331): Result: true 1716300292082: UIJobCollector(133047331): No active jobs 1716300292082: UIJobCollector(876420389): enable 1716300292182: UIJobCollector(876420389): Nothing left 1716300292182: UIJobCollector(876420389): Result: true 1716300292182: UIJobCollector(876420389): No active jobs 1716300292182: UIJobCollector(876420389): disable 1716300292334: UIJobCollector(876420389): enable 1716300292334: UIJobCollector(876420389): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292334: UIJobCollector(876420389): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 10000, blocked for 0, running for 0 1716300292334: UIJobCollector(876420389): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 10000, blocked for 0, running for 0 1716300292834: UIJobCollector(876420389): Not active: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), SLEEPING, status: UNKNOWN, is active: false, delay: 9500, blocked for 0, running for 500 1716300292835: UIJobCollector(876420389): Result: true 1716300292835: UIJobCollector(876420389): No active jobs 1716300292835: UIJobCollector(876420389): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9499, blocked for 0, running for 501 1716300292835: UIJobCollector(876420389): enable 1716300292835: UIJobCollector(876420389): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9499, blocked for 0, running for 501 1716300292835: UIJobCollector(876420389): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9499, blocked for 0, running for 501 1716300292836: UIJobCollector(81445899): enable 1716300292886: UIJobCollector(81445899): Nothing left 1716300292886: UIJobCollector(81445899): Result: true 1716300292886: UIJobCollector(81445899): No active jobs 1716300292886: UIJobCollector(743752855): enable 1716300292989: UIJobCollector(743752855): Nothing left 1716300292989: UIJobCollector(743752855): Result: true 1716300292989: UIJobCollector(743752855): No active jobs 1716300292990: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300292990: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300292990: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300292990: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292990: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292990: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300292990: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292990: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292990: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292990: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300292990: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292990: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292991: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292991: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292991: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292991: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292991: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292991: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292991: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292991: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292991: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292991: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292992: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300292992: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300292992: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292992: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300292992: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300292992: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292992: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292992: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300292992: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292992: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292992: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292992: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292992: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292993: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292993: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 2 1716300292993: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292993: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292993: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292993: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292993: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292993: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292993: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292993: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292993: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292993: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292993: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292994: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292994: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292994: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292994: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292994: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292994: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292994: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292994: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292994: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292994: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292994: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292994: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292994: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292994: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292995: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300292995: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300292995: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292995: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300292995: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292995: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292995: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292995: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300292995: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292995: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292995: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292996: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292996: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292996: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292996: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292996: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292996: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292996: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292996: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292996: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292996: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292996: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292996: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292997: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292997: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300292997: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292997: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300292997: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292997: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292997: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292997: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300292997: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292997: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292997: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300292997: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292997: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292997: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292997: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292998: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292998: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292998: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292998: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292998: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292998: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292998: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292998: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292998: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292998: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292998: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292998: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292998: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292999: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292999: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292999: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292999: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292999: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292999: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292999: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300292999: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300292999: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292999: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292999: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292999: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300292999: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293000: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293000: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293000: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293000: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293000: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293000: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293000: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293000: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293000: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293000: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293000: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293000: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293000: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293001: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293001: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293001: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293001: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293001: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293001: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293001: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293001: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293001: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293001: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293001: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293001: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293002: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293002: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293002: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293002: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293002: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293002: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293002: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293002: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293002: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293002: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293002: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293002: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293003: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293003: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293003: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293003: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293003: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293003: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293003: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293003: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293003: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293003: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293003: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293003: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293003: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293003: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293004: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293004: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293004: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293004: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293004: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293004: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293004: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293004: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293004: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293004: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293004: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293004: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293004: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293005: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293005: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293005: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293005: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293005: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293005: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293005: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293005: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293005: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293005: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293005: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293005: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293006: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293006: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293006: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293006: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293006: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293006: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293006: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293006: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293006: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293006: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293006: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293006: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293006: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293006: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293006: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293007: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293007: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293007: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293007: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293007: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293007: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293007: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293007: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293007: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293007: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293007: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293007: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293007: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293007: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293008: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293008: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293008: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293008: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293008: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293008: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293008: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293008: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293008: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293008: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293008: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293008: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293008: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293008: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293008: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293009: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293009: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293009: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293009: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293009: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293009: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293009: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293009: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293009: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293009: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293009: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293009: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293010: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293010: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293010: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293010: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293010: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293010: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293010: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293010: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293010: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293010: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293010: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293010: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293011: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293011: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293011: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293011: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293011: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293011: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293011: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293011: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293011: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293011: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293011: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293011: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293011: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293012: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293012: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293012: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293012: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293012: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293012: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293012: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293012: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293012: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293012: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293012: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293012: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293013: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293013: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293013: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293013: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293013: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293013: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293013: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293013: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293013: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293013: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293013: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293014: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300293014: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293014: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293014: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293014: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293014: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293014: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293014: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293014: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293018: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 4 1716300293018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293018: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293018: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 4 1716300293019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300293021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293022: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293022: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300293024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293118: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300293118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 77 1716300293120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300293131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300293137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293143: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293143: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293218: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -78, blocked for 0, running for 78 1716300293218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293218: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 77 1716300293218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293218: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 77 1716300293219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -79, blocked for 0, running for 79 1716300293219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 78 1716300293219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 77 1716300293219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 77 1716300293219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300293220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 2 1716300293221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300293231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300293232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293232: UIJobCollector(743752855): Nothing left 1716300293232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293232: UIJobCollector(743752855): Result: true 1716300293232: UIJobCollector(743752855): No active jobs 1716300293232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293318: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -79, blocked for 0, running for 79 1716300293318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -80, blocked for 0, running for 80 1716300293319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300293332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293418: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 77 1716300293418: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 78 1716300293419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 13 1716300293443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -13, blocked for 0, running for 13 1716300293443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 13 1716300293443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -13, blocked for 0, running for 13 1716300293443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 13 1716300293443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 13 1716300293443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293444: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293444: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293444: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293444: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293444: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293444: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293444: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293444: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293444: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293444: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293444: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293444: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293444: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293444: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293445: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293445: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293445: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293446: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293446: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293446: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293446: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293447: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293447: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293447: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293447: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293447: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293447: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293447: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293447: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293447: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293447: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293447: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293448: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293448: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293448: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293448: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293448: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293448: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293448: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293448: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293448: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293448: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293448: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293448: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293448: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293448: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293448: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293449: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293449: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293449: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293449: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293449: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293449: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293449: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293449: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293449: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293449: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293449: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293449: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293449: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293449: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293449: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293449: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293449: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293450: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293450: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293450: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293450: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293450: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293450: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293450: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293450: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293450: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293450: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293450: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293450: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293450: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293451: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293451: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293451: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293451: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293451: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293451: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293451: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293451: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293451: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293451: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293451: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293451: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293451: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293451: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293451: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293451: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293451: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293451: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293452: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293452: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293452: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293452: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293452: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293452: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293452: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293452: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293452: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293452: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293452: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293452: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293452: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293452: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293452: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293452: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293452: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293453: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293453: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293453: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293453: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293453: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293453: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293453: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293453: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293453: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293453: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293453: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293453: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293453: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293453: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293453: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -65, blocked for 0, running for 65 1716300293518: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -66, blocked for 0, running for 66 1716300293518: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -65, blocked for 0, running for 65 1716300293518: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -66, blocked for 0, running for 66 1716300293518: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -66, blocked for 0, running for 66 1716300293519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -65, blocked for 0, running for 65 1716300293519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -67, blocked for 0, running for 67 1716300293519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -66, blocked for 0, running for 66 1716300293519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -66, blocked for 0, running for 66 1716300293519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -66, blocked for 0, running for 66 1716300293519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -66, blocked for 0, running for 66 1716300293519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -67, blocked for 0, running for 67 1716300293519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300293520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -67, blocked for 0, running for 67 1716300293520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -67, blocked for 0, running for 67 1716300293520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -67, blocked for 0, running for 67 1716300293520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300293521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300293521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300293522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300293540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300293618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 77 1716300293619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 2 1716300293630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300293637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 75 1716300293718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300293718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300293718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 75 1716300293718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300293718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 76 1716300293719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 76 1716300293719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300293724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293743: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293818: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300293818: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293818: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300293818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293818: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300293818: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293818: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300293833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293918: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300293918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293918: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293918: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293918: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300293918: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300293918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293918: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293918: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293918: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300293927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293929: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293929: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293929: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293929: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293930: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293930: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293931: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293931: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293931: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293931: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293931: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293931: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293931: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293931: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293931: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293931: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293932: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293932: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293932: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293935: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293935: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293936: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293939: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293939: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293939: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293940: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293940: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300293944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300293944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300293946: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300294018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300294018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294018: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300294018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294018: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294018: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300294019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294022: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294022: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -79, blocked for 0, running for 79 1716300294118: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -79, blocked for 0, running for 79 1716300294118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -80, blocked for 0, running for 80 1716300294118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -79, blocked for 0, running for 79 1716300294118: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -79, blocked for 0, running for 79 1716300294118: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -79, blocked for 0, running for 79 1716300294119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -81, blocked for 0, running for 81 1716300294119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -81, blocked for 0, running for 81 1716300294119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -81, blocked for 0, running for 81 1716300294119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -80, blocked for 0, running for 80 1716300294119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -80, blocked for 0, running for 80 1716300294119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -7, blocked for 0, running for 7 1716300294125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300294125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300294125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300294125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300294126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294218: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 77 1716300294218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294218: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294218: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294218: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294218: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 77 1716300294218: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 2 1716300294223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300294227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300294227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294230: UIJobCollector(743752855): Nothing left 1716300294230: UIJobCollector(743752855): Result: true 1716300294230: UIJobCollector(743752855): No active jobs 1716300294230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 2 1716300294232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294245: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300294246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300294318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294318: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294318: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294318: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300294331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300294338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300294340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 75 1716300294418: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300294418: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 75 1716300294418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294418: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 75 1716300294418: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294418: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 75 1716300294418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294418: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294418: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300294439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294518: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300294518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294518: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300294518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294518: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294518: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300294532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300294618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300294618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300294639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294646: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 5 1716300294646: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294646: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294646: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 5 1716300294646: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294646: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294646: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294646: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294646: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294646: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -72, blocked for 0, running for 72 1716300294718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -72, blocked for 0, running for 72 1716300294718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300294721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300294738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294743: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294743: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294743: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294818: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294818: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300294818: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294818: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300294819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300294821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294830: UIJobCollector(743752855): Nothing left 1716300294830: UIJobCollector(743752855): Result: true 1716300294830: UIJobCollector(743752855): No active jobs 1716300294830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294844: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294844: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294845: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294845: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294845: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294845: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294845: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294918: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 73 1716300294918: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300294918: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 73 1716300294918: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300294918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294918: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294918: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 73 1716300294918: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294918: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300294921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300294925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294929: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294929: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294930: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294930: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294930: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294931: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294931: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294931: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294931: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294931: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294931: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294931: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294932: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294932: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294935: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294936: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294936: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294936: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294936: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294939: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294939: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294940: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300294943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300294944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300294944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300294944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 74 1716300295018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 74 1716300295018: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 75 1716300295018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295018: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 74 1716300295018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295018: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 74 1716300295018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295018: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295022: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295022: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295032: UIJobCollector(743752855): Checking: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295033: UIJobCollector(743752855): Result: false 1716300295033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295035: UIJobCollector(743752855): Active jobs: [short(1913)] 1716300295035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 76 1716300295118: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 77 1716300295118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 76 1716300295118: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 76 1716300295119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 77 1716300295119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295143: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295143: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295143: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295143: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295143: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295143: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295143: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295144: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300295143: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295218: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300295218: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300295218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295218: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300295218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295218: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300295241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295318: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300295318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300295319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -8, blocked for 0, running for 8 1716300295343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -8, blocked for 0, running for 8 1716300295343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -8, blocked for 0, running for 8 1716300295343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295344: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295344: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295344: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295344: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295344: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295344: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295344: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295344: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295344: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295344: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295344: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295344: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295344: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295344: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295344: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295344: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295345: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295345: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295345: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295345: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295345: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295345: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295345: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295345: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295345: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295345: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295345: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295345: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295345: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295345: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295345: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295346: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295346: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295346: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295346: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295346: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295346: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295346: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295346: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295346: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295346: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295346: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295346: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295346: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295346: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295346: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295347: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295347: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295347: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295347: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295347: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295347: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295347: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295347: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295347: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295347: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295347: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295347: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295347: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295347: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295347: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295347: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295347: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295348: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295348: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295348: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295348: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295348: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295348: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295348: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295348: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295348: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295348: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295348: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295348: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295348: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295348: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295349: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295349: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295349: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295349: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295349: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295349: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295349: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295349: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295349: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295349: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295349: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295349: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295349: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295349: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295349: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295349: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295349: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295349: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295349: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295349: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295349: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295418: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300295418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295418: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300295418: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295418: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300295418: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300295418: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300295418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295418: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295444: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295444: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295444: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295518: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300295518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295518: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 75 1716300295518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295518: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 75 1716300295518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295518: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295544: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295544: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300295618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300295618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300295621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 74 1716300295718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 74 1716300295718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300295718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 74 1716300295718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300295718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300295719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300295719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300295719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 76 1716300295720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300295720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300295720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300295720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300295720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300295721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 77 1716300295721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300295721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300295721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295733: UIJobCollector(743752855): Nothing left 1716300295733: UIJobCollector(743752855): Result: true 1716300295733: UIJobCollector(743752855): No active jobs 1716300295733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295743: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295743: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295743: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295743: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295744: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295744: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295744: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295744: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295744: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295744: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 74 1716300295818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 74 1716300295818: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300295818: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300295818: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295818: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 74 1716300295818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295818: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295818: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295818: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295835: UIJobCollector(743752855): Nothing left 1716300295835: UIJobCollector(743752855): Result: true 1716300295835: UIJobCollector(743752855): No active jobs 1716300295835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300295840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295844: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295845: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300295844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295918: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300295918: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 75 1716300295918: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300295918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295918: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295918: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300295918: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300295918: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295918: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300295918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295918: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295918: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295918: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295918: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300295919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295929: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295929: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295929: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295929: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295930: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295930: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295930: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295931: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295931: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295931: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295931: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295931: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295931: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295931: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295931: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295931: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295931: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295931: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295931: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295932: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295932: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295932: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295932: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295932: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295935: UIJobCollector(743752855): Checking: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295935: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295935: UIJobCollector(743752855): Result: false 1716300295935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295936: UIJobCollector(743752855): Active jobs: [short(2713)] 1716300295936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295936: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295939: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295939: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295939: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295940: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295940: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300295940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 4 1716300295944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 4 1716300295944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 4 1716300295944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 4 1716300295944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 4 1716300295944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 5 1716300295945: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295945: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295945: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295945: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295945: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295945: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295945: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295945: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295945: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295945: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295945: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295945: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295946: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295946: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295946: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295946: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295946: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300295946: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295946: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295946: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295946: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295946: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295946: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295946: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295946: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295946: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295946: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295946: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295946: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300295946: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295946: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300295947: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -72, blocked for 0, running for 72 1716300296018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296018: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -72, blocked for 0, running for 72 1716300296018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296018: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -73, blocked for 0, running for 73 1716300296019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296022: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296022: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296022: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296043: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296043: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296043: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296043: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296043: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296043: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296043: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296043: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296043: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296044: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296044: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296044: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296044: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296044: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296044: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296044: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296044: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296044: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296044: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296044: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296044: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296044: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296044: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296118: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300296118: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296118: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296118: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296118: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300296119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296138: UIJobCollector(743752855): Nothing left 1716300296138: UIJobCollector(743752855): Result: true 1716300296138: UIJobCollector(743752855): No active jobs 1716300296138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296143: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296143: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296143: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296143: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296143: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296143: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296143: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296143: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296143: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296143: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296143: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296143: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296143: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296143: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296143: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296143: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296143: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296143: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296143: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296144: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296144: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296144: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296144: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296144: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296144: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296144: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296144: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296144: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296144: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296144: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296144: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296144: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296144: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296144: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296144: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296144: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296144: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296144: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296145: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296145: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296145: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296145: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296145: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296145: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296145: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296145: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296145: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296145: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296218: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -73, blocked for 0, running for 73 1716300296218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296218: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -73, blocked for 0, running for 73 1716300296218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296218: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296218: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296236: UIJobCollector(743752855): Nothing left 1716300296236: UIJobCollector(743752855): Result: true 1716300296236: UIJobCollector(743752855): No active jobs 1716300296236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296318: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296318: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296318: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296318: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300296320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296344: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296344: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296418: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300296418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296418: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296418: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300296418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296418: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296418: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296418: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300296418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300296419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296518: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300296518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296518: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296518: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296518: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 5 1716300296525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 5 1716300296525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 5 1716300296525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 5 1716300296526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300296526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 6 1716300296526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 6 1716300296526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296544: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296544: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296545: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296545: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296545: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296545: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296545: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296545: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296545: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296545: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296545: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296545: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296545: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296545: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296545: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296545: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296545: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296545: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296545: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296545: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296545: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296545: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296545: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296545: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296546: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296546: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296546: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296546: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296546: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296546: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296546: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296546: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296546: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296546: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296546: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296546: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296546: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296546: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296546: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296546: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296546: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296546: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296546: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296546: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296546: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296546: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296547: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296547: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296547: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296547: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296547: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296547: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296547: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296547: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296547: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296547: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296547: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296547: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296547: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 71 1716300296618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 71 1716300296618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300296625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296642: UIJobCollector(743752855): Checking: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296642: UIJobCollector(743752855): Result: false 1716300296642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296643: UIJobCollector(743752855): Active jobs: [short(3513)] 1716300296643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300296644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296646: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296646: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296646: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296646: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296646: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296645: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296646: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -73, blocked for 0, running for 73 1716300296718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -72, blocked for 0, running for 72 1716300296718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -73, blocked for 0, running for 73 1716300296718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -73, blocked for 0, running for 73 1716300296718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -73, blocked for 0, running for 73 1716300296718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -73, blocked for 0, running for 73 1716300296718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -73, blocked for 0, running for 73 1716300296718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -73, blocked for 0, running for 73 1716300296719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300296719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300296719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300296736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300296742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296743: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296743: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296743: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 75 1716300296818: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300296818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 75 1716300296818: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296818: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300296818: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 75 1716300296818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296818: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 75 1716300296818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296818: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296818: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300296822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296844: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296918: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296918: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300296918: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296918: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300296918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296918: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296918: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296918: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300296918: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296918: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300296918: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296918: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296918: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296918: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296918: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300296923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296929: UIJobCollector(743752855): Checking: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296929: UIJobCollector(743752855): Result: false 1716300296929: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296929: UIJobCollector(743752855): Active jobs: [short(3813)] 1716300296929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296930: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296930: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296930: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296930: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296931: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296931: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296931: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296931: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296931: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296931: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296931: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296931: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296931: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296931: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296931: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296931: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296931: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296931: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300296934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296935: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296936: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296936: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296936: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296936: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296940: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296940: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296940: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296940: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300296943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300296943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300296943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297018: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300297018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297018: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300297026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -8, blocked for 0, running for 8 1716300297026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -8, blocked for 0, running for 8 1716300297026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -8, blocked for 0, running for 8 1716300297026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297043: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297043: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297043: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297043: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297043: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297043: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297043: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297043: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297043: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297043: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297043: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297044: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297044: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297044: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297044: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297044: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297044: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297044: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297044: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297044: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297044: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297044: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297044: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297044: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297044: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297044: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297044: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297044: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297044: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297044: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297044: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297044: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297044: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297044: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297045: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300297045: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297045: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297045: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297045: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297045: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297045: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297045: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297045: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297045: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297045: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297045: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297045: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297045: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297045: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297045: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297045: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297045: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297045: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297045: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297045: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297045: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297045: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297046: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297046: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297046: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297046: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297046: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297046: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297046: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297046: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297046: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297046: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297046: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297046: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297046: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297046: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297046: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297046: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297046: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297046: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297046: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297046: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297046: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297046: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297046: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297046: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297047: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297047: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297047: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297047: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297048: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297048: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297048: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297048: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297048: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297048: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297048: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297048: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297048: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297048: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297048: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297048: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297048: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297048: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297048: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297048: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297048: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297048: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297048: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297049: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297049: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297049: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297049: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297049: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297049: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297049: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297049: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297049: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297049: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297049: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297049: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297049: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297049: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297049: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297049: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297118: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300297118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300297118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300297118: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -70, blocked for 0, running for 70 1716300297118: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297118: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300297118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297118: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300297118: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297118: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297118: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297118: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300297118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300297123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297218: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297218: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297218: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297229: UIJobCollector(743752855): Checking: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297230: UIJobCollector(743752855): Result: false 1716300297230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297230: UIJobCollector(743752855): Active jobs: [short(4213)] 1716300297230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300297236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300297240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297318: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 77 1716300297318: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300297318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297318: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300297318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297318: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297318: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 77 1716300297319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 77 1716300297319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 77 1716300297319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 77 1716300297319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 77 1716300297319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300297320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300297320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300297329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300297335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300297338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300297343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297344: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297418: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300297418: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297418: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300297418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297418: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297418: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297418: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297418: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300297419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -9, blocked for 0, running for 9 1716300297429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -9, blocked for 0, running for 9 1716300297429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -9, blocked for 0, running for 9 1716300297429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -9, blocked for 0, running for 9 1716300297429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -9, blocked for 0, running for 9 1716300297429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297444: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297444: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297444: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297444: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297444: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300297445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297446: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297446: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297447: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297447: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297447: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297447: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297447: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297447: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297448: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297518: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 71 1716300297518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297518: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 71 1716300297518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297518: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 71 1716300297518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297518: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297518: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297518: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297524: UIJobCollector(743752855): Checking: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297525: UIJobCollector(743752855): Result: false 1716300297525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297525: UIJobCollector(743752855): Active jobs: [short(4613)] 1716300297525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300297534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 75 1716300297618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 75 1716300297618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300297618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300297618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 75 1716300297618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297645: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297645: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297646: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -73, blocked for 0, running for 73 1716300297718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -73, blocked for 0, running for 73 1716300297718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -73, blocked for 0, running for 73 1716300297718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -73, blocked for 0, running for 73 1716300297718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -73, blocked for 0, running for 73 1716300297718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -73, blocked for 0, running for 73 1716300297718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300297733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300297734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297738: UIJobCollector(743752855): Checking: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297738: UIJobCollector(743752855): Result: false 1716300297738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297738: UIJobCollector(743752855): Active jobs: [short(5013)] 1716300297738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297748: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -7, blocked for 0, running for 7 1716300297748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300297748: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297748: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297748: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300297748: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297748: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300297748: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297749: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297749: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297750: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297750: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297750: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297751: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297751: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297751: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297751: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297751: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297751: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297752: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297752: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297752: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297752: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297752: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297752: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297752: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297753: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297753: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297753: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297753: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297753: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297753: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297753: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297754: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297754: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297754: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297754: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297754: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297755: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297755: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297755: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297755: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297756: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297756: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297756: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297756: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297756: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297756: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297756: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297756: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297818: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297818: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -62, blocked for 0, running for 62 1716300297818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297818: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -62, blocked for 0, running for 62 1716300297818: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297818: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297818: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297818: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297818: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297818: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300297826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300297836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300297837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300297837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 2 1716300297837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300297838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297844: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297844: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297844: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297844: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297845: UIJobCollector(743752855): Nothing left 1716300297845: UIJobCollector(743752855): Result: true 1716300297845: UIJobCollector(743752855): No active jobs 1716300297845: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297845: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297845: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297845: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297845: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297845: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297845: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297845: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297845: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297845: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297845: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297846: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297846: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297846: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297846: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297846: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297847: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297847: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297847: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297847: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297847: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297848: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297848: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297848: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297848: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297848: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297848: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297848: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297848: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297848: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297848: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297848: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297848: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297848: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297848: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297848: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297918: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297918: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297918: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297918: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297918: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300297919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297929: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297929: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297929: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297929: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297930: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297930: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297930: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297931: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297931: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297931: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297931: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297931: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297931: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297931: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297931: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297931: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297931: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297931: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297931: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297932: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297932: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297932: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297932: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297932: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297932: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297932: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297935: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297935: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297935: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297936: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297936: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297936: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297936: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297939: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297939: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297939: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297940: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297940: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297940: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297940: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300297942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297945: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297945: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297945: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297945: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297945: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297945: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297945: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297945: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297945: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297945: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297945: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297946: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297946: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297946: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297946: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297946: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297946: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297946: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297946: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297946: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297946: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297946: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297946: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297946: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297946: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297946: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297946: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297946: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297946: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297947: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297947: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297947: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297947: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297947: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297947: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300297947: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297947: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297947: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297947: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297947: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297947: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300297947: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297947: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300297947: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298018: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 71 1716300298018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298018: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 71 1716300298018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298018: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 71 1716300298018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298018: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298018: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298022: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298022: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298022: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298022: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298043: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298043: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298043: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298043: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298043: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298043: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298043: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298044: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298044: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298044: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298044: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298044: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298044: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298044: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298044: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298044: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298044: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298044: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298044: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298044: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298044: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298044: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298044: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298045: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298045: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298045: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298045: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298045: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298045: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298045: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298045: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298045: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298045: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298045: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298045: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298046: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298118: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298118: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298118: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300298131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300298142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298143: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298143: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298143: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298143: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298143: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298143: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298143: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298143: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298143: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298143: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298143: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298143: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298143: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298143: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298218: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300298218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298218: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300298219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -9, blocked for 0, running for 9 1716300298234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -8, blocked for 0, running for 8 1716300298234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -8, blocked for 0, running for 8 1716300298234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298245: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298245: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298245: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298245: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298246: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298246: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298246: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298246: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298246: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298247: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298247: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298247: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298247: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298247: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298248: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298248: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298248: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298248: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298249: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298249: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298249: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298249: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298249: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298249: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298249: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298250: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298250: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298250: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298250: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298250: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298250: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298250: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298250: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298250: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298250: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298250: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298250: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298250: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298250: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298250: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298250: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298250: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298250: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298250: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298250: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298318: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300298318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298318: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298318: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300298318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298318: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298318: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300298325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300298340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298344: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298344: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298344: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298344: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298344: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298344: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298344: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300298419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300298419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300298419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298443: UIJobCollector(743752855): Checking: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298443: UIJobCollector(743752855): Result: false 1716300298443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298444: UIJobCollector(743752855): Active jobs: [short(6013)] 1716300298444: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298444: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298444: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298444: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298444: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298444: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298444: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298444: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298444: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298444: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298444: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298444: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298444: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298444: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298444: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298444: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298444: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298444: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298444: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298444: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298445: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298446: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298446: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300298447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300298447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298518: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298518: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298518: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300298524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298544: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298544: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298544: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298549: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298549: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298549: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298549: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 5 1716300298549: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298549: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298549: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298549: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298549: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298549: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298549: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 5 1716300298549: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298549: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298550: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298550: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298550: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298551: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298551: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298551: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298551: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298551: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -67, blocked for 0, running for 67 1716300298618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -67, blocked for 0, running for 67 1716300298618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300298718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300298718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300298718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300298718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300298718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300298729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300298731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298740: UIJobCollector(743752855): Nothing left 1716300298740: UIJobCollector(743752855): Result: true 1716300298740: UIJobCollector(743752855): No active jobs 1716300298740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298818: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298818: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300298818: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298818: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298818: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300298818: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298818: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298818: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298818: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): Checking: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298831: UIJobCollector(743752855): Result: false 1716300298831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298832: UIJobCollector(743752855): Active jobs: [short(6613)] 1716300298832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298844: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298845: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298845: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298845: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298845: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298845: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298845: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298846: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298846: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298846: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298846: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298847: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298847: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298847: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298847: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298847: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298847: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298918: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298918: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298918: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 71 1716300298918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298918: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298918: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298918: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298918: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298918: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298918: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298918: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298918: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298918: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 71 1716300298918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298918: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298918: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298918: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298932: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300298932: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 5 1716300298933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300298933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300298933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298933: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298934: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298935: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298935: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298936: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298936: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298937: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298938: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298939: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298939: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298940: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298940: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298940: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298940: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298940: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298940: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298940: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298945: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298945: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298945: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298946: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298946: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298946: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298946: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298946: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298946: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298946: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298946: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298946: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298946: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298946: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298946: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298946: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298946: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298946: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298946: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298946: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298946: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298946: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298946: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298946: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298946: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298946: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298946: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298947: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298947: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298947: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298948: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298948: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298948: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298948: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298948: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298948: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298948: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298948: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298948: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298948: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298948: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298948: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298948: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298948: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298948: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298948: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298948: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298948: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298948: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298948: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298948: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298948: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298949: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298949: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298949: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298949: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300298949: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298949: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298950: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298950: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298950: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298951: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298951: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298951: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298952: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298952: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298952: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298953: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298953: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298953: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298953: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298953: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298953: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298953: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298953: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298954: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298954: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300298954: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298954: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300298956: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300298956: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300299018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299018: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299018: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299018: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299018: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299043: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299043: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299043: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299044: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299044: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299044: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299044: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299045: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299045: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299045: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299045: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299045: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299045: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299045: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299046: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299046: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299046: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299046: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299047: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299047: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299047: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299047: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299048: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299048: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299048: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299049: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299049: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299049: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299118: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300299118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299118: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299118: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300299118: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299118: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299143: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300299218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 76 1716300299218: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300299218: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300299218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 76 1716300299218: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1716300299218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299218: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 76 1716300299218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299218: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 76 1716300299218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299218: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299218: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299218: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300299240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -7, blocked for 0, running for 7 1716300299240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300299240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -7, blocked for 0, running for 7 1716300299240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -7, blocked for 0, running for 7 1716300299241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300299242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300299243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299245: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299245: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299245: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299245: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299245: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299245: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299246: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299246: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299247: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299247: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299247: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299247: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299247: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299247: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299247: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299248: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299248: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299248: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299248: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299248: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299248: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299248: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299318: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -70, blocked for 0, running for 70 1716300299318: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 71 1716300299318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299318: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299318: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299318: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299318: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299318: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299325: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299326: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299327: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299328: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299329: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299344: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299344: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299344: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299344: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299344: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299418: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299418: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300299418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299418: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299418: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299418: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300299418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299418: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299418: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299418: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299418: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299418: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300299423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299428: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300299429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299518: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300299518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299518: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299518: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299518: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300299518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299518: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299519: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299520: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300299523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300299533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299545: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299545: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299545: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299546: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299546: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299546: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299547: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299547: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299547: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299547: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299547: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299547: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299548: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299548: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299548: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299548: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299549: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299549: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299549: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299549: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299549: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): Nothing left 1716300299549: UIJobCollector(743752855): Result: true 1716300299549: UIJobCollector(743752855): No active jobs 1716300299549: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299549: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299550: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299550: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299550: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299550: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299550: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299550: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299550: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299550: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299550: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299550: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299550: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299550: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299550: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299550: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299550: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299550: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299550: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300299618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300299618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300299618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300299618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300299618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300299625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300299625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299628: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299629: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299630: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299631: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299632: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300299633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299633: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299645: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299645: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299646: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299646: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299646: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299647: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299647: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299647: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299648: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299648: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299648: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299648: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299648: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299648: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299649: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299649: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299649: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299649: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299649: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299649: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299649: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299650: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299650: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299650: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299650: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299650: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300299718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300299718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299744: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299744: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299745: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299745: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299745: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299745: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299745: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299745: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299745: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299745: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299745: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299745: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299745: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299745: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299745: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299745: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299745: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 5 1716300299745: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299745: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299745: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299746: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300299746: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299746: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299746: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299746: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299746: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299746: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299746: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299746: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299746: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299746: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299746: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299746: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299746: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299746: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300299746: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299746: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299746: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299746: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299747: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299747: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299747: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 4 1716300299747: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299747: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299747: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299747: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 4 1716300299747: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 4 1716300299747: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299747: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299747: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299747: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299747: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299747: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299747: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299747: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300299747: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299748: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300299748: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299748: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 4 1716300299748: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 5 1716300299748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300299748: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299748: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300299748: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 3 1716300299748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299748: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299748: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299748: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 5 1716300299749: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300299749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 5 1716300299749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300299749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300299749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300299749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299749: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300299750: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300299750: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -7, blocked for 0, running for 7 1716300299750: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300299750: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300299750: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -7, blocked for 0, running for 7 1716300299750: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299750: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299750: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 5 1716300299750: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299751: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299751: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299751: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299751: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299751: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299751: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299751: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -7, blocked for 0, running for 7 1716300299751: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 5 1716300299751: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300299751: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299751: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -7, blocked for 0, running for 7 1716300299751: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299752: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299752: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 5 1716300299752: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299752: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 4 1716300299752: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300299752: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299752: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300299752: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 4 1716300299752: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1716300299752: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299752: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -5, blocked for 0, running for 5 1716300299753: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299753: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299753: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299753: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -8, blocked for 0, running for 8 1716300299753: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299753: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -8, blocked for 0, running for 8 1716300299753: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299753: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299753: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299753: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299753: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299753: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -8, blocked for 0, running for 8 1716300299753: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299753: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299753: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299753: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299753: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299753: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299753: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299753: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -7, blocked for 0, running for 8 1716300299818: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -65, blocked for 0, running for 65 1716300299819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300299819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -73, blocked for 0, running for 73 1716300299819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -70, blocked for 0, running for 70 1716300299819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -70, blocked for 0, running for 70 1716300299819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1716300299819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300299819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -67, blocked for 0, running for 67 1716300299819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -66, blocked for 0, running for 66 1716300299819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300299820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300299820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -70, blocked for 0, running for 70 1716300299820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -67, blocked for 0, running for 67 1716300299820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -67, blocked for 0, running for 68 1716300299820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300299820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -67, blocked for 0, running for 67 1716300299820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 70 1716300299820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300299820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300299820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300299820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300299820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -70, blocked for 0, running for 70 1716300299820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300299820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300299820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299821: UIJobCollector(743752855): Nothing left 1716300299821: UIJobCollector(743752855): Result: true 1716300299821: UIJobCollector(743752855): No active jobs 1716300299822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299837: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299838: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299839: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299840: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299841: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299841: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299841: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299841: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299841: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299842: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299842: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299842: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299842: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299842: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299843: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299844: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299844: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299845: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299845: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299845: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299845: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299846: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299846: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299846: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299846: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299846: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299846: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299846: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299846: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299846: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299846: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299846: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299846: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299846: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299846: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299846: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299846: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299846: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299846: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299846: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299846: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299846: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299846: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299846: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299847: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299847: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299847: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299847: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299847: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299847: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299847: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299847: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299847: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299847: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299847: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299847: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299847: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299847: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299847: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299847: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299847: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299847: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299847: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299918: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299918: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299918: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299918: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299918: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299918: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299918: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299918: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299918: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299919: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299919: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299919: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299919: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299919: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299920: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299921: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299921: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299921: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299921: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299921: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299922: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299923: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299924: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299925: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299926: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299927: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299928: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299929: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299930: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299930: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299930: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299930: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299930: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299930: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299930: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299930: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299931: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -11, blocked for 0, running for 11 1716300299941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -11, blocked for 0, running for 11 1716300299941: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299941: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299941: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299941: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299941: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299942: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299943: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299944: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299945: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299945: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299945: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299946: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299946: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299946: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299946: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299946: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299946: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299946: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299946: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299946: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299946: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299946: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299946: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299946: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299946: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299946: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299946: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299946: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299946: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299946: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299946: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299946: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299947: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299947: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299947: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299948: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299948: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299948: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299948: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299948: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299948: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299948: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299948: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299948: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299948: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299948: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299948: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299948: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299948: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299948: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299948: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299948: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299948: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299948: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299948: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299948: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299948: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299948: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299948: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299948: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299948: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299949: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299949: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299949: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299949: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299949: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299950: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299950: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299950: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299950: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299951: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299951: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300299951: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299951: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300299951: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299951: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300299951: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300299951: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300018: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -67, blocked for 0, running for 67 1716300300018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300018: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300018: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -67, blocked for 0, running for 68 1716300300018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300018: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300018: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300018: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300018: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300018: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300018: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300019: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300020: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300021: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300022: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300022: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300022: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300022: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300022: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300022: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300023: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300024: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300025: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300025: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300025: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300025: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300025: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300026: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300026: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300026: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300026: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300026: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300027: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300028: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300029: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300030: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300031: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300031: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300031: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300031: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300031: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300032: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300032: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300032: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300032: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300032: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300033: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300034: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300035: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300036: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300036: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300036: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300036: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300036: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300037: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300038: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300039: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300040: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300041: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300042: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300043: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300043: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300043: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300043: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300043: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300043: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300043: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300043: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300118: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300300118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300118: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1716300300118: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300118: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300118: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300118: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300118: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300118: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300118: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300118: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300119: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300120: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300121: UIJobCollector(743752855): Nothing left 1716300300121: UIJobCollector(743752855): Result: true 1716300300121: UIJobCollector(743752855): No active jobs 1716300300121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300121: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300121: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300121: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300121: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300121: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300122: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300123: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300124: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300124: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300124: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300124: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300124: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300125: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300300126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300126: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300127: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300300128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300128: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300129: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300130: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300131: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300132: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300133: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300134: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300134: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300134: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300134: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300134: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300135: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300135: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300135: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300135: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300135: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300136: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300137: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300138: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300139: UIJobCollector(743752855): Nothing left 1716300300139: UIJobCollector(743752855): Result: true 1716300300139: UIJobCollector(743752855): No active jobs 1716300300139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300139: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300139: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300139: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300139: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300139: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300140: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300141: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300142: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300143: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300143: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300143: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300143: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300143: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300143: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300143: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300143: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300143: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300143: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300143: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300143: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300143: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300143: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300143: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300143: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300143: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300143: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300143: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300143: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300143: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300143: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300143: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300143: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300143: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300143: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300144: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300144: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300144: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300144: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300144: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300144: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300144: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300144: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300144: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300144: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300144: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300144: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300144: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300144: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300144: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300144: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300144: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300144: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300144: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300144: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300144: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300144: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300144: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300144: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300145: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300145: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300145: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300145: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300145: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300145: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300146: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300146: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300146: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300146: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300146: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300147: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300147: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300147: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300147: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300148: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300148: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300148: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300148: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300148: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300148: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300148: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300149: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300149: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300150: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300150: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300150: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300150: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300150: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300151: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300151: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300151: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300151: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300151: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300151: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300151: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300151: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300151: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300151: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300151: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300151: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300151: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300151: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300218: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -67, blocked for 0, running for 67 1716300300218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300218: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -67, blocked for 0, running for 67 1716300300218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300218: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300218: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300218: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300218: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300218: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300218: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300218: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300218: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300219: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300220: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300221: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300222: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300223: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300224: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300225: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300226: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300227: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300227: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300227: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300227: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300227: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300228: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300228: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300228: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300228: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300228: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300229: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300230: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300231: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300232: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300233: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300234: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300235: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300235: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300236: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300237: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300238: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300239: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300240: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300241: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300242: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300300243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300243: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300244: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300245: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300245: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300245: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300245: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300245: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300246: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300246: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300246: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300246: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300247: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300247: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300247: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300247: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300248: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300248: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300248: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300248: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300248: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300248: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -70, blocked for 0, running for 70 1716300300318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -70, blocked for 0, running for 70 1716300300318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300318: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300319: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300320: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300321: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300322: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300323: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300324: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300324: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300324: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300324: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300324: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300300330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 6 1716300300330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300330: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300331: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300332: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300333: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300334: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300335: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300336: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300337: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300337: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300337: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300337: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300337: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300338: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300339: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300340: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300341: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300300342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300342: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300343: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300344: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300344: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300344: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300344: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300344: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300344: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300344: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300345: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300345: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300345: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300345: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300345: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300345: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300346: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300346: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300346: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300346: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300346: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300346: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300346: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300347: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300347: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300347: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300347: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300348: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300348: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300348: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300348: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300348: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300348: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300348: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300349: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300349: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300349: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300349: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300349: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300349: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300349: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300350: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300350: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300350: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300350: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300350: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300350: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300350: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300350: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300350: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300350: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300350: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300350: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300350: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300350: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300350: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300350: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300418: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300419: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300420: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300421: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300422: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300423: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300424: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300425: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300426: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300427: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300427: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300427: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300427: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300427: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300428: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300428: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300428: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300300429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300300429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300429: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300429: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300429: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300429: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300429: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300430: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300431: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300432: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300300433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300433: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300434: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300435: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300436: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300437: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300438: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300439: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300440: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300441: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300442: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300443: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300444: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300444: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300444: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300444: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300444: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300445: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300445: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300446: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300446: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300446: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300447: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300447: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300447: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300447: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300447: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300447: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300448: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300448: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300448: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300448: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300448: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300449: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300449: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300449: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300449: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300449: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300449: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300449: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300449: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300449: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300449: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300449: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300518: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300518: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300518: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300300518: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300518: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1716300300518: UIJobCollector(743752855): Checking: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300520: UIJobCollector(743752855): Result: false 1716300300520: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300300520: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300300521: UIJobCollector(743752855): Active jobs: [short(9413)] 1716300300521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300521: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300521: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300521: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300521: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300522: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300523: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300524: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300525: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300526: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300527: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300528: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300529: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300530: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300531: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300532: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300533: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300534: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300300535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300535: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300536: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300537: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300538: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300539: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300540: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300541: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300542: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300300543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300543: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300544: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300545: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300545: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300545: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300545: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300546: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300546: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300546: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300546: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300547: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300547: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300547: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300548: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300548: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300548: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300549: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300549: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300550: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300550: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300550: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300550: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300550: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300550: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300550: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300550: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300550: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300551: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300551: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300300618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300300618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300300618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300300618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300618: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300618: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300618: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300618: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300618: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300619: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300620: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300621: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300622: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300623: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300624: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300625: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300626: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300627: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300627: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300627: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300627: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300627: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -7, blocked for 0, running for 7 1716300300634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -7, blocked for 0, running for 7 1716300300634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -7, blocked for 0, running for 7 1716300300634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -7, blocked for 0, running for 7 1716300300634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300634: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300635: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300636: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300637: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300638: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300639: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300640: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300641: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300642: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300300643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300643: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300644: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300300645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300645: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300645: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300646: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300646: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300646: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300646: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300646: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300647: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300647: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300647: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300647: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300648: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300648: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300648: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300648: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300648: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300649: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300649: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300649: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300649: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300649: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300649: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300650: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300650: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300650: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300650: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300650: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300651: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300651: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300651: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300651: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300652: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300652: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300652: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300652: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300652: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300652: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300652: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300652: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300652: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -66, blocked for 0, running for 66 1716300300718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -66, blocked for 0, running for 66 1716300300718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300718: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300719: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300720: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300721: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300722: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300723: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300724: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300725: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300726: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300300727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300727: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300728: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300729: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300730: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300731: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300732: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300300733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 2 1716300300733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300733: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300734: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1716300300735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300735: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300736: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300737: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300738: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300739: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300740: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300741: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300742: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300743: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300743: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300743: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300744: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300744: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300744: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300744: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300744: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300744: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300744: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300744: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300745: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300745: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300745: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300745: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300745: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300745: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300745: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300746: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300746: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300746: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300746: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300746: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300746: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300747: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300747: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300747: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300747: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300748: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300748: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300748: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300748: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300748: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300749: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300749: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300750: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300750: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300750: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300750: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300750: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300750: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300750: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300750: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300750: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300750: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300750: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300750: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300750: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300300818: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1716300300818: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300818: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300819: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300820: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300821: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300822: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300823: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300824: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300825: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300826: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300827: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300828: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300829: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1716300300830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300830: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300831: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300832: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300833: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300834: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300835: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300300836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300836: UIJobCollector(743752855): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300300929: UIJobCollector(1774922092): enable 1716300300984: UIJobCollector(1774922092): Nothing left 1716300300984: UIJobCollector(1774922092): Result: true 1716300300984: UIJobCollector(1774922092): No active jobs 1716300300984: UIJobCollector(806667375): enable 1716300301084: UIJobCollector(806667375): Nothing left 1716300301084: UIJobCollector(806667375): Result: true 1716300301084: UIJobCollector(806667375): No active jobs 1716300301085: UIJobCollector(806667375): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300301085: UIJobCollector(806667375): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300301085: UIJobCollector(806667375): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300301085: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300301085: UIJobCollector(806667375): Result: false 1716300301085: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300302626: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1541, blocked for 0, running for 1541 1716300302627: UIJobCollector(806667375): sleep is blocked 1716300302627: UIJobCollector(806667375): Result: false 1716300302627: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300302678: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1593, blocked for 51, running for 0 1716300302679: UIJobCollector(806667375): Result: false 1716300302679: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300302730: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1645, blocked for 103, running for 0 1716300302731: UIJobCollector(806667375): Result: false 1716300302731: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300302782: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1697, blocked for 155, running for 0 1716300302782: UIJobCollector(806667375): Result: false 1716300302782: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300302833: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1748, blocked for 206, running for 0 1716300302834: UIJobCollector(806667375): Result: false 1716300302834: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300302886: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1801, blocked for 259, running for 0 1716300302887: UIJobCollector(806667375): Result: false 1716300302887: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300302938: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1853, blocked for 311, running for 0 1716300302939: UIJobCollector(806667375): Result: false 1716300302939: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300302991: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1906, blocked for 364, running for 0 1716300302992: UIJobCollector(806667375): Result: false 1716300302992: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300303042: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1957, blocked for 415, running for 0 1716300303043: UIJobCollector(806667375): Result: false 1716300303043: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300303093: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2008, blocked for 466, running for 0 1716300303094: UIJobCollector(806667375): Result: false 1716300303094: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300303144: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2059, blocked for 517, running for 0 1716300303144: UIJobCollector(806667375): Result: false 1716300303144: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300303195: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2110, blocked for 568, running for 0 1716300303196: UIJobCollector(806667375): Result: false 1716300303196: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300303247: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2162, blocked for 620, running for 0 1716300303248: UIJobCollector(806667375): Result: false 1716300303248: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300303299: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2213, blocked for 671, running for 0 1716300303299: UIJobCollector(806667375): Result: false 1716300303299: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300303351: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2266, blocked for 724, running for 0 1716300303352: UIJobCollector(806667375): Result: false 1716300303352: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300303402: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2317, blocked for 775, running for 0 1716300303403: UIJobCollector(806667375): Result: false 1716300303403: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300303454: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2369, blocked for 827, running for 0 1716300303454: UIJobCollector(806667375): Result: false 1716300303454: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300303506: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2421, blocked for 879, running for 0 1716300303506: UIJobCollector(806667375): Result: false 1716300303506: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300303557: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2472, blocked for 930, running for 0 1716300303558: UIJobCollector(806667375): Result: false 1716300303558: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300303609: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2524, blocked for 982, running for 0 1716300303609: UIJobCollector(806667375): Result: false 1716300303609: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300303662: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2577, blocked for 1035, running for 0 1716300303662: UIJobCollector(806667375): Result: false 1716300303662: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300303714: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2629, blocked for 1087, running for 0 1716300303714: UIJobCollector(806667375): Result: false 1716300303714: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300303765: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2680, blocked for 1138, running for 0 1716300303766: UIJobCollector(806667375): Result: false 1716300303766: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300303816: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2731, blocked for 1189, running for 0 1716300303827: UIJobCollector(806667375): Result: false 1716300303827: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300303878: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2793, blocked for 1251, running for 0 1716300303878: UIJobCollector(806667375): Result: false 1716300303878: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300303928: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2843, blocked for 1301, running for 0 1716300303929: UIJobCollector(806667375): Result: false 1716300303929: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300303979: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2894, blocked for 1352, running for 0 1716300303979: UIJobCollector(806667375): Result: false 1716300303979: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300304029: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2944, blocked for 1402, running for 0 1716300304029: UIJobCollector(806667375): Result: false 1716300304029: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300304079: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2994, blocked for 1452, running for 0 1716300304080: UIJobCollector(806667375): Result: false 1716300304080: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300304130: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3045, blocked for 1503, running for 0 1716300304131: UIJobCollector(806667375): Result: false 1716300304131: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300304181: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3096, blocked for 1554, running for 0 1716300304181: UIJobCollector(806667375): Result: false 1716300304181: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300304232: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3147, blocked for 1605, running for 0 1716300304233: UIJobCollector(806667375): Result: false 1716300304233: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300304284: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3199, blocked for 1657, running for 0 1716300304284: UIJobCollector(806667375): Result: false 1716300304284: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300304339: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3254, blocked for 1712, running for 0 1716300304339: UIJobCollector(806667375): Result: false 1716300304340: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300304390: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3305, blocked for 1763, running for 0 1716300304391: UIJobCollector(806667375): Result: false 1716300304391: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300304441: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3356, blocked for 1814, running for 0 1716300304441: UIJobCollector(806667375): Result: false 1716300304442: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300304492: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3407, blocked for 1865, running for 0 1716300304492: UIJobCollector(806667375): Result: false 1716300304492: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300304543: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3458, blocked for 1916, running for 0 1716300304544: UIJobCollector(806667375): Result: false 1716300304544: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300304595: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3510, blocked for 1968, running for 0 1716300304595: UIJobCollector(806667375): Result: false 1716300304595: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300304647: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3561, blocked for 2019, running for 0 1716300304647: UIJobCollector(806667375): Job is blocked for 2000, step mode: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3562, blocked for 2020, running for 0 1716300304647: UIJobCollector(806667375): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3562, blocked for 2020, running for 0 1716300304647: UIJobCollector(806667375): Result: true 1716300304647: UIJobCollector(806667375): No active jobs 1716300304647: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3562, blocked for 2020, running for 0 1716300304647: UIJobCollector(806667375): Result: false 1716300304647: UIJobCollector(806667375): Active jobs: [sleep(10114)] 1716300306148: UIJobCollector(806667375): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5063, blocked for 3521, running for 0 1716300306148: UIJobCollector(806667375): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5063, blocked for 3521, running for 0 1716300306148: UIJobCollector(806667375): Result: true 1716300306148: UIJobCollector(806667375): No active jobs 1716300307086: UIJobCollector(806667375): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -6001, blocked for 4459, running for 0 1716300307086: UIJobCollector(806667375): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -6001, blocked for 4459, running for 0 1716300307127: UIJobCollector(1384016851): enable 1716300307178: UIJobCollector(1384016851): Nothing left 1716300307178: UIJobCollector(1384016851): Result: true 1716300307178: UIJobCollector(1384016851): No active jobs 1716300307178: UIJobCollector(1214769003): enable 1716300307178: UIJobCollector(1214769003): Nothing left 1716300307178: UIJobCollector(1214769003): Result: true 1716300307178: UIJobCollector(1214769003): No active jobs 1716300307179: UIJobCollector(1263058524): enable 1716300307229: UIJobCollector(1263058524): Result: true 1716300307229: UIJobCollector(1263058524): No active jobs 1716300307229: UIJobCollector(911687365): enable 1716300307329: UIJobCollector(911687365): Nothing left 1716300307329: UIJobCollector(911687365): Result: true 1716300307329: UIJobCollector(911687365): No active jobs 1716300307329: UIJobCollector(911687365): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300307329: UIJobCollector(911687365): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300307330: UIJobCollector(911687365): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1716300307481: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -152, blocked for 0, running for 152 1716300307481: UIJobCollector(911687365): sleep is blocked 1716300307481: UIJobCollector(911687365): Result: false 1716300307481: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300307531: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -202, blocked for 50, running for 0 1716300307532: UIJobCollector(911687365): Result: false 1716300307532: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300307582: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -253, blocked for 101, running for 0 1716300307582: UIJobCollector(911687365): Result: false 1716300307582: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300307632: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -303, blocked for 151, running for 0 1716300307632: UIJobCollector(911687365): Result: false 1716300307633: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300307683: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -354, blocked for 202, running for 0 1716300307683: UIJobCollector(911687365): Result: false 1716300307683: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300307734: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -405, blocked for 253, running for 0 1716300307735: UIJobCollector(911687365): Result: false 1716300307735: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300307786: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -457, blocked for 305, running for 0 1716300307786: UIJobCollector(911687365): Result: false 1716300307786: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300307838: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -509, blocked for 357, running for 0 1716300307838: UIJobCollector(911687365): Result: false 1716300307838: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300307889: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -560, blocked for 408, running for 0 1716300307890: UIJobCollector(911687365): Result: false 1716300307890: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300307941: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -612, blocked for 460, running for 0 1716300307941: UIJobCollector(911687365): Result: false 1716300307941: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300307993: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -664, blocked for 512, running for 0 1716300307993: UIJobCollector(911687365): Result: false 1716300307993: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300308044: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -715, blocked for 563, running for 0 1716300308045: UIJobCollector(911687365): Result: false 1716300308045: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300308096: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -767, blocked for 615, running for 0 1716300308096: UIJobCollector(911687365): Result: false 1716300308096: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300308147: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -818, blocked for 666, running for 0 1716300308148: UIJobCollector(911687365): Result: false 1716300308148: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300308199: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -870, blocked for 718, running for 0 1716300308199: UIJobCollector(911687365): Result: false 1716300308199: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300308250: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -921, blocked for 769, running for 0 1716300308251: UIJobCollector(911687365): Result: false 1716300308251: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300308302: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -973, blocked for 821, running for 0 1716300308302: UIJobCollector(911687365): Result: false 1716300308302: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300308353: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1024, blocked for 872, running for 0 1716300308354: UIJobCollector(911687365): Result: false 1716300308354: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300308405: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1076, blocked for 924, running for 0 1716300308405: UIJobCollector(911687365): Result: false 1716300308405: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300308456: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1127, blocked for 975, running for 0 1716300308456: UIJobCollector(911687365): Result: false 1716300308457: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300308508: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1179, blocked for 1027, running for 0 1716300308508: UIJobCollector(911687365): Job is blocked for 1000, step mode: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1179, blocked for 1027, running for 0 1716300308508: UIJobCollector(911687365): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1179, blocked for 1027, running for 0 1716300308508: UIJobCollector(911687365): Result: true 1716300308508: UIJobCollector(911687365): No active jobs 1716300308615: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1286, blocked for 1134, running for 0 1716300308615: UIJobCollector(911687365): Result: false 1716300308615: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300308667: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1338, blocked for 1186, running for 0 1716300308667: UIJobCollector(911687365): Result: false 1716300308667: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300308718: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1389, blocked for 1237, running for 0 1716300308718: UIJobCollector(911687365): Result: false 1716300308719: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300308771: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1442, blocked for 1290, running for 0 1716300308771: UIJobCollector(911687365): Result: false 1716300308771: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300308821: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1492, blocked for 1340, running for 0 1716300308822: UIJobCollector(911687365): Result: false 1716300308822: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300308873: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1544, blocked for 1392, running for 0 1716300308874: UIJobCollector(911687365): Result: false 1716300308874: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300308925: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1596, blocked for 1444, running for 0 1716300308925: UIJobCollector(911687365): Result: false 1716300308926: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300308976: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1647, blocked for 1495, running for 0 1716300308977: UIJobCollector(911687365): Result: false 1716300308977: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300309028: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1699, blocked for 1547, running for 0 1716300309028: UIJobCollector(911687365): Result: false 1716300309028: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300309080: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1751, blocked for 1599, running for 0 1716300309080: UIJobCollector(911687365): Result: false 1716300309080: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300309131: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1802, blocked for 1650, running for 0 1716300309132: UIJobCollector(911687365): Result: false 1716300309132: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300309183: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1854, blocked for 1702, running for 0 1716300309184: UIJobCollector(911687365): Result: false 1716300309184: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300309235: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1906, blocked for 1754, running for 0 1716300309235: UIJobCollector(911687365): Result: false 1716300309235: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300309286: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1957, blocked for 1805, running for 0 1716300309286: UIJobCollector(911687365): Result: false 1716300309286: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300309337: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2008, blocked for 1856, running for 0 1716300309338: UIJobCollector(911687365): Result: false 1716300309338: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300309389: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2060, blocked for 1908, running for 0 1716300309390: UIJobCollector(911687365): Result: false 1716300309390: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300309441: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2112, blocked for 1960, running for 0 1716300309441: UIJobCollector(911687365): Result: false 1716300309441: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300309494: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2165, blocked for 2013, running for 0 1716300309494: UIJobCollector(911687365): Result: false 1716300309494: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300309546: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2217, blocked for 2065, running for 0 1716300309546: UIJobCollector(911687365): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2217, blocked for 2065, running for 0 1716300309546: UIJobCollector(911687365): Result: true 1716300309546: UIJobCollector(911687365): No active jobs 1716300309649: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2320, blocked for 2168, running for 0 1716300309650: UIJobCollector(911687365): Result: false 1716300309650: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300309701: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2372, blocked for 2220, running for 0 1716300309702: UIJobCollector(911687365): Result: false 1716300309702: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300309753: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2424, blocked for 2272, running for 0 1716300309753: UIJobCollector(911687365): Result: false 1716300309753: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300309805: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2476, blocked for 2324, running for 0 1716300309805: UIJobCollector(911687365): Result: false 1716300309805: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300309856: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2527, blocked for 2375, running for 0 1716300309857: UIJobCollector(911687365): Result: false 1716300309857: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300309908: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2579, blocked for 2427, running for 0 1716300309908: UIJobCollector(911687365): Result: false 1716300309909: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300309959: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2630, blocked for 2478, running for 0 1716300309960: UIJobCollector(911687365): Result: false 1716300309960: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300310011: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2682, blocked for 2530, running for 0 1716300310011: UIJobCollector(911687365): Result: false 1716300310012: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300310062: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2733, blocked for 2581, running for 0 1716300310062: UIJobCollector(911687365): Result: false 1716300310063: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300310115: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2786, blocked for 2634, running for 0 1716300310115: UIJobCollector(911687365): Result: false 1716300310115: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300310167: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2838, blocked for 2686, running for 0 1716300310168: UIJobCollector(911687365): Result: false 1716300310168: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300310218: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2889, blocked for 2737, running for 0 1716300310218: UIJobCollector(911687365): Result: false 1716300310218: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300310270: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2941, blocked for 2789, running for 0 1716300310270: UIJobCollector(911687365): Result: false 1716300310270: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300310321: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2992, blocked for 2840, running for 0 1716300310322: UIJobCollector(911687365): Result: false 1716300310322: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300310373: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3044, blocked for 2892, running for 0 1716300310373: UIJobCollector(911687365): Result: false 1716300310374: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300310426: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3097, blocked for 2945, running for 0 1716300310426: UIJobCollector(911687365): Result: false 1716300310426: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300310478: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3148, blocked for 2997, running for 0 1716300310478: UIJobCollector(911687365): Result: false 1716300310478: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300310529: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3200, blocked for 3048, running for 0 1716300310529: UIJobCollector(911687365): Result: false 1716300310530: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300310582: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3253, blocked for 3101, running for 0 1716300310582: UIJobCollector(911687365): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3253, blocked for 3101, running for 0 1716300310582: UIJobCollector(911687365): Result: true 1716300310582: UIJobCollector(911687365): No active jobs 1716300310684: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3355, blocked for 3203, running for 0 1716300310685: UIJobCollector(911687365): Result: false 1716300310685: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300310736: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3407, blocked for 3255, running for 0 1716300310736: UIJobCollector(911687365): Result: false 1716300310736: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300310787: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3458, blocked for 3306, running for 0 1716300310788: UIJobCollector(911687365): Result: false 1716300310788: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300310839: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3510, blocked for 3358, running for 0 1716300310839: UIJobCollector(911687365): Result: false 1716300310839: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300310891: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3562, blocked for 3410, running for 0 1716300310891: UIJobCollector(911687365): Result: false 1716300310892: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300310943: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3614, blocked for 3462, running for 0 1716300310943: UIJobCollector(911687365): Result: false 1716300310943: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300310994: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3665, blocked for 3513, running for 0 1716300310994: UIJobCollector(911687365): Result: false 1716300310994: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300311046: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3717, blocked for 3565, running for 0 1716300311046: UIJobCollector(911687365): Result: false 1716300311046: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300311097: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3768, blocked for 3616, running for 0 1716300311098: UIJobCollector(911687365): Result: false 1716300311098: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300311149: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3820, blocked for 3668, running for 0 1716300311149: UIJobCollector(911687365): Result: false 1716300311149: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300311201: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3872, blocked for 3720, running for 0 1716300311201: UIJobCollector(911687365): Result: false 1716300311201: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300311252: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3923, blocked for 3771, running for 0 1716300311252: UIJobCollector(911687365): Result: false 1716300311252: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300311303: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3974, blocked for 3822, running for 0 1716300311304: UIJobCollector(911687365): Result: false 1716300311304: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300311355: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4026, blocked for 3874, running for 0 1716300311355: UIJobCollector(911687365): Result: false 1716300311355: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300311407: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4078, blocked for 3926, running for 0 1716300311407: UIJobCollector(911687365): Result: false 1716300311408: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300311459: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4130, blocked for 3978, running for 0 1716300311459: UIJobCollector(911687365): Result: false 1716300311459: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300311510: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4181, blocked for 4029, running for 0 1716300311510: UIJobCollector(911687365): Result: false 1716300311511: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300311562: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4233, blocked for 4081, running for 0 1716300311562: UIJobCollector(911687365): Result: false 1716300311562: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300311614: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4284, blocked for 4132, running for 0 1716300311614: UIJobCollector(911687365): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4285, blocked for 4133, running for 0 1716300311614: UIJobCollector(911687365): Result: true 1716300311614: UIJobCollector(911687365): No active jobs 1716300311718: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4389, blocked for 4237, running for 0 1716300311718: UIJobCollector(911687365): Result: false 1716300311719: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300311770: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4441, blocked for 4289, running for 0 1716300311770: UIJobCollector(911687365): Result: false 1716300311770: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300311821: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4492, blocked for 4340, running for 0 1716300311822: UIJobCollector(911687365): Result: false 1716300311822: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300311873: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4544, blocked for 4392, running for 0 1716300311874: UIJobCollector(911687365): Result: false 1716300311874: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300311925: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4596, blocked for 4444, running for 0 1716300311926: UIJobCollector(911687365): Result: false 1716300311926: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300311977: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4648, blocked for 4496, running for 0 1716300311977: UIJobCollector(911687365): Result: false 1716300311977: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300312030: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4700, blocked for 4548, running for 0 1716300312030: UIJobCollector(911687365): Result: false 1716300312030: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300312081: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4752, blocked for 4600, running for 0 1716300312082: UIJobCollector(911687365): Result: false 1716300312082: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300312133: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4804, blocked for 4652, running for 0 1716300312133: UIJobCollector(911687365): Result: false 1716300312134: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300312185: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4856, blocked for 4704, running for 0 1716300312185: UIJobCollector(911687365): Result: false 1716300312185: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300312236: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4907, blocked for 4755, running for 0 1716300312237: UIJobCollector(911687365): Result: false 1716300312237: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300312288: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4959, blocked for 4807, running for 0 1716300312288: UIJobCollector(911687365): Result: false 1716300312289: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300312340: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5011, blocked for 4859, running for 0 1716300312340: UIJobCollector(911687365): Result: false 1716300312340: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300312391: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5062, blocked for 4910, running for 0 1716300312392: UIJobCollector(911687365): Result: false 1716300312392: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300312443: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5114, blocked for 4962, running for 0 1716300312443: UIJobCollector(911687365): Result: false 1716300312443: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300312495: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5166, blocked for 5014, running for 0 1716300312496: UIJobCollector(911687365): Result: false 1716300312496: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300312546: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5217, blocked for 5065, running for 0 1716300312546: UIJobCollector(911687365): Result: false 1716300312546: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300312598: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5269, blocked for 5117, running for 0 1716300312598: UIJobCollector(911687365): Result: false 1716300312598: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300312649: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5320, blocked for 5168, running for 0 1716300312650: UIJobCollector(911687365): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5321, blocked for 5169, running for 0 1716300312650: UIJobCollector(911687365): Result: true 1716300312650: UIJobCollector(911687365): No active jobs 1716300312754: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5425, blocked for 5273, running for 0 1716300312754: UIJobCollector(911687365): Result: false 1716300312755: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300312806: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5477, blocked for 5325, running for 0 1716300312806: UIJobCollector(911687365): Result: false 1716300312807: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300312858: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5529, blocked for 5377, running for 0 1716300312858: UIJobCollector(911687365): Result: false 1716300312858: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300312910: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5581, blocked for 5429, running for 0 1716300312911: UIJobCollector(911687365): Result: false 1716300312911: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300312962: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5633, blocked for 5481, running for 0 1716300312962: UIJobCollector(911687365): Result: false 1716300312962: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300313013: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5684, blocked for 5532, running for 0 1716300313014: UIJobCollector(911687365): Result: false 1716300313014: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300313065: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5736, blocked for 5584, running for 0 1716300313065: UIJobCollector(911687365): Result: false 1716300313065: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300313116: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5787, blocked for 5635, running for 0 1716300313116: UIJobCollector(911687365): Result: false 1716300313116: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300313166: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5837, blocked for 5685, running for 0 1716300313166: UIJobCollector(911687365): Result: false 1716300313166: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300313217: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5888, blocked for 5736, running for 0 1716300313217: UIJobCollector(911687365): Result: false 1716300313217: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300313267: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5938, blocked for 5786, running for 0 1716300313267: UIJobCollector(911687365): Result: false 1716300313267: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300313318: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5989, blocked for 5837, running for 0 1716300313318: UIJobCollector(911687365): Result: false 1716300313318: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300313368: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6039, blocked for 5887, running for 0 1716300313369: UIJobCollector(911687365): Result: false 1716300313369: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300313419: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6090, blocked for 5938, running for 0 1716300313419: UIJobCollector(911687365): Result: false 1716300313419: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300313469: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6140, blocked for 5988, running for 0 1716300313470: UIJobCollector(911687365): Result: false 1716300313470: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300313521: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6192, blocked for 6040, running for 0 1716300313521: UIJobCollector(911687365): Result: false 1716300313521: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300313571: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6242, blocked for 6090, running for 0 1716300313571: UIJobCollector(911687365): Result: false 1716300313571: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300313621: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6292, blocked for 6140, running for 0 1716300313621: UIJobCollector(911687365): Result: false 1716300313621: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300313671: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6342, blocked for 6190, running for 0 1716300313671: UIJobCollector(911687365): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6342, blocked for 6190, running for 0 1716300313671: UIJobCollector(911687365): Result: true 1716300313671: UIJobCollector(911687365): No active jobs 1716300313775: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6446, blocked for 6294, running for 0 1716300313775: UIJobCollector(911687365): Result: false 1716300313775: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300313826: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6497, blocked for 6345, running for 0 1716300313827: UIJobCollector(911687365): Result: false 1716300313827: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300313878: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6549, blocked for 6397, running for 0 1716300313878: UIJobCollector(911687365): Result: false 1716300313878: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300313930: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6601, blocked for 6449, running for 0 1716300313930: UIJobCollector(911687365): Result: false 1716300313930: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300313981: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6652, blocked for 6500, running for 0 1716300313982: UIJobCollector(911687365): Result: false 1716300313982: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300314033: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6704, blocked for 6552, running for 0 1716300314033: UIJobCollector(911687365): Result: false 1716300314034: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300314084: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6755, blocked for 6603, running for 0 1716300314085: UIJobCollector(911687365): Result: false 1716300314085: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300314136: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6807, blocked for 6655, running for 0 1716300314136: UIJobCollector(911687365): Result: false 1716300314137: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300314188: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6859, blocked for 6707, running for 0 1716300314188: UIJobCollector(911687365): Result: false 1716300314188: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300314240: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6910, blocked for 6758, running for 0 1716300314240: UIJobCollector(911687365): Result: false 1716300314240: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300314291: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6962, blocked for 6810, running for 0 1716300314291: UIJobCollector(911687365): Result: false 1716300314291: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300314341: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7012, blocked for 6860, running for 0 1716300314341: UIJobCollector(911687365): Result: false 1716300314341: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300314391: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7062, blocked for 6910, running for 0 1716300314392: UIJobCollector(911687365): Result: false 1716300314392: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300314442: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7113, blocked for 6961, running for 0 1716300314443: UIJobCollector(911687365): Result: false 1716300314443: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300314494: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7165, blocked for 7013, running for 0 1716300314494: UIJobCollector(911687365): Result: false 1716300314494: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300314544: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7215, blocked for 7063, running for 0 1716300314544: UIJobCollector(911687365): Result: false 1716300314544: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300314594: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7265, blocked for 7113, running for 0 1716300314595: UIJobCollector(911687365): Result: false 1716300314595: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300314646: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7316, blocked for 7164, running for 0 1716300314646: UIJobCollector(911687365): Result: false 1716300314646: UIJobCollector(911687365): Active jobs: [sleep(10126)] 1716300314696: UIJobCollector(911687365): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7367, blocked for 7215, running for 0 1716300314696: UIJobCollector(911687365): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7367, blocked for 7215, running for 0 1716300314696: UIJobCollector(911687365): Result: true 1716300314696: UIJobCollector(911687365): No active jobs 1716300315331: UIJobCollector(911687365): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -8002, blocked for 7850, running for 0 1716300315331: UIJobCollector(911687365): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -8002, blocked for 7850, running for 0 1716300315364: UIJobCollector(1083448148): enable 1716300315415: UIJobCollector(1083448148): Nothing left 1716300315415: UIJobCollector(1083448148): Result: true 1716300315415: UIJobCollector(1083448148): No active jobs 1716300315415: UIJobCollector(994236383): enable 1716300315515: UIJobCollector(994236383): Result: true 1716300315516: UIJobCollector(994236383): No active jobs 1716300315516: UIJobCollector(994236383): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1716300315516: UIJobCollector(994236383): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300315516: UIJobCollector(994236383): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1716300315567: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -51, blocked for 0, running for 51 1716300315567: UIJobCollector(994236383): sleep is blocked 1716300315567: UIJobCollector(994236383): Result: false 1716300315567: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300315617: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -101, blocked for 50, running for 0 1716300315617: UIJobCollector(994236383): Result: false 1716300315617: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300315667: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -151, blocked for 100, running for 0 1716300315668: UIJobCollector(994236383): Result: false 1716300315668: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300315718: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -202, blocked for 151, running for 0 1716300315719: UIJobCollector(994236383): Result: false 1716300315719: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300315769: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -253, blocked for 202, running for 0 1716300315769: UIJobCollector(994236383): Result: false 1716300315769: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300315819: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -303, blocked for 252, running for 0 1716300315819: UIJobCollector(994236383): Result: false 1716300315820: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300315872: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -355, blocked for 304, running for 0 1716300315874: UIJobCollector(994236383): Result: false 1716300315875: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300315926: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -410, blocked for 359, running for 0 1716300315926: UIJobCollector(994236383): Result: false 1716300315926: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300315976: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -460, blocked for 409, running for 0 1716300315977: UIJobCollector(994236383): Result: false 1716300315977: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300316027: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -511, blocked for 460, running for 0 1716300316027: UIJobCollector(994236383): Result: false 1716300316027: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300316079: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -563, blocked for 512, running for 0 1716300316079: UIJobCollector(994236383): Result: false 1716300316079: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300316130: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -614, blocked for 563, running for 0 1716300316130: UIJobCollector(994236383): Result: false 1716300316130: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300316180: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -664, blocked for 613, running for 0 1716300316180: UIJobCollector(994236383): Result: false 1716300316180: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300316230: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -714, blocked for 663, running for 0 1716300316231: UIJobCollector(994236383): Result: false 1716300316231: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300316281: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -765, blocked for 714, running for 0 1716300316281: UIJobCollector(994236383): Result: false 1716300316282: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300316333: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -817, blocked for 766, running for 0 1716300316333: UIJobCollector(994236383): Result: false 1716300316333: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300316384: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -867, blocked for 816, running for 0 1716300316384: UIJobCollector(994236383): Result: false 1716300316384: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300316435: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -919, blocked for 868, running for 0 1716300316435: UIJobCollector(994236383): Result: false 1716300316435: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300316485: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -969, blocked for 918, running for 0 1716300316486: UIJobCollector(994236383): Result: false 1716300316486: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300316536: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1020, blocked for 969, running for 0 1716300316536: UIJobCollector(994236383): Result: false 1716300316536: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300316587: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1071, blocked for 1020, running for 0 1716300316587: UIJobCollector(994236383): Result: false 1716300316588: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300316639: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1123, blocked for 1072, running for 0 1716300316639: UIJobCollector(994236383): Result: false 1716300316640: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300316691: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1175, blocked for 1124, running for 0 1716300316691: UIJobCollector(994236383): Result: false 1716300316692: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300316743: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1227, blocked for 1176, running for 0 1716300316743: UIJobCollector(994236383): Result: false 1716300316743: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300316795: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1279, blocked for 1228, running for 0 1716300316795: UIJobCollector(994236383): Result: false 1716300316795: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300316846: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1330, blocked for 1279, running for 0 1716300316847: UIJobCollector(994236383): Result: false 1716300316847: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300316898: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1382, blocked for 1331, running for 0 1716300316899: UIJobCollector(994236383): Result: false 1716300316899: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300316950: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1434, blocked for 1383, running for 0 1716300316951: UIJobCollector(994236383): Result: false 1716300316951: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300317002: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1486, blocked for 1435, running for 0 1716300317003: UIJobCollector(994236383): Result: false 1716300317003: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300317054: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1538, blocked for 1487, running for 0 1716300317055: UIJobCollector(994236383): Result: false 1716300317055: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300317106: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1590, blocked for 1539, running for 0 1716300317106: UIJobCollector(994236383): Result: false 1716300317107: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300317159: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1643, blocked for 1592, running for 0 1716300317159: UIJobCollector(994236383): Result: false 1716300317159: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300317211: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1695, blocked for 1644, running for 0 1716300317211: UIJobCollector(994236383): Result: false 1716300317211: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300317262: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1746, blocked for 1695, running for 0 1716300317262: UIJobCollector(994236383): Result: false 1716300317263: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300317314: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1798, blocked for 1747, running for 0 1716300317314: UIJobCollector(994236383): Result: false 1716300317314: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300317365: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1849, blocked for 1798, running for 0 1716300317366: UIJobCollector(994236383): Result: false 1716300317366: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300317418: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1902, blocked for 1851, running for 0 1716300317418: UIJobCollector(994236383): Result: false 1716300317418: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300317470: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1954, blocked for 1903, running for 0 1716300317470: UIJobCollector(994236383): Result: false 1716300317470: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300317522: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2006, blocked for 1955, running for 0 1716300317522: UIJobCollector(994236383): Result: false 1716300317522: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300317574: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2058, blocked for 2007, running for 0 1716300317574: UIJobCollector(994236383): Job is blocked for 2000, step mode: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2058, blocked for 2007, running for 0 1716300317574: UIJobCollector(994236383): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2058, blocked for 2007, running for 0 1716300317574: UIJobCollector(994236383): Result: true 1716300317574: UIJobCollector(994236383): No active jobs 1716300317627: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2111, blocked for 2060, running for 0 1716300317627: UIJobCollector(994236383): Result: false 1716300317627: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300317679: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2163, blocked for 2112, running for 0 1716300317679: UIJobCollector(994236383): Result: false 1716300317679: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300317729: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2213, blocked for 2162, running for 0 1716300317730: UIJobCollector(994236383): Result: false 1716300317730: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300317781: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2265, blocked for 2214, running for 0 1716300317781: UIJobCollector(994236383): Result: false 1716300317782: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300317833: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2317, blocked for 2266, running for 0 1716300317833: UIJobCollector(994236383): Result: false 1716300317833: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300317884: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2368, blocked for 2317, running for 0 1716300317885: UIJobCollector(994236383): Result: false 1716300317885: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300317936: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2420, blocked for 2369, running for 0 1716300317937: UIJobCollector(994236383): Result: false 1716300317937: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300317988: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2472, blocked for 2421, running for 0 1716300317988: UIJobCollector(994236383): Result: false 1716300317989: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300318041: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2524, blocked for 2474, running for 0 1716300318041: UIJobCollector(994236383): Result: false 1716300318041: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300318093: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2576, blocked for 2525, running for 0 1716300318093: UIJobCollector(994236383): Result: false 1716300318093: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300318144: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2628, blocked for 2577, running for 0 1716300318145: UIJobCollector(994236383): Result: false 1716300318145: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300318196: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2680, blocked for 2629, running for 0 1716300318196: UIJobCollector(994236383): Result: false 1716300318196: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300318249: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2733, blocked for 2682, running for 0 1716300318249: UIJobCollector(994236383): Result: false 1716300318249: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300318301: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2784, blocked for 2733, running for 0 1716300318301: UIJobCollector(994236383): Result: false 1716300318301: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300318352: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2836, blocked for 2785, running for 0 1716300318353: UIJobCollector(994236383): Result: false 1716300318353: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300318404: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2888, blocked for 2837, running for 0 1716300318404: UIJobCollector(994236383): Result: false 1716300318405: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300318456: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2940, blocked for 2889, running for 0 1716300318456: UIJobCollector(994236383): Result: false 1716300318456: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300318508: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2992, blocked for 2941, running for 0 1716300318508: UIJobCollector(994236383): Result: false 1716300318508: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300318560: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3043, blocked for 2992, running for 0 1716300318560: UIJobCollector(994236383): Result: false 1716300318560: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300318611: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3095, blocked for 3044, running for 0 1716300318612: UIJobCollector(994236383): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3096, blocked for 3045, running for 0 1716300318612: UIJobCollector(994236383): Result: true 1716300318612: UIJobCollector(994236383): No active jobs 1716300318665: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3149, blocked for 3098, running for 0 1716300318665: UIJobCollector(994236383): Result: false 1716300318666: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300318717: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3201, blocked for 3150, running for 0 1716300318717: UIJobCollector(994236383): Result: false 1716300318717: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300318768: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3252, blocked for 3201, running for 0 1716300318769: UIJobCollector(994236383): Result: false 1716300318769: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300318820: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3304, blocked for 3253, running for 0 1716300318820: UIJobCollector(994236383): Result: false 1716300318821: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300318871: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3355, blocked for 3304, running for 0 1716300318872: UIJobCollector(994236383): Result: false 1716300318872: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300318923: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3407, blocked for 3356, running for 0 1716300318923: UIJobCollector(994236383): Result: false 1716300318924: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300318975: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3459, blocked for 3408, running for 0 1716300318975: UIJobCollector(994236383): Result: false 1716300318976: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300319027: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3511, blocked for 3460, running for 0 1716300319027: UIJobCollector(994236383): Result: false 1716300319027: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300319078: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3562, blocked for 3511, running for 0 1716300319078: UIJobCollector(994236383): Result: false 1716300319079: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300319130: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3614, blocked for 3563, running for 0 1716300319130: UIJobCollector(994236383): Result: false 1716300319130: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300319183: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3667, blocked for 3616, running for 0 1716300319183: UIJobCollector(994236383): Result: false 1716300319183: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300319233: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3717, blocked for 3666, running for 0 1716300319234: UIJobCollector(994236383): Result: false 1716300319234: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300319285: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3769, blocked for 3718, running for 0 1716300319285: UIJobCollector(994236383): Result: false 1716300319285: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300319338: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3822, blocked for 3771, running for 0 1716300319338: UIJobCollector(994236383): Result: false 1716300319338: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300319389: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3873, blocked for 3822, running for 0 1716300319390: UIJobCollector(994236383): Result: false 1716300319390: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300319441: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3925, blocked for 3874, running for 0 1716300319441: UIJobCollector(994236383): Result: false 1716300319442: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300319493: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3977, blocked for 3926, running for 0 1716300319493: UIJobCollector(994236383): Result: false 1716300319493: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300319544: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4028, blocked for 3977, running for 0 1716300319545: UIJobCollector(994236383): Result: false 1716300319545: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300319596: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4080, blocked for 4029, running for 0 1716300319596: UIJobCollector(994236383): Result: false 1716300319597: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300319648: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4132, blocked for 4081, running for 0 1716300319648: UIJobCollector(994236383): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4132, blocked for 4081, running for 0 1716300319648: UIJobCollector(994236383): Result: true 1716300319648: UIJobCollector(994236383): No active jobs 1716300319698: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4182, blocked for 4131, running for 0 1716300319698: UIJobCollector(994236383): Result: false 1716300319698: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300319749: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4232, blocked for 4181, running for 0 1716300319749: UIJobCollector(994236383): Result: false 1716300319749: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300319799: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4283, blocked for 4232, running for 0 1716300319800: UIJobCollector(994236383): Result: false 1716300319800: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300319850: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4334, blocked for 4283, running for 0 1716300319851: UIJobCollector(994236383): Result: false 1716300319851: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300319902: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4386, blocked for 4335, running for 0 1716300319902: UIJobCollector(994236383): Result: false 1716300319902: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300319952: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4436, blocked for 4385, running for 0 1716300319952: UIJobCollector(994236383): Result: false 1716300319952: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300320002: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4486, blocked for 4435, running for 0 1716300320003: UIJobCollector(994236383): Result: false 1716300320003: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300320053: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4537, blocked for 4486, running for 0 1716300320054: UIJobCollector(994236383): Result: false 1716300320054: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300320104: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4588, blocked for 4537, running for 0 1716300320104: UIJobCollector(994236383): Result: false 1716300320104: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300320155: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4639, blocked for 4588, running for 0 1716300320155: UIJobCollector(994236383): Result: false 1716300320155: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300320206: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4689, blocked for 4638, running for 0 1716300320206: UIJobCollector(994236383): Result: false 1716300320206: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300320257: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4740, blocked for 4689, running for 0 1716300320257: UIJobCollector(994236383): Result: false 1716300320257: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300320308: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4792, blocked for 4741, running for 0 1716300320308: UIJobCollector(994236383): Result: false 1716300320308: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300320358: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4842, blocked for 4791, running for 0 1716300320359: UIJobCollector(994236383): Result: false 1716300320360: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300320410: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4894, blocked for 4843, running for 0 1716300320411: UIJobCollector(994236383): Result: false 1716300320411: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300320462: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4946, blocked for 4895, running for 0 1716300320463: UIJobCollector(994236383): Result: false 1716300320463: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300320514: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4998, blocked for 4947, running for 0 1716300320515: UIJobCollector(994236383): Result: false 1716300320515: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300320566: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5050, blocked for 4999, running for 0 1716300320567: UIJobCollector(994236383): Result: false 1716300320567: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300320618: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5102, blocked for 5051, running for 0 1716300320619: UIJobCollector(994236383): Result: false 1716300320619: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300320670: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5154, blocked for 5103, running for 0 1716300320671: UIJobCollector(994236383): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5155, blocked for 5104, running for 0 1716300320671: UIJobCollector(994236383): Result: true 1716300320671: UIJobCollector(994236383): No active jobs 1716300320723: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5207, blocked for 5156, running for 0 1716300320723: UIJobCollector(994236383): Result: false 1716300320724: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300320774: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5258, blocked for 5207, running for 0 1716300320775: UIJobCollector(994236383): Result: false 1716300320775: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300320826: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5310, blocked for 5259, running for 0 1716300320826: UIJobCollector(994236383): Result: false 1716300320826: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300320878: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5362, blocked for 5311, running for 0 1716300320878: UIJobCollector(994236383): Result: false 1716300320878: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300320929: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5413, blocked for 5362, running for 0 1716300320930: UIJobCollector(994236383): Result: false 1716300320930: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300320981: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5465, blocked for 5414, running for 0 1716300320982: UIJobCollector(994236383): Result: false 1716300320982: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300321033: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5517, blocked for 5466, running for 0 1716300321034: UIJobCollector(994236383): Result: false 1716300321034: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300321085: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5569, blocked for 5518, running for 0 1716300321086: UIJobCollector(994236383): Result: false 1716300321086: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300321137: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5621, blocked for 5570, running for 0 1716300321138: UIJobCollector(994236383): Result: false 1716300321138: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300321189: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5673, blocked for 5622, running for 0 1716300321189: UIJobCollector(994236383): Result: false 1716300321189: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300321240: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5724, blocked for 5673, running for 0 1716300321241: UIJobCollector(994236383): Result: false 1716300321241: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300321292: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5776, blocked for 5725, running for 0 1716300321293: UIJobCollector(994236383): Result: false 1716300321293: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300321344: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5828, blocked for 5777, running for 0 1716300321345: UIJobCollector(994236383): Result: false 1716300321345: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300321396: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5880, blocked for 5829, running for 0 1716300321396: UIJobCollector(994236383): Result: false 1716300321396: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300321447: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5931, blocked for 5880, running for 0 1716300321448: UIJobCollector(994236383): Result: false 1716300321448: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300321499: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5983, blocked for 5932, running for 0 1716300321500: UIJobCollector(994236383): Result: false 1716300321500: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300321552: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6036, blocked for 5985, running for 0 1716300321552: UIJobCollector(994236383): Result: false 1716300321552: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300321602: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6086, blocked for 6035, running for 0 1716300321603: UIJobCollector(994236383): Result: false 1716300321603: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300321655: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6139, blocked for 6088, running for 0 1716300321655: UIJobCollector(994236383): Result: false 1716300321655: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300321706: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6190, blocked for 6139, running for 0 1716300321706: UIJobCollector(994236383): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6190, blocked for 6139, running for 0 1716300321706: UIJobCollector(994236383): Result: true 1716300321706: UIJobCollector(994236383): No active jobs 1716300321756: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6240, blocked for 6189, running for 0 1716300321756: UIJobCollector(994236383): Result: false 1716300321756: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300321806: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6290, blocked for 6239, running for 0 1716300321807: UIJobCollector(994236383): Result: false 1716300321807: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300321857: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6341, blocked for 6290, running for 0 1716300321857: UIJobCollector(994236383): Result: false 1716300321857: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300321908: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6392, blocked for 6341, running for 0 1716300321908: UIJobCollector(994236383): Result: false 1716300321908: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300321959: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6443, blocked for 6392, running for 0 1716300321959: UIJobCollector(994236383): Result: false 1716300321959: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300322009: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6493, blocked for 6442, running for 0 1716300322010: UIJobCollector(994236383): Result: false 1716300322010: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300322060: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6544, blocked for 6493, running for 0 1716300322060: UIJobCollector(994236383): Result: false 1716300322060: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300322111: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6595, blocked for 6544, running for 0 1716300322111: UIJobCollector(994236383): Result: false 1716300322111: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300322161: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6645, blocked for 6594, running for 0 1716300322162: UIJobCollector(994236383): Result: false 1716300322162: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300322212: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6696, blocked for 6645, running for 0 1716300322213: UIJobCollector(994236383): Result: false 1716300322213: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300322263: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6747, blocked for 6696, running for 0 1716300322263: UIJobCollector(994236383): Result: false 1716300322264: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300322314: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6798, blocked for 6747, running for 0 1716300322314: UIJobCollector(994236383): Result: false 1716300322315: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300322365: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6849, blocked for 6798, running for 0 1716300322365: UIJobCollector(994236383): Result: false 1716300322365: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300322416: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6900, blocked for 6849, running for 0 1716300322416: UIJobCollector(994236383): Result: false 1716300322416: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300322467: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6950, blocked for 6899, running for 0 1716300322467: UIJobCollector(994236383): Result: false 1716300322467: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300322518: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7002, blocked for 6951, running for 0 1716300322519: UIJobCollector(994236383): Result: false 1716300322519: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300322571: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7055, blocked for 7004, running for 0 1716300322571: UIJobCollector(994236383): Result: false 1716300322571: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300322622: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7106, blocked for 7055, running for 0 1716300322623: UIJobCollector(994236383): Result: false 1716300322623: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300322674: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7158, blocked for 7107, running for 0 1716300322674: UIJobCollector(994236383): Result: false 1716300322675: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300322726: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7210, blocked for 7159, running for 0 1716300322726: UIJobCollector(994236383): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7210, blocked for 7159, running for 0 1716300322726: UIJobCollector(994236383): Result: true 1716300322726: UIJobCollector(994236383): No active jobs 1716300322776: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7260, blocked for 7209, running for 0 1716300322777: UIJobCollector(994236383): Result: false 1716300322777: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300322827: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7311, blocked for 7260, running for 0 1716300322828: UIJobCollector(994236383): Result: false 1716300322828: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300322878: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7362, blocked for 7311, running for 0 1716300322878: UIJobCollector(994236383): Result: false 1716300322879: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300322929: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7413, blocked for 7362, running for 0 1716300322929: UIJobCollector(994236383): Result: false 1716300322930: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300322980: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7464, blocked for 7413, running for 0 1716300322981: UIJobCollector(994236383): Result: false 1716300322981: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300323031: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7515, blocked for 7464, running for 0 1716300323031: UIJobCollector(994236383): Result: false 1716300323031: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300323082: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7566, blocked for 7515, running for 0 1716300323082: UIJobCollector(994236383): Result: false 1716300323082: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300323132: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7616, blocked for 7565, running for 0 1716300323133: UIJobCollector(994236383): Result: false 1716300323133: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300323183: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7667, blocked for 7616, running for 0 1716300323183: UIJobCollector(994236383): Result: false 1716300323184: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300323234: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7718, blocked for 7667, running for 0 1716300323234: UIJobCollector(994236383): Result: false 1716300323235: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300323286: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7770, blocked for 7719, running for 0 1716300323286: UIJobCollector(994236383): Result: false 1716300323286: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300323336: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7820, blocked for 7769, running for 0 1716300323336: UIJobCollector(994236383): Result: false 1716300323337: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300323387: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7871, blocked for 7820, running for 0 1716300323388: UIJobCollector(994236383): Result: false 1716300323388: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300323438: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7922, blocked for 7871, running for 0 1716300323438: UIJobCollector(994236383): Result: false 1716300323439: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300323489: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7973, blocked for 7922, running for 0 1716300323490: UIJobCollector(994236383): Result: false 1716300323490: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300323541: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8025, blocked for 7974, running for 0 1716300323541: UIJobCollector(994236383): Result: false 1716300323542: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300323593: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8077, blocked for 8026, running for 0 1716300323593: UIJobCollector(994236383): Result: false 1716300323593: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300323645: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8129, blocked for 8078, running for 0 1716300323645: UIJobCollector(994236383): Result: false 1716300323645: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300323697: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8181, blocked for 8130, running for 0 1716300323697: UIJobCollector(994236383): Result: false 1716300323697: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300323748: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8232, blocked for 8181, running for 0 1716300323749: UIJobCollector(994236383): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8233, blocked for 8182, running for 0 1716300323749: UIJobCollector(994236383): Result: true 1716300323749: UIJobCollector(994236383): No active jobs 1716300323799: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8283, blocked for 8232, running for 0 1716300323799: UIJobCollector(994236383): Result: false 1716300323799: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300323850: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8334, blocked for 8283, running for 0 1716300323850: UIJobCollector(994236383): Result: false 1716300323850: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300323900: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8384, blocked for 8333, running for 0 1716300323901: UIJobCollector(994236383): Result: false 1716300323901: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300323951: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8435, blocked for 8384, running for 0 1716300323952: UIJobCollector(994236383): Result: false 1716300323952: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300324002: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8486, blocked for 8435, running for 0 1716300324003: UIJobCollector(994236383): Result: false 1716300324003: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300324053: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8537, blocked for 8486, running for 0 1716300324053: UIJobCollector(994236383): Result: false 1716300324053: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300324104: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8588, blocked for 8537, running for 0 1716300324104: UIJobCollector(994236383): Result: false 1716300324104: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300324154: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8638, blocked for 8587, running for 0 1716300324154: UIJobCollector(994236383): Result: false 1716300324154: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300324204: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8688, blocked for 8637, running for 0 1716300324204: UIJobCollector(994236383): Result: false 1716300324205: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300324256: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8740, blocked for 8689, running for 0 1716300324256: UIJobCollector(994236383): Result: false 1716300324256: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300324307: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8791, blocked for 8740, running for 0 1716300324307: UIJobCollector(994236383): Result: false 1716300324307: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300324357: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8841, blocked for 8790, running for 0 1716300324358: UIJobCollector(994236383): Result: false 1716300324358: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300324408: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8892, blocked for 8841, running for 0 1716300324408: UIJobCollector(994236383): Result: false 1716300324409: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300324459: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8943, blocked for 8892, running for 0 1716300324459: UIJobCollector(994236383): Result: false 1716300324459: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300324511: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8995, blocked for 8944, running for 0 1716300324511: UIJobCollector(994236383): Result: false 1716300324511: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300324563: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9047, blocked for 8996, running for 0 1716300324563: UIJobCollector(994236383): Result: false 1716300324563: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300324615: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9099, blocked for 9048, running for 0 1716300324615: UIJobCollector(994236383): Result: false 1716300324615: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300324666: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9150, blocked for 9099, running for 0 1716300324667: UIJobCollector(994236383): Result: false 1716300324667: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300324718: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9202, blocked for 9151, running for 0 1716300324718: UIJobCollector(994236383): Result: false 1716300324718: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300324769: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9253, blocked for 9202, running for 0 1716300324770: UIJobCollector(994236383): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9254, blocked for 9203, running for 0 1716300324770: UIJobCollector(994236383): Result: true 1716300324770: UIJobCollector(994236383): No active jobs 1716300324822: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9306, blocked for 9255, running for 0 1716300324822: UIJobCollector(994236383): Result: false 1716300324822: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300324875: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9359, blocked for 9308, running for 0 1716300324875: UIJobCollector(994236383): Result: false 1716300324875: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300324926: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9410, blocked for 9359, running for 0 1716300324927: UIJobCollector(994236383): Result: false 1716300324927: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300324978: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9462, blocked for 9411, running for 0 1716300324979: UIJobCollector(994236383): Result: false 1716300324979: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300325030: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9514, blocked for 9463, running for 0 1716300325031: UIJobCollector(994236383): Result: false 1716300325031: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300325082: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9566, blocked for 9515, running for 0 1716300325082: UIJobCollector(994236383): Result: false 1716300325083: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300325133: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9617, blocked for 9566, running for 0 1716300325134: UIJobCollector(994236383): Result: false 1716300325134: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300325184: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9668, blocked for 9617, running for 0 1716300325184: UIJobCollector(994236383): Result: false 1716300325185: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300325236: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9720, blocked for 9669, running for 0 1716300325236: UIJobCollector(994236383): Result: false 1716300325237: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300325288: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9772, blocked for 9721, running for 0 1716300325288: UIJobCollector(994236383): Result: false 1716300325288: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300325339: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9823, blocked for 9772, running for 0 1716300325340: UIJobCollector(994236383): Result: false 1716300325340: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300325391: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9875, blocked for 9824, running for 0 1716300325391: UIJobCollector(994236383): Result: false 1716300325391: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300325443: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9927, blocked for 9876, running for 0 1716300325443: UIJobCollector(994236383): Result: false 1716300325443: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300325496: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9979, blocked for 9928, running for 0 1716300325496: UIJobCollector(994236383): Result: false 1716300325496: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300325547: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10031, blocked for 9980, running for 0 1716300325548: UIJobCollector(994236383): Result: false 1716300325548: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300325600: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10084, blocked for 10033, running for 0 1716300325600: UIJobCollector(994236383): Result: false 1716300325601: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300325651: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10135, blocked for 10084, running for 0 1716300325651: UIJobCollector(994236383): Result: false 1716300325652: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300325703: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10187, blocked for 10136, running for 0 1716300325703: UIJobCollector(994236383): Result: false 1716300325703: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300325754: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10238, blocked for 10187, running for 0 1716300325755: UIJobCollector(994236383): Result: false 1716300325755: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300325806: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10290, blocked for 10239, running for 0 1716300325806: UIJobCollector(994236383): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10290, blocked for 10239, running for 0 1716300325806: UIJobCollector(994236383): Result: true 1716300325806: UIJobCollector(994236383): No active jobs 1716300325858: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10342, blocked for 10291, running for 0 1716300325858: UIJobCollector(994236383): Result: false 1716300325858: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300325910: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10394, blocked for 10343, running for 0 1716300325910: UIJobCollector(994236383): Result: false 1716300325910: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300325960: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10444, blocked for 10393, running for 0 1716300325961: UIJobCollector(994236383): Result: false 1716300325961: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300326012: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10496, blocked for 10445, running for 0 1716300326012: UIJobCollector(994236383): Result: false 1716300326013: UIJobCollector(994236383): Active jobs: [sleep(10132)] 1716300326064: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10548, blocked for 10497, running for 0 1716300326064: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10548, blocked for 10497, running for 0 1716300326064: UIJobCollector(994236383): Result: true 1716300326064: UIJobCollector(994236383): No active jobs 1716300326117: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10601, blocked for 10550, running for 0 1716300326117: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10601, blocked for 10550, running for 0 1716300326117: UIJobCollector(994236383): Result: true 1716300326117: UIJobCollector(994236383): No active jobs 1716300326169: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10653, blocked for 10602, running for 0 1716300326169: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10653, blocked for 10602, running for 0 1716300326169: UIJobCollector(994236383): Result: true 1716300326169: UIJobCollector(994236383): No active jobs 1716300326221: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10705, blocked for 10654, running for 0 1716300326221: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10705, blocked for 10654, running for 0 1716300326221: UIJobCollector(994236383): Result: true 1716300326221: UIJobCollector(994236383): No active jobs 1716300326274: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10757, blocked for 10706, running for 0 1716300326274: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10758, blocked for 10707, running for 0 1716300326274: UIJobCollector(994236383): Result: true 1716300326274: UIJobCollector(994236383): No active jobs 1716300326326: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10810, blocked for 10759, running for 0 1716300326327: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10811, blocked for 10760, running for 0 1716300326327: UIJobCollector(994236383): Result: true 1716300326327: UIJobCollector(994236383): No active jobs 1716300326380: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10864, blocked for 10813, running for 0 1716300326380: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10864, blocked for 10813, running for 0 1716300326380: UIJobCollector(994236383): Result: true 1716300326380: UIJobCollector(994236383): No active jobs 1716300326430: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10914, blocked for 10863, running for 0 1716300326430: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10914, blocked for 10863, running for 0 1716300326430: UIJobCollector(994236383): Result: true 1716300326430: UIJobCollector(994236383): No active jobs 1716300326483: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10967, blocked for 10916, running for 0 1716300326483: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10967, blocked for 10916, running for 0 1716300326483: UIJobCollector(994236383): Result: true 1716300326483: UIJobCollector(994236383): No active jobs 1716300326535: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11019, blocked for 10968, running for 0 1716300326535: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11019, blocked for 10968, running for 0 1716300326535: UIJobCollector(994236383): Result: true 1716300326535: UIJobCollector(994236383): No active jobs 1716300326588: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11072, blocked for 11021, running for 0 1716300326588: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11072, blocked for 11021, running for 0 1716300326588: UIJobCollector(994236383): Result: true 1716300326588: UIJobCollector(994236383): No active jobs 1716300326640: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11124, blocked for 11073, running for 0 1716300326640: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11124, blocked for 11073, running for 0 1716300326640: UIJobCollector(994236383): Result: true 1716300326640: UIJobCollector(994236383): No active jobs 1716300326691: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11174, blocked for 11123, running for 0 1716300326691: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11175, blocked for 11124, running for 0 1716300326691: UIJobCollector(994236383): Result: true 1716300326691: UIJobCollector(994236383): No active jobs 1716300326742: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11226, blocked for 11175, running for 0 1716300326742: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11226, blocked for 11175, running for 0 1716300326742: UIJobCollector(994236383): Result: true 1716300326742: UIJobCollector(994236383): No active jobs 1716300326792: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11276, blocked for 11225, running for 0 1716300326792: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11276, blocked for 11225, running for 0 1716300326792: UIJobCollector(994236383): Result: true 1716300326792: UIJobCollector(994236383): No active jobs 1716300326842: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11326, blocked for 11275, running for 0 1716300326842: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11326, blocked for 11275, running for 0 1716300326842: UIJobCollector(994236383): Result: true 1716300326842: UIJobCollector(994236383): No active jobs 1716300326893: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11377, blocked for 11326, running for 0 1716300326893: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11377, blocked for 11326, running for 0 1716300326893: UIJobCollector(994236383): Result: true 1716300326893: UIJobCollector(994236383): No active jobs 1716300326943: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11427, blocked for 11376, running for 0 1716300326943: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11427, blocked for 11376, running for 0 1716300326943: UIJobCollector(994236383): Result: true 1716300326943: UIJobCollector(994236383): No active jobs 1716300326993: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11477, blocked for 11426, running for 0 1716300326994: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11478, blocked for 11427, running for 0 1716300326994: UIJobCollector(994236383): Result: true 1716300326994: UIJobCollector(994236383): No active jobs 1716300327045: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11529, blocked for 11478, running for 0 1716300327045: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11529, blocked for 11478, running for 0 1716300327045: UIJobCollector(994236383): Result: true 1716300327045: UIJobCollector(994236383): No active jobs 1716300327096: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11580, blocked for 11529, running for 0 1716300327096: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11580, blocked for 11529, running for 0 1716300327096: UIJobCollector(994236383): Result: true 1716300327096: UIJobCollector(994236383): No active jobs 1716300327148: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11632, blocked for 11581, running for 0 1716300327148: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11632, blocked for 11581, running for 0 1716300327148: UIJobCollector(994236383): Result: true 1716300327148: UIJobCollector(994236383): No active jobs 1716300327201: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11685, blocked for 11634, running for 0 1716300327201: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11685, blocked for 11634, running for 0 1716300327201: UIJobCollector(994236383): Result: true 1716300327201: UIJobCollector(994236383): No active jobs 1716300327253: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11736, blocked for 11685, running for 0 1716300327253: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11737, blocked for 11686, running for 0 1716300327253: UIJobCollector(994236383): Result: true 1716300327253: UIJobCollector(994236383): No active jobs 1716300327305: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11789, blocked for 11738, running for 0 1716300327305: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11789, blocked for 11738, running for 0 1716300327305: UIJobCollector(994236383): Result: true 1716300327305: UIJobCollector(994236383): No active jobs 1716300327357: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11841, blocked for 11790, running for 0 1716300327358: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11842, blocked for 11791, running for 0 1716300327358: UIJobCollector(994236383): Result: true 1716300327358: UIJobCollector(994236383): No active jobs 1716300327410: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11894, blocked for 11843, running for 0 1716300327410: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11894, blocked for 11843, running for 0 1716300327410: UIJobCollector(994236383): Result: true 1716300327410: UIJobCollector(994236383): No active jobs 1716300327462: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11946, blocked for 11895, running for 0 1716300327462: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11946, blocked for 11895, running for 0 1716300327462: UIJobCollector(994236383): Result: true 1716300327462: UIJobCollector(994236383): No active jobs 1716300327513: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11997, blocked for 11946, running for 0 1716300327513: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11997, blocked for 11946, running for 0 1716300327513: UIJobCollector(994236383): Result: true 1716300327513: UIJobCollector(994236383): No active jobs 1716300327565: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12049, blocked for 11998, running for 0 1716300327566: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12050, blocked for 11999, running for 0 1716300327566: UIJobCollector(994236383): Result: true 1716300327566: UIJobCollector(994236383): No active jobs 1716300327617: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12101, blocked for 12050, running for 0 1716300327617: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12101, blocked for 12050, running for 0 1716300327617: UIJobCollector(994236383): Result: true 1716300327617: UIJobCollector(994236383): No active jobs 1716300327667: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12151, blocked for 12100, running for 0 1716300327667: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12151, blocked for 12100, running for 0 1716300327667: UIJobCollector(994236383): Result: true 1716300327667: UIJobCollector(994236383): No active jobs 1716300327717: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12201, blocked for 12150, running for 0 1716300327717: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12201, blocked for 12150, running for 0 1716300327717: UIJobCollector(994236383): Result: true 1716300327717: UIJobCollector(994236383): No active jobs 1716300327767: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12251, blocked for 12200, running for 0 1716300327767: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12251, blocked for 12200, running for 0 1716300327767: UIJobCollector(994236383): Result: true 1716300327767: UIJobCollector(994236383): No active jobs 1716300327817: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12301, blocked for 12250, running for 0 1716300327817: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12301, blocked for 12250, running for 0 1716300327817: UIJobCollector(994236383): Result: true 1716300327817: UIJobCollector(994236383): No active jobs 1716300327867: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12351, blocked for 12300, running for 0 1716300327867: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12351, blocked for 12300, running for 0 1716300327867: UIJobCollector(994236383): Result: true 1716300327867: UIJobCollector(994236383): No active jobs 1716300327917: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12401, blocked for 12350, running for 0 1716300327917: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12401, blocked for 12350, running for 0 1716300327917: UIJobCollector(994236383): Result: true 1716300327917: UIJobCollector(994236383): No active jobs 1716300327967: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12451, blocked for 12400, running for 0 1716300327967: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12451, blocked for 12400, running for 0 1716300327967: UIJobCollector(994236383): Result: true 1716300327967: UIJobCollector(994236383): No active jobs 1716300328019: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12503, blocked for 12452, running for 0 1716300328019: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12503, blocked for 12452, running for 0 1716300328019: UIJobCollector(994236383): Result: true 1716300328019: UIJobCollector(994236383): No active jobs 1716300328071: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12555, blocked for 12504, running for 0 1716300328071: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12555, blocked for 12504, running for 0 1716300328071: UIJobCollector(994236383): Result: true 1716300328071: UIJobCollector(994236383): No active jobs 1716300328124: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12608, blocked for 12557, running for 0 1716300328124: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12608, blocked for 12557, running for 0 1716300328124: UIJobCollector(994236383): Result: true 1716300328124: UIJobCollector(994236383): No active jobs 1716300328176: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12660, blocked for 12609, running for 0 1716300328176: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12660, blocked for 12609, running for 0 1716300328176: UIJobCollector(994236383): Result: true 1716300328176: UIJobCollector(994236383): No active jobs 1716300328228: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12712, blocked for 12661, running for 0 1716300328228: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12712, blocked for 12661, running for 0 1716300328228: UIJobCollector(994236383): Result: true 1716300328228: UIJobCollector(994236383): No active jobs 1716300328280: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12764, blocked for 12713, running for 0 1716300328280: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12764, blocked for 12713, running for 0 1716300328280: UIJobCollector(994236383): Result: true 1716300328280: UIJobCollector(994236383): No active jobs 1716300328332: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12816, blocked for 12765, running for 0 1716300328332: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12816, blocked for 12765, running for 0 1716300328332: UIJobCollector(994236383): Result: true 1716300328332: UIJobCollector(994236383): No active jobs 1716300328384: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12868, blocked for 12817, running for 0 1716300328384: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12868, blocked for 12817, running for 0 1716300328384: UIJobCollector(994236383): Result: true 1716300328385: UIJobCollector(994236383): No active jobs 1716300328437: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12921, blocked for 12870, running for 0 1716300328437: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12921, blocked for 12870, running for 0 1716300328437: UIJobCollector(994236383): Result: true 1716300328437: UIJobCollector(994236383): No active jobs 1716300328489: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12973, blocked for 12922, running for 0 1716300328489: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12973, blocked for 12922, running for 0 1716300328489: UIJobCollector(994236383): Result: true 1716300328490: UIJobCollector(994236383): No active jobs 1716300328542: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13026, blocked for 12975, running for 0 1716300328542: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13026, blocked for 12975, running for 0 1716300328542: UIJobCollector(994236383): Result: true 1716300328542: UIJobCollector(994236383): No active jobs 1716300328595: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13079, blocked for 13028, running for 0 1716300328595: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13079, blocked for 13028, running for 0 1716300328595: UIJobCollector(994236383): Result: true 1716300328595: UIJobCollector(994236383): No active jobs 1716300328646: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13130, blocked for 13079, running for 0 1716300328646: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13130, blocked for 13079, running for 0 1716300328646: UIJobCollector(994236383): Result: true 1716300328646: UIJobCollector(994236383): No active jobs 1716300328698: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13182, blocked for 13131, running for 0 1716300328698: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13182, blocked for 13131, running for 0 1716300328698: UIJobCollector(994236383): Result: true 1716300328698: UIJobCollector(994236383): No active jobs 1716300328750: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13234, blocked for 13183, running for 0 1716300328750: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13234, blocked for 13183, running for 0 1716300328750: UIJobCollector(994236383): Result: true 1716300328750: UIJobCollector(994236383): No active jobs 1716300328802: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13286, blocked for 13235, running for 0 1716300328802: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13286, blocked for 13235, running for 0 1716300328802: UIJobCollector(994236383): Result: true 1716300328802: UIJobCollector(994236383): No active jobs 1716300328855: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13339, blocked for 13288, running for 0 1716300328855: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13339, blocked for 13288, running for 0 1716300328855: UIJobCollector(994236383): Result: true 1716300328855: UIJobCollector(994236383): No active jobs 1716300328907: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13391, blocked for 13340, running for 0 1716300328907: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13391, blocked for 13340, running for 0 1716300328907: UIJobCollector(994236383): Result: true 1716300328907: UIJobCollector(994236383): No active jobs 1716300328960: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13444, blocked for 13393, running for 0 1716300328960: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13444, blocked for 13393, running for 0 1716300328960: UIJobCollector(994236383): Result: true 1716300328960: UIJobCollector(994236383): No active jobs 1716300329012: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13496, blocked for 13445, running for 0 1716300329012: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13496, blocked for 13445, running for 0 1716300329012: UIJobCollector(994236383): Result: true 1716300329013: UIJobCollector(994236383): No active jobs 1716300329064: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13548, blocked for 13497, running for 0 1716300329064: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13548, blocked for 13497, running for 0 1716300329064: UIJobCollector(994236383): Result: true 1716300329064: UIJobCollector(994236383): No active jobs 1716300329114: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13598, blocked for 13547, running for 0 1716300329114: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13598, blocked for 13547, running for 0 1716300329114: UIJobCollector(994236383): Result: true 1716300329114: UIJobCollector(994236383): No active jobs 1716300329164: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13648, blocked for 13597, running for 0 1716300329164: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13648, blocked for 13597, running for 0 1716300329164: UIJobCollector(994236383): Result: true 1716300329164: UIJobCollector(994236383): No active jobs 1716300329214: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13698, blocked for 13647, running for 0 1716300329215: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13699, blocked for 13648, running for 0 1716300329215: UIJobCollector(994236383): Result: true 1716300329215: UIJobCollector(994236383): No active jobs 1716300329265: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13749, blocked for 13698, running for 0 1716300329265: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13749, blocked for 13698, running for 0 1716300329265: UIJobCollector(994236383): Result: true 1716300329265: UIJobCollector(994236383): No active jobs 1716300329315: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13799, blocked for 13748, running for 0 1716300329315: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13799, blocked for 13748, running for 0 1716300329315: UIJobCollector(994236383): Result: true 1716300329315: UIJobCollector(994236383): No active jobs 1716300329365: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13849, blocked for 13798, running for 0 1716300329365: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13849, blocked for 13798, running for 0 1716300329365: UIJobCollector(994236383): Result: true 1716300329365: UIJobCollector(994236383): No active jobs 1716300329415: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13899, blocked for 13848, running for 0 1716300329415: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13899, blocked for 13848, running for 0 1716300329415: UIJobCollector(994236383): Result: true 1716300329416: UIJobCollector(994236383): No active jobs 1716300329468: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13952, blocked for 13901, running for 0 1716300329468: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13952, blocked for 13901, running for 0 1716300329468: UIJobCollector(994236383): Result: true 1716300329468: UIJobCollector(994236383): No active jobs 1716300329520: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14004, blocked for 13953, running for 0 1716300329521: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14005, blocked for 13954, running for 0 1716300329521: UIJobCollector(994236383): Result: true 1716300329521: UIJobCollector(994236383): No active jobs 1716300329573: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14057, blocked for 14006, running for 0 1716300329573: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14057, blocked for 14006, running for 0 1716300329573: UIJobCollector(994236383): Result: true 1716300329573: UIJobCollector(994236383): No active jobs 1716300329625: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14109, blocked for 14058, running for 0 1716300329625: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14109, blocked for 14058, running for 0 1716300329625: UIJobCollector(994236383): Result: true 1716300329626: UIJobCollector(994236383): No active jobs 1716300329679: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14163, blocked for 14112, running for 0 1716300329679: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14163, blocked for 14112, running for 0 1716300329679: UIJobCollector(994236383): Result: true 1716300329679: UIJobCollector(994236383): No active jobs 1716300329730: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14214, blocked for 14163, running for 0 1716300329730: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14214, blocked for 14163, running for 0 1716300329730: UIJobCollector(994236383): Result: true 1716300329730: UIJobCollector(994236383): No active jobs 1716300329782: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14266, blocked for 14215, running for 0 1716300329782: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14266, blocked for 14215, running for 0 1716300329782: UIJobCollector(994236383): Result: true 1716300329782: UIJobCollector(994236383): No active jobs 1716300329835: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14319, blocked for 14268, running for 0 1716300329835: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14319, blocked for 14268, running for 0 1716300329835: UIJobCollector(994236383): Result: true 1716300329835: UIJobCollector(994236383): No active jobs 1716300329886: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14370, blocked for 14319, running for 0 1716300329886: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14370, blocked for 14319, running for 0 1716300329886: UIJobCollector(994236383): Result: true 1716300329886: UIJobCollector(994236383): No active jobs 1716300329939: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14423, blocked for 14372, running for 0 1716300329939: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14423, blocked for 14372, running for 0 1716300329939: UIJobCollector(994236383): Result: true 1716300329939: UIJobCollector(994236383): No active jobs 1716300329992: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14476, blocked for 14425, running for 0 1716300329992: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14476, blocked for 14425, running for 0 1716300329992: UIJobCollector(994236383): Result: true 1716300329992: UIJobCollector(994236383): No active jobs 1716300330044: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14527, blocked for 14476, running for 0 1716300330044: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14528, blocked for 14477, running for 0 1716300330044: UIJobCollector(994236383): Result: true 1716300330044: UIJobCollector(994236383): No active jobs 1716300330096: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14580, blocked for 14529, running for 0 1716300330096: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14580, blocked for 14529, running for 0 1716300330096: UIJobCollector(994236383): Result: true 1716300330096: UIJobCollector(994236383): No active jobs 1716300330148: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14632, blocked for 14581, running for 0 1716300330148: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14632, blocked for 14581, running for 0 1716300330148: UIJobCollector(994236383): Result: true 1716300330148: UIJobCollector(994236383): No active jobs 1716300330200: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14684, blocked for 14633, running for 0 1716300330200: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14684, blocked for 14633, running for 0 1716300330200: UIJobCollector(994236383): Result: true 1716300330200: UIJobCollector(994236383): No active jobs 1716300330253: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14737, blocked for 14686, running for 0 1716300330253: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14737, blocked for 14686, running for 0 1716300330253: UIJobCollector(994236383): Result: true 1716300330253: UIJobCollector(994236383): No active jobs 1716300330305: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14789, blocked for 14738, running for 0 1716300330305: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14789, blocked for 14738, running for 0 1716300330305: UIJobCollector(994236383): Result: true 1716300330305: UIJobCollector(994236383): No active jobs 1716300330355: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14839, blocked for 14788, running for 0 1716300330355: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14839, blocked for 14788, running for 0 1716300330355: UIJobCollector(994236383): Result: true 1716300330355: UIJobCollector(994236383): No active jobs 1716300330405: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14889, blocked for 14838, running for 0 1716300330406: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14890, blocked for 14839, running for 0 1716300330406: UIJobCollector(994236383): Result: true 1716300330406: UIJobCollector(994236383): No active jobs 1716300330456: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14940, blocked for 14889, running for 0 1716300330456: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14940, blocked for 14889, running for 0 1716300330456: UIJobCollector(994236383): Result: true 1716300330456: UIJobCollector(994236383): No active jobs 1716300330506: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14990, blocked for 14939, running for 0 1716300330506: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14990, blocked for 14939, running for 0 1716300330506: UIJobCollector(994236383): Result: true 1716300330506: UIJobCollector(994236383): No active jobs 1716300330557: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15041, blocked for 14990, running for 0 1716300330557: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15041, blocked for 14990, running for 0 1716300330557: UIJobCollector(994236383): Result: true 1716300330557: UIJobCollector(994236383): No active jobs 1716300330607: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15091, blocked for 15040, running for 0 1716300330607: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15091, blocked for 15040, running for 0 1716300330607: UIJobCollector(994236383): Result: true 1716300330607: UIJobCollector(994236383): No active jobs 1716300330657: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15141, blocked for 15090, running for 0 1716300330657: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15141, blocked for 15090, running for 0 1716300330657: UIJobCollector(994236383): Result: true 1716300330657: UIJobCollector(994236383): No active jobs 1716300330707: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15191, blocked for 15140, running for 0 1716300330707: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15191, blocked for 15140, running for 0 1716300330707: UIJobCollector(994236383): Result: true 1716300330707: UIJobCollector(994236383): No active jobs 1716300330757: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15241, blocked for 15190, running for 0 1716300330757: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15241, blocked for 15190, running for 0 1716300330757: UIJobCollector(994236383): Result: true 1716300330757: UIJobCollector(994236383): No active jobs 1716300330807: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15291, blocked for 15240, running for 0 1716300330807: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15291, blocked for 15240, running for 0 1716300330807: UIJobCollector(994236383): Result: true 1716300330807: UIJobCollector(994236383): No active jobs 1716300330857: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15341, blocked for 15290, running for 0 1716300330857: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15341, blocked for 15290, running for 0 1716300330857: UIJobCollector(994236383): Result: true 1716300330857: UIJobCollector(994236383): No active jobs 1716300330908: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15391, blocked for 15340, running for 0 1716300330908: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15392, blocked for 15341, running for 0 1716300330908: UIJobCollector(994236383): Result: true 1716300330908: UIJobCollector(994236383): No active jobs 1716300330958: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15442, blocked for 15391, running for 0 1716300330958: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15442, blocked for 15391, running for 0 1716300330958: UIJobCollector(994236383): Result: true 1716300330958: UIJobCollector(994236383): No active jobs 1716300331008: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15492, blocked for 15441, running for 0 1716300331008: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15492, blocked for 15441, running for 0 1716300331008: UIJobCollector(994236383): Result: true 1716300331008: UIJobCollector(994236383): No active jobs 1716300331058: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15542, blocked for 15491, running for 0 1716300331058: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15542, blocked for 15491, running for 0 1716300331058: UIJobCollector(994236383): Result: true 1716300331058: UIJobCollector(994236383): No active jobs 1716300331110: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15594, blocked for 15543, running for 0 1716300331110: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15594, blocked for 15543, running for 0 1716300331110: UIJobCollector(994236383): Result: true 1716300331110: UIJobCollector(994236383): No active jobs 1716300331162: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15646, blocked for 15595, running for 0 1716300331162: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15646, blocked for 15595, running for 0 1716300331162: UIJobCollector(994236383): Result: true 1716300331162: UIJobCollector(994236383): No active jobs 1716300331212: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15696, blocked for 15645, running for 0 1716300331212: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15696, blocked for 15645, running for 0 1716300331212: UIJobCollector(994236383): Result: true 1716300331212: UIJobCollector(994236383): No active jobs 1716300331262: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15746, blocked for 15695, running for 0 1716300331262: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15746, blocked for 15695, running for 0 1716300331262: UIJobCollector(994236383): Result: true 1716300331262: UIJobCollector(994236383): No active jobs 1716300331313: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15797, blocked for 15746, running for 0 1716300331313: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15797, blocked for 15746, running for 0 1716300331313: UIJobCollector(994236383): Result: true 1716300331313: UIJobCollector(994236383): No active jobs 1716300331363: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15847, blocked for 15796, running for 0 1716300331363: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15847, blocked for 15796, running for 0 1716300331363: UIJobCollector(994236383): Result: true 1716300331363: UIJobCollector(994236383): No active jobs 1716300331413: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15897, blocked for 15846, running for 0 1716300331414: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15898, blocked for 15847, running for 0 1716300331414: UIJobCollector(994236383): Result: true 1716300331414: UIJobCollector(994236383): No active jobs 1716300331464: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15948, blocked for 15897, running for 0 1716300331464: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15948, blocked for 15897, running for 0 1716300331464: UIJobCollector(994236383): Result: true 1716300331464: UIJobCollector(994236383): No active jobs 1716300331514: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15998, blocked for 15947, running for 0 1716300331514: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15998, blocked for 15947, running for 0 1716300331514: UIJobCollector(994236383): Result: true 1716300331514: UIJobCollector(994236383): No active jobs 1716300331565: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16049, blocked for 15998, running for 0 1716300331565: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16049, blocked for 15998, running for 0 1716300331565: UIJobCollector(994236383): Result: true 1716300331565: UIJobCollector(994236383): No active jobs 1716300331615: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16099, blocked for 16048, running for 0 1716300331615: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16099, blocked for 16048, running for 0 1716300331615: UIJobCollector(994236383): Result: true 1716300331615: UIJobCollector(994236383): No active jobs 1716300331665: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16149, blocked for 16098, running for 0 1716300331665: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16149, blocked for 16098, running for 0 1716300331665: UIJobCollector(994236383): Result: true 1716300331665: UIJobCollector(994236383): No active jobs 1716300331716: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16200, blocked for 16149, running for 0 1716300331716: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16200, blocked for 16149, running for 0 1716300331716: UIJobCollector(994236383): Result: true 1716300331716: UIJobCollector(994236383): No active jobs 1716300331766: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16250, blocked for 16199, running for 0 1716300331766: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16250, blocked for 16199, running for 0 1716300331766: UIJobCollector(994236383): Result: true 1716300331766: UIJobCollector(994236383): No active jobs 1716300331816: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16300, blocked for 16249, running for 0 1716300331816: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16300, blocked for 16249, running for 0 1716300331816: UIJobCollector(994236383): Result: true 1716300331816: UIJobCollector(994236383): No active jobs 1716300331866: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16350, blocked for 16299, running for 0 1716300331866: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16350, blocked for 16299, running for 0 1716300331866: UIJobCollector(994236383): Result: true 1716300331866: UIJobCollector(994236383): No active jobs 1716300331916: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16400, blocked for 16349, running for 0 1716300331916: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16400, blocked for 16349, running for 0 1716300331916: UIJobCollector(994236383): Result: true 1716300331916: UIJobCollector(994236383): No active jobs 1716300331969: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16453, blocked for 16402, running for 0 1716300331969: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16453, blocked for 16402, running for 0 1716300331969: UIJobCollector(994236383): Result: true 1716300331969: UIJobCollector(994236383): No active jobs 1716300332021: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16505, blocked for 16454, running for 0 1716300332021: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16505, blocked for 16454, running for 0 1716300332021: UIJobCollector(994236383): Result: true 1716300332021: UIJobCollector(994236383): No active jobs 1716300332074: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16557, blocked for 16506, running for 0 1716300332074: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16558, blocked for 16507, running for 0 1716300332074: UIJobCollector(994236383): Result: true 1716300332074: UIJobCollector(994236383): No active jobs 1716300332127: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16610, blocked for 16559, running for 0 1716300332127: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16611, blocked for 16560, running for 0 1716300332127: UIJobCollector(994236383): Result: true 1716300332127: UIJobCollector(994236383): No active jobs 1716300332179: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16663, blocked for 16612, running for 0 1716300332179: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16663, blocked for 16612, running for 0 1716300332179: UIJobCollector(994236383): Result: true 1716300332179: UIJobCollector(994236383): No active jobs 1716300332231: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16715, blocked for 16664, running for 0 1716300332231: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16715, blocked for 16664, running for 0 1716300332231: UIJobCollector(994236383): Result: true 1716300332231: UIJobCollector(994236383): No active jobs 1716300332283: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16767, blocked for 16716, running for 0 1716300332283: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16767, blocked for 16716, running for 0 1716300332283: UIJobCollector(994236383): Result: true 1716300332283: UIJobCollector(994236383): No active jobs 1716300332335: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16819, blocked for 16768, running for 0 1716300332335: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16819, blocked for 16768, running for 0 1716300332336: UIJobCollector(994236383): Result: true 1716300332336: UIJobCollector(994236383): No active jobs 1716300332388: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16872, blocked for 16821, running for 0 1716300332388: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16872, blocked for 16821, running for 0 1716300332388: UIJobCollector(994236383): Result: true 1716300332388: UIJobCollector(994236383): No active jobs 1716300332440: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16924, blocked for 16873, running for 0 1716300332440: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16924, blocked for 16873, running for 0 1716300332440: UIJobCollector(994236383): Result: true 1716300332440: UIJobCollector(994236383): No active jobs 1716300332490: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16974, blocked for 16923, running for 0 1716300332490: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16974, blocked for 16923, running for 0 1716300332490: UIJobCollector(994236383): Result: true 1716300332490: UIJobCollector(994236383): No active jobs 1716300332540: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17024, blocked for 16973, running for 0 1716300332540: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17024, blocked for 16973, running for 0 1716300332540: UIJobCollector(994236383): Result: true 1716300332540: UIJobCollector(994236383): No active jobs 1716300332591: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17075, blocked for 17024, running for 0 1716300332591: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17075, blocked for 17024, running for 0 1716300332591: UIJobCollector(994236383): Result: true 1716300332591: UIJobCollector(994236383): No active jobs 1716300332641: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17125, blocked for 17074, running for 0 1716300332641: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17125, blocked for 17074, running for 0 1716300332641: UIJobCollector(994236383): Result: true 1716300332641: UIJobCollector(994236383): No active jobs 1716300332691: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17175, blocked for 17124, running for 0 1716300332692: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17176, blocked for 17125, running for 0 1716300332692: UIJobCollector(994236383): Result: true 1716300332692: UIJobCollector(994236383): No active jobs 1716300332742: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17226, blocked for 17175, running for 0 1716300332742: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17226, blocked for 17175, running for 0 1716300332742: UIJobCollector(994236383): Result: true 1716300332742: UIJobCollector(994236383): No active jobs 1716300332792: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17276, blocked for 17225, running for 0 1716300332792: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17276, blocked for 17225, running for 0 1716300332792: UIJobCollector(994236383): Result: true 1716300332792: UIJobCollector(994236383): No active jobs 1716300332844: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17328, blocked for 17277, running for 0 1716300332844: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17328, blocked for 17277, running for 0 1716300332844: UIJobCollector(994236383): Result: true 1716300332844: UIJobCollector(994236383): No active jobs 1716300332897: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17381, blocked for 17330, running for 0 1716300332897: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17381, blocked for 17330, running for 0 1716300332897: UIJobCollector(994236383): Result: true 1716300332897: UIJobCollector(994236383): No active jobs 1716300332949: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17433, blocked for 17382, running for 0 1716300332949: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17433, blocked for 17382, running for 0 1716300332949: UIJobCollector(994236383): Result: true 1716300332949: UIJobCollector(994236383): No active jobs 1716300332999: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17483, blocked for 17432, running for 0 1716300332999: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17483, blocked for 17432, running for 0 1716300332999: UIJobCollector(994236383): Result: true 1716300332999: UIJobCollector(994236383): No active jobs 1716300333050: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17534, blocked for 17483, running for 0 1716300333050: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17534, blocked for 17483, running for 0 1716300333050: UIJobCollector(994236383): Result: true 1716300333050: UIJobCollector(994236383): No active jobs 1716300333100: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17584, blocked for 17533, running for 0 1716300333100: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17584, blocked for 17533, running for 0 1716300333100: UIJobCollector(994236383): Result: true 1716300333100: UIJobCollector(994236383): No active jobs 1716300333150: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17634, blocked for 17583, running for 0 1716300333150: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17634, blocked for 17583, running for 0 1716300333150: UIJobCollector(994236383): Result: true 1716300333150: UIJobCollector(994236383): No active jobs 1716300333200: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17684, blocked for 17633, running for 0 1716300333200: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17684, blocked for 17633, running for 0 1716300333200: UIJobCollector(994236383): Result: true 1716300333200: UIJobCollector(994236383): No active jobs 1716300333250: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17734, blocked for 17683, running for 0 1716300333250: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17734, blocked for 17683, running for 0 1716300333250: UIJobCollector(994236383): Result: true 1716300333250: UIJobCollector(994236383): No active jobs 1716300333301: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17785, blocked for 17734, running for 0 1716300333301: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17785, blocked for 17734, running for 0 1716300333301: UIJobCollector(994236383): Result: true 1716300333301: UIJobCollector(994236383): No active jobs 1716300333351: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17835, blocked for 17784, running for 0 1716300333351: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17835, blocked for 17784, running for 0 1716300333351: UIJobCollector(994236383): Result: true 1716300333351: UIJobCollector(994236383): No active jobs 1716300333403: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17887, blocked for 17836, running for 0 1716300333403: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17887, blocked for 17836, running for 0 1716300333403: UIJobCollector(994236383): Result: true 1716300333403: UIJobCollector(994236383): No active jobs 1716300333455: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17939, blocked for 17888, running for 0 1716300333455: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17939, blocked for 17888, running for 0 1716300333455: UIJobCollector(994236383): Result: true 1716300333455: UIJobCollector(994236383): No active jobs 1716300333507: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17991, blocked for 17940, running for 0 1716300333507: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17991, blocked for 17940, running for 0 1716300333507: UIJobCollector(994236383): Result: true 1716300333507: UIJobCollector(994236383): No active jobs 1716300333558: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18042, blocked for 17991, running for 0 1716300333558: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18042, blocked for 17991, running for 0 1716300333558: UIJobCollector(994236383): Result: true 1716300333558: UIJobCollector(994236383): No active jobs 1716300333608: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18092, blocked for 18041, running for 0 1716300333609: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18093, blocked for 18042, running for 0 1716300333609: UIJobCollector(994236383): Result: true 1716300333609: UIJobCollector(994236383): No active jobs 1716300333660: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18144, blocked for 18093, running for 0 1716300333660: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18144, blocked for 18093, running for 0 1716300333660: UIJobCollector(994236383): Result: true 1716300333660: UIJobCollector(994236383): No active jobs 1716300333710: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18194, blocked for 18143, running for 0 1716300333710: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18194, blocked for 18143, running for 0 1716300333710: UIJobCollector(994236383): Result: true 1716300333710: UIJobCollector(994236383): No active jobs 1716300333760: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18244, blocked for 18193, running for 0 1716300333760: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18244, blocked for 18193, running for 0 1716300333760: UIJobCollector(994236383): Result: true 1716300333760: UIJobCollector(994236383): No active jobs 1716300333810: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18294, blocked for 18243, running for 0 1716300333810: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18294, blocked for 18243, running for 0 1716300333810: UIJobCollector(994236383): Result: true 1716300333810: UIJobCollector(994236383): No active jobs 1716300333860: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18344, blocked for 18293, running for 0 1716300333860: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18344, blocked for 18293, running for 0 1716300333860: UIJobCollector(994236383): Result: true 1716300333860: UIJobCollector(994236383): No active jobs 1716300333910: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18394, blocked for 18343, running for 0 1716300333910: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18394, blocked for 18343, running for 0 1716300333910: UIJobCollector(994236383): Result: true 1716300333910: UIJobCollector(994236383): No active jobs 1716300333963: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18447, blocked for 18396, running for 0 1716300333963: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18447, blocked for 18396, running for 0 1716300333963: UIJobCollector(994236383): Result: true 1716300333963: UIJobCollector(994236383): No active jobs 1716300334015: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18499, blocked for 18448, running for 0 1716300334015: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18499, blocked for 18448, running for 0 1716300334015: UIJobCollector(994236383): Result: true 1716300334015: UIJobCollector(994236383): No active jobs 1716300334067: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18551, blocked for 18500, running for 0 1716300334067: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18551, blocked for 18500, running for 0 1716300334067: UIJobCollector(994236383): Result: true 1716300334067: UIJobCollector(994236383): No active jobs 1716300334119: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18603, blocked for 18552, running for 0 1716300334119: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18603, blocked for 18552, running for 0 1716300334119: UIJobCollector(994236383): Result: true 1716300334119: UIJobCollector(994236383): No active jobs 1716300334171: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18655, blocked for 18604, running for 0 1716300334171: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18655, blocked for 18604, running for 0 1716300334171: UIJobCollector(994236383): Result: true 1716300334171: UIJobCollector(994236383): No active jobs 1716300334223: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18707, blocked for 18656, running for 0 1716300334223: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18707, blocked for 18656, running for 0 1716300334223: UIJobCollector(994236383): Result: true 1716300334223: UIJobCollector(994236383): No active jobs 1716300334275: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18758, blocked for 18707, running for 0 1716300334275: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18759, blocked for 18708, running for 0 1716300334275: UIJobCollector(994236383): Result: true 1716300334275: UIJobCollector(994236383): No active jobs 1716300334328: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18812, blocked for 18761, running for 0 1716300334328: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18812, blocked for 18761, running for 0 1716300334328: UIJobCollector(994236383): Result: true 1716300334328: UIJobCollector(994236383): No active jobs 1716300334379: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18863, blocked for 18812, running for 0 1716300334379: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18863, blocked for 18812, running for 0 1716300334379: UIJobCollector(994236383): Result: true 1716300334379: UIJobCollector(994236383): No active jobs 1716300334429: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18913, blocked for 18862, running for 0 1716300334429: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18913, blocked for 18862, running for 0 1716300334429: UIJobCollector(994236383): Result: true 1716300334429: UIJobCollector(994236383): No active jobs 1716300334479: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18963, blocked for 18912, running for 0 1716300334479: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18963, blocked for 18912, running for 0 1716300334479: UIJobCollector(994236383): Result: true 1716300334479: UIJobCollector(994236383): No active jobs 1716300334529: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19013, blocked for 18962, running for 0 1716300334530: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19013, blocked for 18962, running for 0 1716300334530: UIJobCollector(994236383): Result: true 1716300334530: UIJobCollector(994236383): No active jobs 1716300334580: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19064, blocked for 19013, running for 0 1716300334580: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19064, blocked for 19013, running for 0 1716300334580: UIJobCollector(994236383): Result: true 1716300334580: UIJobCollector(994236383): No active jobs 1716300334630: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19114, blocked for 19063, running for 0 1716300334630: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19114, blocked for 19063, running for 0 1716300334630: UIJobCollector(994236383): Result: true 1716300334630: UIJobCollector(994236383): No active jobs 1716300334681: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19164, blocked for 19113, running for 0 1716300334681: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19165, blocked for 19114, running for 0 1716300334681: UIJobCollector(994236383): Result: true 1716300334681: UIJobCollector(994236383): No active jobs 1716300334731: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19215, blocked for 19164, running for 0 1716300334731: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19215, blocked for 19164, running for 0 1716300334731: UIJobCollector(994236383): Result: true 1716300334731: UIJobCollector(994236383): No active jobs 1716300334781: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19265, blocked for 19214, running for 0 1716300334781: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19265, blocked for 19214, running for 0 1716300334781: UIJobCollector(994236383): Result: true 1716300334781: UIJobCollector(994236383): No active jobs 1716300334834: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19317, blocked for 19266, running for 0 1716300334834: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19318, blocked for 19267, running for 0 1716300334834: UIJobCollector(994236383): Result: true 1716300334834: UIJobCollector(994236383): No active jobs 1716300334886: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19370, blocked for 19319, running for 0 1716300334886: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19370, blocked for 19319, running for 0 1716300334886: UIJobCollector(994236383): Result: true 1716300334886: UIJobCollector(994236383): No active jobs 1716300334937: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19421, blocked for 19370, running for 0 1716300334937: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19421, blocked for 19370, running for 0 1716300334937: UIJobCollector(994236383): Result: true 1716300334937: UIJobCollector(994236383): No active jobs 1716300334987: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19471, blocked for 19420, running for 0 1716300334987: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19471, blocked for 19420, running for 0 1716300334987: UIJobCollector(994236383): Result: true 1716300334987: UIJobCollector(994236383): No active jobs 1716300335037: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19521, blocked for 19470, running for 0 1716300335037: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19521, blocked for 19470, running for 0 1716300335037: UIJobCollector(994236383): Result: true 1716300335037: UIJobCollector(994236383): No active jobs 1716300335087: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19571, blocked for 19520, running for 0 1716300335087: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19571, blocked for 19520, running for 0 1716300335087: UIJobCollector(994236383): Result: true 1716300335087: UIJobCollector(994236383): No active jobs 1716300335137: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19621, blocked for 19570, running for 0 1716300335137: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19621, blocked for 19570, running for 0 1716300335137: UIJobCollector(994236383): Result: true 1716300335137: UIJobCollector(994236383): No active jobs 1716300335188: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19672, blocked for 19621, running for 0 1716300335188: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19672, blocked for 19621, running for 0 1716300335188: UIJobCollector(994236383): Result: true 1716300335189: UIJobCollector(994236383): No active jobs 1716300335239: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19723, blocked for 19672, running for 0 1716300335240: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19724, blocked for 19673, running for 0 1716300335240: UIJobCollector(994236383): Result: true 1716300335240: UIJobCollector(994236383): No active jobs 1716300335290: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19774, blocked for 19723, running for 0 1716300335290: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19774, blocked for 19723, running for 0 1716300335290: UIJobCollector(994236383): Result: true 1716300335290: UIJobCollector(994236383): No active jobs 1716300335340: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19824, blocked for 19773, running for 0 1716300335340: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19824, blocked for 19773, running for 0 1716300335340: UIJobCollector(994236383): Result: true 1716300335340: UIJobCollector(994236383): No active jobs 1716300335393: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19876, blocked for 19825, running for 0 1716300335393: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19877, blocked for 19826, running for 0 1716300335393: UIJobCollector(994236383): Result: true 1716300335393: UIJobCollector(994236383): No active jobs 1716300335444: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19928, blocked for 19877, running for 0 1716300335444: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19928, blocked for 19877, running for 0 1716300335444: UIJobCollector(994236383): Result: true 1716300335444: UIJobCollector(994236383): No active jobs 1716300335494: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19978, blocked for 19927, running for 0 1716300335494: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19978, blocked for 19927, running for 0 1716300335494: UIJobCollector(994236383): Result: true 1716300335494: UIJobCollector(994236383): No active jobs 1716300335544: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20028, blocked for 19977, running for 0 1716300335544: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20028, blocked for 19977, running for 0 1716300335544: UIJobCollector(994236383): Result: true 1716300335544: UIJobCollector(994236383): No active jobs 1716300335595: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20078, blocked for 20027, running for 0 1716300335595: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20079, blocked for 20028, running for 0 1716300335595: UIJobCollector(994236383): Result: true 1716300335595: UIJobCollector(994236383): No active jobs 1716300335645: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20129, blocked for 20078, running for 0 1716300335645: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20129, blocked for 20078, running for 0 1716300335645: UIJobCollector(994236383): Result: true 1716300335645: UIJobCollector(994236383): No active jobs 1716300335695: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20179, blocked for 20128, running for 0 1716300335695: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20179, blocked for 20128, running for 0 1716300335695: UIJobCollector(994236383): Result: true 1716300335695: UIJobCollector(994236383): No active jobs 1716300335745: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20229, blocked for 20178, running for 0 1716300335745: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20229, blocked for 20178, running for 0 1716300335745: UIJobCollector(994236383): Result: true 1716300335745: UIJobCollector(994236383): No active jobs 1716300335795: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20279, blocked for 20228, running for 0 1716300335795: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20279, blocked for 20228, running for 0 1716300335795: UIJobCollector(994236383): Result: true 1716300335795: UIJobCollector(994236383): No active jobs 1716300335848: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20332, blocked for 20281, running for 0 1716300335848: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20332, blocked for 20281, running for 0 1716300335848: UIJobCollector(994236383): Result: true 1716300335848: UIJobCollector(994236383): No active jobs 1716300335900: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20384, blocked for 20333, running for 0 1716300335900: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20384, blocked for 20333, running for 0 1716300335900: UIJobCollector(994236383): Result: true 1716300335900: UIJobCollector(994236383): No active jobs 1716300335953: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20437, blocked for 20386, running for 0 1716300335953: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20437, blocked for 20386, running for 0 1716300335953: UIJobCollector(994236383): Result: true 1716300335953: UIJobCollector(994236383): No active jobs 1716300336005: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20489, blocked for 20438, running for 0 1716300336005: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20489, blocked for 20438, running for 0 1716300336005: UIJobCollector(994236383): Result: true 1716300336005: UIJobCollector(994236383): No active jobs 1716300336057: UIJobCollector(994236383): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20541, blocked for 20490, running for 0 1716300336058: UIJobCollector(994236383): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20542, blocked for 20491, running for 0 1716300336058: UIJobCollector(994236383): Result: true 1716300336058: UIJobCollector(994236383): No active jobs 1716300336518: UIJobCollector(994236383): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -21002, blocked for 20951, running for 0 1716300336519: UIJobCollector(994236383): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -21003, blocked for 20952, running for 0 Tests run: 18, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 76 s - in org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest stepInSyncExec(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.586 s stepAfterDelay(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 3.188 s doNotWaitForPreviouslyScheduledJob(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.053 s doNotWaitForCancelledScheduledLater(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.659 s doWaitForCancelledRescheduled(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.158 s doNotWaitForJobsRescheduledInFuture(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.655 s doNotStepTwice(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 3.192 s waitForAllListeners(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) skipped waitForCancelledJobs(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 1.182 s abortStepMode(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 15.318 s waitSecondRunAfterReschedule(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 5.684 s ignorePseudoJobsInUI(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.659 s doNotWaitForPrescheduledRescheduledInFuture(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.805 s doNotScheduleInALock(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 8.008 s stepMode(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 6.279 s emptyWhenNoJobs(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.053 s stepRepeatedly(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 8.185 s respectStepModeTimeout(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 21.164 s Results: Tests run: 18, Failures: 0, Errors: 0, Skipped: 1 !ENTRY org.eclipse.e4.ui.workbench 4 0 2024-05-21 14:05:37.143 !MESSAGE FrameworkEvent ERROR !STACK 0 org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException: Cannot invoke "org.eclipse.e4.core.services.events.IEventBroker.unsubscribe(org.osgi.service.event.EventHandler)" because "this.eventBroker" is null at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1002) at org.eclipse.e4.core.internal.di.InjectorImpl.disposed(InjectorImpl.java:459) at org.eclipse.e4.core.internal.di.Requestor.disposed(Requestor.java:160) at org.eclipse.e4.core.internal.contexts.ContextObjectSupplier$ContextInjectionListener.update(ContextObjectSupplier.java:83) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:105) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.handleInvalid(TrackableComputationExt.java:68) at org.eclipse.e4.core.internal.contexts.EclipseContext.dispose(EclipseContext.java:186) at org.eclipse.e4.core.internal.contexts.EclipseContext.dispose(EclipseContext.java:171) at org.eclipse.e4.core.internal.contexts.osgi.EclipseContextOSGi.dispose(EclipseContextOSGi.java:102) at org.eclipse.e4.core.internal.contexts.osgi.EclipseContextOSGi.bundleChanged(EclipseContextOSGi.java:144) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:973) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:235) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:141) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:133) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:217) at org.eclipse.osgi.container.Module.publishEvent(Module.java:498) at org.eclipse.osgi.container.Module.doStop(Module.java:656) at org.eclipse.osgi.container.Module.stop(Module.java:520) at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:207) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:220) at java.base/java.lang.Thread.run(Thread.java:831) Caused by: java.lang.NullPointerException: Cannot invoke "org.eclipse.e4.core.services.events.IEventBroker.unsubscribe(org.osgi.service.event.EventHandler)" because "this.eventBroker" is null at org.eclipse.ui.internal.ide.addons.SaveAllDirtyPartsAddon.shutdown(SaveAllDirtyPartsAddon.java:213) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) ... 23 more [INFO] All tests passed! [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt >---- [INFO] Building org.eclipse.rcptt.tesla.recording.swt 2.5.5-SNAPSHOT [57/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.swt... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/target/org.eclipse.rcptt.tesla.recording.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/target/org.eclipse.rcptt.tesla.recording.swt-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/target/org.eclipse.rcptt.tesla.recording.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.workbench.texteditor.aspects 2.5.5-SNAPSHOT [58/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.workbench.texteditor.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/target/org.eclipse.rcptt.tesla.workbench.texteditor.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/target/org.eclipse.rcptt.tesla.workbench.texteditor.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/target/org.eclipse.rcptt.tesla.workbench.texteditor.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects.e4x >-- [INFO] Building org.eclipse.rcptt.tesla.workbench.aspects.e4x 2.5.5-SNAPSHOT [59/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.workbench.aspects.e4x... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/target/org.eclipse.rcptt.tesla.workbench.aspects.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/target/org.eclipse.rcptt.tesla.workbench.aspects.e4x-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/target/org.eclipse.rcptt.tesla.workbench.aspects.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor 2.5.5-SNAPSHOT [60/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor >-- [INFO] Building org.eclipse.rcptt.tesla.workbench.texteditor 2.5.5-SNAPSHOT [61/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.workbench.texteditor... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/target/org.eclipse.rcptt.tesla.workbench.texteditor-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/target/org.eclipse.rcptt.tesla.workbench.texteditor-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/target/org.eclipse.rcptt.tesla.workbench.texteditor-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl >---- [INFO] Building org.eclipse.rcptt.tesla.ecl.impl 2.5.5-SNAPSHOT [62/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.ecl.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.ecl.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/target/org.eclipse.rcptt.tesla.ecl.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ecl.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/target/org.eclipse.rcptt.tesla.ecl.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/target/org.eclipse.rcptt.tesla.ecl.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ecl.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.forms.impl >----------- [INFO] Building org.eclipse.rcptt.forms.impl 2.5.5-SNAPSHOT [63/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.forms.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.forms.impl --- [INFO] Resolving class path of org.eclipse.rcptt.forms.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.forms.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.forms.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.forms.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.forms.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.forms.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.forms.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.forms.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.forms.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.forms.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.forms.impl/target/org.eclipse.rcptt.forms.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.forms.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.forms.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.forms.impl/target/org.eclipse.rcptt.forms.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.forms.impl/target/org.eclipse.rcptt.forms.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.forms.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.forms.impl --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.draw2d >-- [INFO] Building org.eclipse.rcptt.tesla.recording.draw2d 2.5.5-SNAPSHOT [64/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.draw2d... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.draw2d --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/target/org.eclipse.rcptt.tesla.recording.draw2d-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.draw2d --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/target/org.eclipse.rcptt.tesla.recording.draw2d-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/target/org.eclipse.rcptt.tesla.recording.draw2d-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.draw2d --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas >-- [INFO] Building org.eclipse.rcptt.tesla.recording.canvas 2.5.5-SNAPSHOT [65/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.canvas... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.canvas --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/target/org.eclipse.rcptt.tesla.recording.canvas-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.canvas --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/target/org.eclipse.rcptt.tesla.recording.canvas-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/target/org.eclipse.rcptt.tesla.recording.canvas-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.canvas --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.jface.text >-- [INFO] Building org.eclipse.rcptt.tesla.recording.jface.text 2.5.5-SNAPSHOT [66/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.jface.text... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.jface.text --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/target/org.eclipse.rcptt.tesla.recording.jface.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.jface.text --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/target/org.eclipse.rcptt.tesla.recording.jface.text-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/target/org.eclipse.rcptt.tesla.recording.jface.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.jface.text --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.workbench.texteditor >-- [INFO] Building org.eclipse.rcptt.tesla.recording.workbench.texteditor 2.5.5-SNAPSHOT [67/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.workbench.texteditor... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.workbench.texteditor-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.workbench.texteditor-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.workbench.texteditor-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.runtime.ui >----------- [INFO] Building org.eclipse.rcptt.runtime.ui 2.5.5-SNAPSHOT [68/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.runtime.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.runtime.ui --- [INFO] Resolving class path of org.eclipse.rcptt.runtime.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runtime.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.runtime.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.runtime.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.runtime.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.runtime.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime.ui/target/org.eclipse.rcptt.runtime.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.runtime.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runtime.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime.ui/target/org.eclipse.rcptt.runtime.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime.ui/target/org.eclipse.rcptt.runtime.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.runtime.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.runtime.ui --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.resources.impl >--------- [INFO] Building org.eclipse.rcptt.resources.impl 2.5.5-SNAPSHOT [69/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.resources.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.resources.impl --- [INFO] Resolving class path of org.eclipse.rcptt.resources.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.resources.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.resources.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.resources.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.resources.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.resources.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.resources.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.resources.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.resources.impl/target/org.eclipse.rcptt.resources.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.resources.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.resources.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.resources.impl/target/org.eclipse.rcptt.resources.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.resources.impl/target/org.eclipse.rcptt.resources.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.resources.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.resources.impl --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef >--------- [INFO] Building org.eclipse.rcptt.tesla.gef 2.5.5-SNAPSHOT [70/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.gef --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.gef --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.gef... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.gef --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.gef --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef/target/org.eclipse.rcptt.tesla.gef-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.gef --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.gef --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef/target/org.eclipse.rcptt.tesla.gef-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef/target/org.eclipse.rcptt.tesla.gef-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.gef --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.gef --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.properties.view >--- [INFO] Building org.eclipse.rcptt.tesla.properties.view 2.5.5-SNAPSHOT [71/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.properties.view... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/target/org.eclipse.rcptt.tesla.properties.view-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.properties.view --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/target/org.eclipse.rcptt.tesla.properties.view-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/target/org.eclipse.rcptt.tesla.properties.view-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.properties.view --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.debug >--------- [INFO] Building org.eclipse.rcptt.core.ecl.debug 2.5.5-SNAPSHOT [72/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] Resolving class path of org.eclipse.rcptt.core.ecl.debug... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.core.ecl.debug/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.core.ecl.debug --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.core.ecl.debug/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.core.ecl.debug/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.core.ecl.debug/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.core.ecl.debug/target/org.eclipse.rcptt.core.ecl.debug-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core.ecl.debug --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.core.ecl.debug/target/org.eclipse.rcptt.core.ecl.debug-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.core.ecl.debug/target/org.eclipse.rcptt.core.ecl.debug-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core.ecl.debug --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.impl >----- [INFO] Building org.eclipse.rcptt.verifications.text.impl 2.5.5-SNAPSHOT [73/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.text.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.text.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/target/org.eclipse.rcptt.verifications.text.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.text.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/target/org.eclipse.rcptt.verifications.text.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/target/org.eclipse.rcptt.verifications.text.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.text.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.impl >----- [INFO] Building org.eclipse.rcptt.verifications.log.impl 2.5.5-SNAPSHOT [74/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.log.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/target/org.eclipse.rcptt.verifications.log.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.log.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/target/org.eclipse.rcptt.verifications.log.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/target/org.eclipse.rcptt.verifications.log.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.log.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.impl >----- [INFO] Building org.eclipse.rcptt.verifications.tree.impl 2.5.5-SNAPSHOT [75/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.tree.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.tree.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/target/org.eclipse.rcptt.verifications.tree.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.tree.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/target/org.eclipse.rcptt.verifications.tree.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/target/org.eclipse.rcptt.verifications.tree.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.tree.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.expandbar.runtime >-------- [INFO] Building org.eclipse.rcptt.expandbar.runtime 2.5.5-SNAPSHOT [76/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] Resolving class path of org.eclipse.rcptt.expandbar.runtime... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.expandbar.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.expandbar.runtime --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.expandbar.runtime/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.expandbar.runtime/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.expandbar.runtime/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.expandbar.runtime/target/org.eclipse.rcptt.expandbar.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.expandbar.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.expandbar.runtime/target/org.eclipse.rcptt.expandbar.runtime-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.expandbar.runtime/target/org.eclipse.rcptt.expandbar.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.expandbar.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.impl >--------- [INFO] Building org.eclipse.rcptt.ctx.debug.impl 2.5.5-SNAPSHOT [77/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.debug.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.debug.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/target/org.eclipse.rcptt.ctx.debug.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.debug.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/target/org.eclipse.rcptt.ctx.debug.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/target/org.eclipse.rcptt.ctx.debug.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.debug.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.impl >------ [INFO] Building org.eclipse.rcptt.ctx.preferences.impl 2.5.5-SNAPSHOT [78/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.preferences.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/target/org.eclipse.rcptt.ctx.preferences.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.preferences.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/target/org.eclipse.rcptt.ctx.preferences.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/target/org.eclipse.rcptt.ctx.preferences.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.preferences.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.impl >--------- [INFO] Building org.eclipse.rcptt.ctx.script.impl 2.5.5-SNAPSHOT [79/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.script.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.script.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/target/org.eclipse.rcptt.ctx.script.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.script.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/target/org.eclipse.rcptt.ctx.script.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/target/org.eclipse.rcptt.ctx.script.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.script.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.impl >------- [INFO] Building org.eclipse.rcptt.ctx.workbench.impl 2.5.5-SNAPSHOT [80/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.workbench.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/target/org.eclipse.rcptt.ctx.workbench.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.workbench.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/target/org.eclipse.rcptt.ctx.workbench.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/target/org.eclipse.rcptt.ctx.workbench.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.workbench.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.impl >------- [INFO] Building org.eclipse.rcptt.ctx.resources.impl 2.5.5-SNAPSHOT [81/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.resources.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.resources.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/target/org.eclipse.rcptt.ctx.resources.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.resources.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/target/org.eclipse.rcptt.ctx.resources.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/target/org.eclipse.rcptt.ctx.resources.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.resources.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.impl >-- [INFO] Building org.eclipse.rcptt.verifications.resources.impl 2.5.5-SNAPSHOT [82/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.resources.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.resources.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/target/org.eclipse.rcptt.verifications.resources.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.resources.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/target/org.eclipse.rcptt.verifications.resources.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/target/org.eclipse.rcptt.verifications.resources.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.resources.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf >--------- [INFO] Building org.eclipse.rcptt.tesla.gmf 2.5.5-SNAPSHOT [83/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.gmf --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.gmf --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.gmf... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.gmf --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.gmf --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf/target/org.eclipse.rcptt.tesla.gmf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.gmf --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.gmf --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf/target/org.eclipse.rcptt.tesla.gmf-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf/target/org.eclipse.rcptt.tesla.gmf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.gmf --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.gmf --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gef >---- [INFO] Building org.eclipse.rcptt.tesla.recording.gef 2.5.5-SNAPSHOT [84/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.gef... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.gef --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/target/org.eclipse.rcptt.tesla.recording.gef-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.gef --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/target/org.eclipse.rcptt.tesla.recording.gef-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/target/org.eclipse.rcptt.tesla.recording.gef-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.gef --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gmf >---- [INFO] Building org.eclipse.rcptt.tesla.recording.gmf 2.5.5-SNAPSHOT [85/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.gmf... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.gmf --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/target/org.eclipse.rcptt.tesla.recording.gmf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.gmf --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/target/org.eclipse.rcptt.tesla.recording.gmf-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/target/org.eclipse.rcptt.tesla.recording.gmf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.gmf --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla.e4x.features:org.eclipse.rcptt.tesla.runtime >-- [INFO] Building org.eclipse.rcptt.tesla.runtime 2.5.5-SNAPSHOT [86/93] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.tesla.runtime --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.tesla.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.runtime.e4x-feature/target/org.eclipse.rcptt.tesla.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.runtime --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.runtime.e4x-feature/target/org.eclipse.rcptt.tesla.runtime-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.runtime.e4x-feature/target/org.eclipse.rcptt.tesla.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --< org.eclipse.rcptt.tesla.ecl.features:org.eclipse.rcptt.tesla.ecl.runtime >-- [INFO] Building org.eclipse.rcptt.tesla.ecl.runtime 2.5.5-SNAPSHOT [87/93] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/target/org.eclipse.rcptt.tesla.ecl.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ecl.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/target/org.eclipse.rcptt.tesla.ecl.runtime-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/target/org.eclipse.rcptt.tesla.ecl.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ecl.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --< org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl.update-site >-- [INFO] Building org.eclipse.rcptt.tesla.ecl.update-site 2.5.5-SNAPSHOT [88/93] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-site (default-update-site) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] Command line: [/usr/lib/jvm/java-17-openjdk-amd64/bin/java, -jar, /home/jenkins/agent/workspace/master/m2/org/eclipse/tycho/tycho-bundles-external/2.7.5/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -configuration, /tmp/tycho-p2-runtime3047290855634974043.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.tesla.ecl.update-site, -artifactRepository, file:/home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/target/site/, -artifactRepositoryName, org.eclipse.rcptt.tesla.ecl.update-site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-site-packaging (default-update-site-packaging) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] Building zip: /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/target/site.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ecl.update-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ecl.update-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] [INFO] --------< org.eclipse.rcptt.features:org.eclipse.rcptt.runtime >-------- [INFO] Building org.eclipse.rcptt.runtime 2.5.5-SNAPSHOT [89/93] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime-feature/target/org.eclipse.rcptt.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runtime --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime-feature/target/org.eclipse.rcptt.runtime-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime-feature/target/org.eclipse.rcptt.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.runtime-updatesite >------- [INFO] Building org.eclipse.rcptt.runtime-updatesite 2.5.5-SNAPSHOT [90/93] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime-updatesite/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.rcptt.runtime-updatesite --- [WARNING] No system packages found in profile nor toolchain for JavaSE-11, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-11 in your toolchains.xml [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [WARNING] No system packages found in profile nor toolchain for JavaSE-18, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-18 in your toolchains.xml [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.rcptt.runtime-updatesite --- [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.3.0.201710160331,2.3.0.201710160331].; Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.3.0.201801240750,2.3.0.201801240750].; Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.3.0.201709111216,2.3.0.201709111216].; Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.3.0.201801181311,2.3.0.201801181311].; Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.3.0.201706220835,2.3.0.201706220835].; Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.3.0.201706220835,2.3.0.201706220835].; Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.3.0.201706220835,2.3.0.201706220835].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.3.0.201710160331,2.3.0.201710160331].; Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.3.0.201801240750,2.3.0.201801240750].; Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.3.0.201709111216,2.3.0.201709111216].; Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.3.0.201801181311,2.3.0.201801181311].; Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.3.0.201706220835,2.3.0.201706220835].; Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.3.0.201706220835,2.3.0.201706220835].; Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.3.0.201706220835,2.3.0.201706220835].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.3.0.201710160331,2.3.0.201710160331].; Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.3.0.201801240750,2.3.0.201801240750].; Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.3.0.201709111216,2.3.0.201709111216].; Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.3.0.201801181311,2.3.0.201801181311].; Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.3.0.201706220835,2.3.0.201706220835].; Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.3.0.201706220835,2.3.0.201706220835].; Unable to satisfy dependency from 202405071557.Default 1.0.0.889M8icLWI1X9F832AiVFZ2RA to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.3.0.201706220835,2.3.0.201706220835].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] Building zip: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime-updatesite/target/org.eclipse.rcptt.runtime-updatesite-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.runtime-updatesite --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.runtime-updatesite --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.updates.runtime.e4x >------- [INFO] Building org.eclipse.rcptt.updates.runtime.e4x 2.5.5-SNAPSHOT [91/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] The project's OSGi version is 2.5.5.202405211358 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (copy-resources) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5.0 kB at 111 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] 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 [INFO] 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 155 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 59 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 219 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 20 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 571 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/19/maven-parent-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 521 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 17 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 60 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 14 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 23 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/3/apache-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] 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 88 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 127 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 374 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 49 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 12 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 39 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 97 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] 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 [INFO] 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 26 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] 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 [INFO] 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 103 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 42 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] 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 [INFO] 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 38 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] 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 [INFO] 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 113 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] 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 [INFO] 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 91 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] 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 [INFO] 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 307 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] 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) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] 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 [INFO] 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 242 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 19 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 382 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 26 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 102 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 286 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 49 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] 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 [INFO] 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 85 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] 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 498 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 32 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 19 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 56 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 74 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 86 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 309 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (4.5 kB at 120 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 364 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/43/commons-parent-43.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 910 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] 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 34 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] 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 [INFO] 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 324 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 24 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 71 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 146 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 160 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] 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 [INFO] 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 109 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] 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 [INFO] 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 45 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] 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 [INFO] 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 375 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] 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 [INFO] 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 31 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 37 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 348 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] 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 [INFO] 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 38 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom (4.5 kB at 45 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom (6.7 kB at 69 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 85 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [INFO] 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 [INFO] 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 26 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 33 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 66 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 139 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] 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 282 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] 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 [INFO] 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 9.6 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 11 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 76 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] 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 [INFO] 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 32 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] 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 [INFO] 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 317 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 73 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 66 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom (7.6 kB at 85 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] 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 [INFO] 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 164 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] 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.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 60 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 281 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 449 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 309 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 182 kB/s) [INFO] 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 [INFO] 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 1.2 MB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 755 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [INFO] 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 193 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 260 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 6.0 MB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 49 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 276 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] 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 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] 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.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 749 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] 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) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 300 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 479 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 824 kB/s) [INFO] 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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 267 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 101 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [INFO] 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 691 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar (74 kB at 171 kB/s) [INFO] 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 309 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar (35 kB at 78 kB/s) [INFO] 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 [INFO] 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 221 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar (123 kB at 250 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 74 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 124 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 51 kB/s) [INFO] 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 451 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 548 kB/s) [INFO] Unpacking /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime-updatesite/target/org.eclipse.rcptt.runtime-updatesite-2.5.5-SNAPSHOT.zip to /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/q7 with includes "" and excludes "" [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] Resolving class path of org.eclipse.rcptt.updates.runtime.e4x... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-artifacts) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.11/junit-4.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom [INFO] 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) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] 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 [INFO] 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 30 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] 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 [INFO] 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 144 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] 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 [INFO] 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 102 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] 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 [INFO] 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 266 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] 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 [INFO] 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 61 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] 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 [INFO] 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 266 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] 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 503 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] 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 [INFO] 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 79 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.3/commons-lang-2.3.pom [INFO] 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 [INFO] 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 94 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom [INFO] 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 [INFO] 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 26 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] 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 [INFO] 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 27 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom [INFO] 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 [INFO] 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 27 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 85 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] 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 [INFO] 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 102 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] 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 599 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/10/apache-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 435 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [INFO] 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 [INFO] 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 105 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [INFO] 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 [INFO] 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 310 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] 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 691 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [INFO] 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 [INFO] 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 81 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [INFO] 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 [INFO] 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 64 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] 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 [INFO] 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 344 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [INFO] 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 [INFO] 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 69 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/xbean/xbean/3.4/xbean-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom [INFO] 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 394 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [INFO] 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 [INFO] 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 145 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] 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 34 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] 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 39 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [INFO] 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 [INFO] 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 90 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom [INFO] 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 [INFO] 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 11 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom [INFO] 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 [INFO] 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 19 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] 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 [INFO] 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 191 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom [INFO] 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 [INFO] 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 45 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom [INFO] 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 [INFO] 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 106 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom [INFO] 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 [INFO] 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 64 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom [INFO] 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 [INFO] 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 79 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] 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 642 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom [INFO] 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 [INFO] 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 50 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] 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 [INFO] 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 43 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] 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 [INFO] 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 345 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.3/commons-lang-2.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.11/junit-4.11.jar [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 346 kB/s) [INFO] 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 [INFO] 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 151 kB/s) [INFO] 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 [INFO] 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 103 kB/s) [INFO] 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 [INFO] 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 437 kB/s) [INFO] 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 [INFO] 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 2.1 MB/s) [INFO] 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 [INFO] 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 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] 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 200 kB/s) [INFO] 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 [INFO] 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.5 MB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 1.7 MB/s) [INFO] 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 [INFO] 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 23 kB/s) [INFO] 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 [INFO] 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 61 kB/s) [INFO] 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 [INFO] 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 497 kB/s) [INFO] 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 [INFO] 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 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar [INFO] 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 877 kB/s) [INFO] 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 294 kB/s) [INFO] 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 257 kB/s) [INFO] 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 822 kB/s) [INFO] 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 118 kB/s) [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/target/org.eclipse.rcptt.updates.runtime.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.updates.runtime.e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/target/org.eclipse.rcptt.updates.runtime.e4x-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/target/org.eclipse.rcptt.updates.runtime.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.updates.runtime.e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt.features:org.eclipse.rcptt.updates.e4x >------ [INFO] Building org.eclipse.rcptt.updates.e4x 2.5.5-SNAPSHOT [92/93] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.updates.e4x --- [INFO] The project's OSGi version is 2.5.5.202405211358 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.updates.e4x --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.e4x-feature/target/org.eclipse.rcptt.updates.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.updates.e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.updates.e4x --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.e4x-feature/target/org.eclipse.rcptt.updates.e4x-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.e4x-feature/target/org.eclipse.rcptt.updates.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.updates.e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] -----------------------< org.eclipse.rcptt:e4x >------------------------ [INFO] Building e4x 2.5.5-SNAPSHOT [93/93] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ e4x --- [INFO] The project's OSGi version is 2.5.5.202405211358 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ e4x --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ e4x --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/repository/e4x/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ e4x --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ e4x --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ e4x --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ e4x --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ e4x --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ e4x --- [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/e4x/target/e4x-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ e4x --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ e4x --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] runtime 2.5.5-SNAPSHOT ............................. SUCCESS [ 0.689 s] [INFO] rcptt.runtime ...................................... SUCCESS [ 0.006 s] [INFO] tesla .............................................. SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.tesla.swt.fragment ............... SUCCESS [ 1.946 s] [INFO] org.eclipse.rcptt.tesla.core.am .................... SUCCESS [ 1.191 s] [INFO] org.eclipse.rcptt.tesla.swt.aspects ................ SUCCESS [ 4.854 s] [INFO] org.eclipse.rcptt.tesla.jface.aspects .............. SUCCESS [ 2.643 s] [INFO] org.eclipse.rcptt.tesla.jobs.aspects ............... SUCCESS [ 2.287 s] [INFO] org.eclipse.rcptt.util.swt ......................... SUCCESS [ 8.370 s] [INFO] rcptt.runtime.watson ............................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.watson.aspects.jobs .............. SUCCESS [ 20.143 s] [INFO] org.eclipse.rcptt.watson.aspects.swt ............... SUCCESS [ 2.630 s] [INFO] org.eclipse.rcptt.tesla.swt ........................ SUCCESS [ 9.693 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms .... SUCCESS [ 2.462 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface .... SUCCESS [ 1.578 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt ...... SUCCESS [ 2.381 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench SUCCESS [ 1.983 s] [INFO] org.eclipse.rcptt.tesla.recording.swt .............. SUCCESS [ 3.833 s] [INFO] ecl-tesla .......................................... SUCCESS [ 0.005 s] [INFO] org.eclipse.rcptt.tesla.ecl.impl ................... SUCCESS [ 1.991 s] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects ............. SUCCESS [ 1.843 s] [INFO] org.eclipse.rcptt.runtime.ui ....................... SUCCESS [ 1.733 s] [INFO] org.eclipse.rcptt.forms.impl ....................... SUCCESS [ 2.448 s] [INFO] org.eclipse.rcptt.resources.impl ................... SUCCESS [ 1.421 s] [INFO] org.eclipse.rcptt.watson.jface ..................... SUCCESS [ 2.216 s] [INFO] org.eclipse.rcptt.watson.runtime ................... SUCCESS [ 1.114 s] [INFO] org.eclipse.rcptt.tesla.canvas ..................... SUCCESS [ 1.577 s] [INFO] org.eclipse.rcptt.tesla.gef.aspects ................ SUCCESS [ 3.137 s] [INFO] org.eclipse.rcptt.tesla.gef ........................ SUCCESS [ 2.314 s] [INFO] org.eclipse.rcptt.tesla.gmf.aspects ................ SUCCESS [ 2.094 s] [INFO] org.eclipse.rcptt.tesla.gmf ........................ SUCCESS [ 1.523 s] [INFO] org.eclipse.rcptt.tesla.jdt.aspects ................ SUCCESS [ 2.885 s] [INFO] org.eclipse.rcptt.tesla.jdt ........................ SUCCESS [ 1.518 s] [INFO] org.eclipse.rcptt.tesla.jface.text.reconciler.aspects SUCCESS [ 1.388 s] [INFO] org.eclipse.rcptt.tesla.jface.text ................. SUCCESS [ 1.408 s] [INFO] org.eclipse.rcptt.tesla.jface.text.aspects ......... SUCCESS [ 1.653 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects .. SUCCESS [ 1.734 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects SUCCESS [ 1.377 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding .......... SUCCESS [ 2.623 s] [INFO] org.eclipse.rcptt.tesla.jface.fragment ............. SUCCESS [ 1.027 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.draw2d ... SUCCESS [ 1.972 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gef ...... SUCCESS [ 3.189 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gmf ...... SUCCESS [ 1.831 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.text SUCCESS [ 1.547 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor SUCCESS [ 1.883 s] [INFO] org.eclipse.rcptt.tesla.recording.draw2d ........... SUCCESS [ 1.824 s] [INFO] org.eclipse.rcptt.tesla.recording.gef .............. SUCCESS [ 1.509 s] [INFO] org.eclipse.rcptt.tesla.recording.gmf .............. SUCCESS [ 1.669 s] [INFO] org.eclipse.rcptt.tesla.recording.canvas ........... SUCCESS [ 1.566 s] [INFO] org.eclipse.rcptt.tesla.recording.jface.text ....... SUCCESS [ 1.319 s] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor ....... SUCCESS [ 1.546 s] [INFO] org.eclipse.rcptt.tesla.recording.workbench.texteditor SUCCESS [ 1.603 s] [INFO] org.eclipse.rcptt.tesla.ui.ide ..................... SUCCESS [ 2.136 s] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor.aspects SUCCESS [ 1.769 s] [INFO] org.eclipse.rcptt.tesla.variables .................. SUCCESS [ 1.797 s] [INFO] org.eclipse.rcptt.tesla.properties.view ............ SUCCESS [ 1.957 s] [INFO] org.eclipse.rcptt.tesla.chart ...................... SUCCESS [ 2.085 s] [INFO] org.eclipse.rcptt.tesla.swt.e4x .................... SUCCESS [ 1.538 s] [INFO] org.eclipse.rcptt.tesla.workbench.aspects.e4x ...... SUCCESS [ 1.654 s] [INFO] org.eclipse.rcptt.tesla.runtime .................... SUCCESS [ 2.095 s] [INFO] org.eclipse.rcptt.tesla.ecl.runtime ................ SUCCESS [ 1.052 s] [INFO] org.eclipse.rcptt.tesla.ecl.update-site ............ SUCCESS [ 4.999 s] [INFO] org.eclipse.rcptt.core.ecl.debug ................... SUCCESS [ 1.624 s] [INFO] rcptt.runtime.contexts ............................. SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.ctx.debug.impl ................... SUCCESS [ 1.465 s] [INFO] org.eclipse.rcptt.ctx.group.impl ................... SUCCESS [ 1.554 s] [INFO] org.eclipse.rcptt.ctx.preferences.aspects .......... SUCCESS [ 2.295 s] [INFO] org.eclipse.rcptt.ctx.preferences.impl ............. SUCCESS [ 1.665 s] [INFO] org.eclipse.rcptt.ctx.parameters.impl .............. SUCCESS [ 1.233 s] [INFO] org.eclipse.rcptt.ctx.filesystem.impl .............. SUCCESS [ 1.823 s] [INFO] org.eclipse.rcptt.ctx.resources.impl ............... SUCCESS [ 1.499 s] [INFO] org.eclipse.rcptt.ctx.script.impl .................. SUCCESS [ 2.602 s] [INFO] org.eclipse.rcptt.ctx.workbench.impl ............... SUCCESS [ 1.415 s] [INFO] org.eclipse.rcptt.ctx.workbench.aspect ............. SUCCESS [ 2.186 s] [INFO] rcptt.runtime.verifications ........................ SUCCESS [ 0.005 s] [INFO] org.eclipse.rcptt.verifications.time.impl .......... SUCCESS [ 1.535 s] [INFO] org.eclipse.rcptt.verifications.text.impl .......... SUCCESS [ 1.376 s] [INFO] org.eclipse.rcptt.verifications.log.impl ........... SUCCESS [ 2.137 s] [INFO] org.eclipse.rcptt.verifications.tree.impl .......... SUCCESS [ 2.093 s] [INFO] org.eclipse.rcptt.verifications.resources.impl ..... SUCCESS [ 1.576 s] [INFO] org.eclipse.rcptt.ecl.data.apache.poi.impl ......... SUCCESS [ 2.436 s] [INFO] org.eclipse.rcptt.expandbar.runtime ................ SUCCESS [ 1.709 s] [INFO] org.eclipse.rcptt.runtime .......................... SUCCESS [ 2.012 s] [INFO] org.eclipse.rcptt.runtime-updatesite ............... SUCCESS [ 12.392 s] [INFO] rcptt.runtime.updates .............................. SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.updates.runtime.e4x .............. SUCCESS [ 15.374 s] [INFO] org.eclipse.rcptt.updates.e4x ...................... SUCCESS [ 2.327 s] [INFO] rcptt.runtime.tests ................................ SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.tesla.jface.aspects.test ......... SUCCESS [ 22.809 s] [INFO] org.eclipse.rcptt.tesla.swt.aspects.test ........... SUCCESS [ 22.064 s] [INFO] org.eclipse.rcptt.tesla.swt.test ................... SUCCESS [01:33 min] [INFO] org.eclipse.rcptt.watson.test ...................... SUCCESS [ 17.593 s] [INFO] e4x 2.5.5-SNAPSHOT ................................. SUCCESS [ 1.997 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:50 min [INFO] Finished at: 2024-05-21T14:07:12Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f releng/ide/pom.xml [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-source-plugin/2.7.5/tycho-source-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/2.7.5/tycho-source-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/2.7.5/tycho-source-plugin-2.7.5.pom (2.9 kB at 16 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-source-plugin/2.7.5/tycho-source-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/2.7.5/tycho-source-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/2.7.5/tycho-source-plugin-2.7.5.jar (40 kB at 208 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (6.9 kB at 62 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 110 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (32 kB at 350 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom (7.7 kB at 65 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar (31 kB at 180 kB/s) [INFO] Downloading from xored: http://maven.xored.com/nexus/content/repositories/releases/org/eclipse/tycho/tycho-p2-director-plugin/2.7.5/tycho-p2-director-plugin-2.7.5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-director-plugin/2.7.5/tycho-p2-director-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/2.7.5/tycho-p2-director-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/2.7.5/tycho-p2-director-plugin-2.7.5.pom (2.9 kB at 30 kB/s) [INFO] Downloading from xored: http://maven.xored.com/nexus/content/repositories/releases/org/eclipse/tycho/tycho-p2-director-plugin/2.7.5/tycho-p2-director-plugin-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-director-plugin/2.7.5/tycho-p2-director-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/2.7.5/tycho-p2-director-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/2.7.5/tycho-p2-director-plugin-2.7.5.jar (46 kB at 333 kB/s) [INFO] Downloading from xored: http://maven.xored.com/nexus/content/repositories/releases/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.pom (1.6 kB at 45 kB/s) [INFO] Downloading from xored: http://maven.xored.com/nexus/content/repositories/releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21-sources.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21-sources.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21-sources.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21-sources.jar (884 kB at 5.8 MB/s) [INFO] Downloading from xored: http://maven.xored.com/nexus/content/repositories/releases/org/eclipse/cbi/maven/plugins/eclipse-winsigner-plugin/1.3.2/eclipse-winsigner-plugin-1.3.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-winsigner-plugin/1.3.2/eclipse-winsigner-plugin-1.3.2.pom [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-winsigner-plugin/1.3.2/eclipse-winsigner-plugin-1.3.2.pom (2.5 kB at 33 kB/s) [INFO] Downloading from xored: http://maven.xored.com/nexus/content/repositories/releases/org/eclipse/cbi/maven/plugins/eclipse-winsigner-plugin/1.3.2/eclipse-winsigner-plugin-1.3.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-winsigner-plugin/1.3.2/eclipse-winsigner-plugin-1.3.2.jar [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-winsigner-plugin/1.3.2/eclipse-winsigner-plugin-1.3.2.jar (30 kB at 549 kB/s) [INFO] Downloading from xored: http://maven.xored.com/nexus/content/repositories/releases/org/eclipse/cbi/maven/plugins/eclipse-macsigner-plugin/1.3.2/eclipse-macsigner-plugin-1.3.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-macsigner-plugin/1.3.2/eclipse-macsigner-plugin-1.3.2.pom [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-macsigner-plugin/1.3.2/eclipse-macsigner-plugin-1.3.2.pom (2.5 kB at 44 kB/s) [INFO] Downloading from xored: http://maven.xored.com/nexus/content/repositories/releases/org/eclipse/cbi/maven/plugins/eclipse-macsigner-plugin/1.3.2/eclipse-macsigner-plugin-1.3.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-macsigner-plugin/1.3.2/eclipse-macsigner-plugin-1.3.2.jar [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-macsigner-plugin/1.3.2/eclipse-macsigner-plugin-1.3.2.jar (31 kB at 425 kB/s) SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.31/ (128B) [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/4.31/ (446B) [INFO] Fetching content.jar from https://download.eclipse.org/eclipse/updates/4.31/categories/ (1.25kB) [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/ (150.35kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2024-03/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2024-03 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2024-03/ (479B) [INFO] Fetching compositeContent.xml from http://download.eclipse.org/technology/epp/packages/2024-03/ (442B) [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2024-03/202403071200/ (114.34kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2024-03/202403131000/ (140B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2024-03/202403131000/ (809.85kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20210223232630/repository/ (134B) [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20210223232630/repository [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20210223232630/repository/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/ (115.38kB) [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/core/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/e4x/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/dependencies/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.updates:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates-feature/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/nebula/releases/latest/ (129B) [INFO] Adding repository http://download.eclipse.org/nebula/releases/latest [INFO] Fetching compositeContent.xml from http://download.eclipse.org/nebula/releases/latest/ [INFO] Fetching p2.index from http://download.eclipse.org/nebula/updates/release/latest/ (126B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/nebula/updates/release/latest/ (428B) [INFO] Fetching p2.index from http://download.eclipse.org/nebula/updates/release/3.1.1/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/updates/release/3.1.1/ (26.67kB) [INFO] Adding repository file://home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime-updatesite/target/repository [INFO] Adding repository http://download.eclipse.org/tools/ajdt/43/update [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/pom.xml [INFO] Fetching org.eclipse.osgi_3.19.0.v20240213-1246.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (1.47MB) [INFO] Fetching org.eclipse.core.contenttype_3.9.300.v20231218-0909.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (103.76kB) [INFO] Fetching org.eclipse.equinox.preferences_3.11.0.v20240210-0844.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (125.24kB) [INFO] Fetching org.eclipse.equinox.registry_3.12.0.v20240213-1057.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (199.24kB) [INFO] Fetching org.eclipse.equinox.common_3.19.0.v20240214-0846.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (156.81kB) [INFO] Fetching org.eclipse.core.jobs_3.15.200.v20231214-1526.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (115.54kB) [INFO] Fetching org.eclipse.core.runtime_3.31.0.v20240215-1631.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (79.45kB) [INFO] Fetching org.eclipse.equinox.app_1.7.0.v20240213-1427.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (92.02kB) [INFO] Fetching org.eclipse.emf.common_2.30.0.v20231210-0956.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (381.32kB) [INFO] Fetching org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (1.29MB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (238.56kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (19.69kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/pom.xml [INFO] Fetching com.ibm.icu_74.2.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (13.65MB) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (6.37MB of 13.65MB at 6.36MB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (13.5MB of 13.65MB at 6.74MB/s) [INFO] Fetching com.sun.jna_5.14.0.v20231211-1200.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (1.81MB) [INFO] Fetching com.sun.jna.platform_5.14.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (1.31MB) [INFO] Fetching jakarta.annotation-api_2.1.1.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (25.53kB) [INFO] Fetching jakarta.inject.jakarta.inject-api_2.0.1.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (10.43kB) [INFO] Fetching 202403131000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2024-03/ [INFO] Fetching org.antlr.runtime_3.2.0.v20230929-1400.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (167.39kB) [INFO] Fetching org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (140.72kB) [INFO] Fetching org.apache.xmlgraphics_2.9.0.v20230916-1600.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (712.18kB) [INFO] Fetching org.apache.batik.constants_1.17.0.v20231215-1130.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (16.48kB) [INFO] Fetching org.apache.batik.util_1.17.0.v20231215-1130.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (141kB) [INFO] Fetching org.apache.batik.i18n_1.17.0.v20231215-1130.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (19.7kB) [INFO] Fetching org.apache.batik.css_1.17.0.v20231215-1130.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (356.1kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (71.45kB) [INFO] Fetching org.apache.commons.commons-io_2.15.1.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (489.47kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (317.8kB) [INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (83.65kB) [INFO] Fetching org.apache.felix.scr_2.2.10.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (394.12kB) [INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (64.89kB) [INFO] Fetching org.eclipse.core.commands_3.12.0.v20240214-1640.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (117.8kB) [INFO] Fetching org.eclipse.core.databinding_1.13.200.v20240104-1240.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (287.91kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.13.200.v20240104-1240.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (315.32kB) [INFO] Fetching org.eclipse.core.databinding.property_1.10.200.v20240104-1240.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (166.06kB) [INFO] Fetching org.eclipse.core.expressions_3.9.300.v20240207-1044.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (95.4kB) [INFO] Fetching org.eclipse.core.filesystem_1.10.300.v20240124-1325.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (72.9kB) [INFO] Fetching org.eclipse.core.resources_3.20.100.v20240209-1706.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (924.04kB) [INFO] Fetching org.eclipse.e4.core.commands_1.1.300.v20240131-1308.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (29.41kB) [INFO] Fetching org.eclipse.e4.core.di_1.9.300.v20240207-1044.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (63.06kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.12.500.v20231220-1554.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (56.73kB) [INFO] Fetching org.eclipse.e4.core.services_2.4.300.v20240119-0800.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (71.77kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.8.300.v20231220-1554.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (13.82kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.18.200.v20231220-1554.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (12.95kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.17.400.v20231214-1012.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (42.31kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.4.200.v20231214-1513.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (54kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.14.300.v20231214-1513.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (48.56kB) [INFO] Fetching org.eclipse.swt_3.125.0.v20240227-1638.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (18.42kB) [INFO] Fetching org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (26.42kB) [INFO] Fetching org.eclipse.jface_3.33.0.v20240214-1640.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (1.14MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.14.300.v20231214-1513.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (219.28kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.15.300.v20240207-1054.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (204.32kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.14.300.v20231214-1513.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (30.14kB) [INFO] Fetching org.eclipse.e4.ui.di_1.5.300.v20240116-1723.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (18.23kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.4.200.v20231214-1513.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (58.7kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.4.200.v20240109-1025.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (396.74kB) [INFO] Fetching org.eclipse.equinox.event_1.7.0.v20240214-0846.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (35.52kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (15.11kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.15.300.v20240124-0948.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (268.71kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (91.5kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.5.300.v20240124-0948.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (119.77kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.16.300.v20240223-1002.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (258.86kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.17.300.v20240123-1128.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (150.36kB) [INFO] Fetching org.eclipse.jface.databinding_1.15.200.v20240104-1240.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (292.31kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.17.300.v20231214-1513.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (23.25kB) [INFO] Fetching org.eclipse.urischeme_1.3.200.v20231214-1513.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (55.21kB) [INFO] Fetching org.eclipse.help_3.10.300.v20240107-2054.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (276.34kB) [INFO] Fetching org.eclipse.text_3.14.0.v20240207-1054.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (350.85kB) [INFO] Fetching org.eclipse.jface.text_3.25.0.v20240207-1054.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (1MB) [INFO] Fetching org.eclipse.nebula.widgets.grid_1.1.1.202402011804.jar from http://download.eclipse.org/nebula/updates/release/3.1.1/plugins/ (229.07kB) [INFO] Fetching org.aspectj.runtime_1.7.3.20130613144500-a.jar from http://download.eclipse.org/tools/ajdt/43/update/plugins/ (130.67kB) [INFO] Fetching org.eclipse.ui.workbench_3.131.100.v20240221-2107.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (3.5MB) [INFO] Fetching org.eclipse.ui_3.205.100.v20240131-1023.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (434.22kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.10.200.v20231205-0632.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (110.54kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.125.0.v20240227-1638.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (2.53MB) [INFO] Fetching org.eclipse.ui.forms_3.13.200.v20240108-1539.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (332.77kB) [INFO] Fetching org.eclipse.ui.views_3.12.200.v20231214-1513.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (107.56kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (23.09kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.125.0.v20240227-1638.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (2.13MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (2.58MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (2.59MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.ecl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.ecl.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/pom.xml [INFO] Fetching org.eclipse.core.variables_3.6.300.v20231214-1012.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (37.53kB) [INFO] Fetching org.eclipse.debug.core_3.21.300.v20240109-1022.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (401.52kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.nebula:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.nebula.ecl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.nebula.runtime:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/features/org.eclipse.rcptt.module.nebula.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.nebula-runtime-site:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/runtime-site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.nebula.updates:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.nebula:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/features/org.eclipse.rcptt.module.nebula/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.nebula-site:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.launching:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching/pom.xml [INFO] Fetching bcpg_1.77.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (440.38kB) [INFO] Fetching bcprov_1.77.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (7.98MB) [INFO] Fetching biz.aQute.bnd.util_7.0.0.202310060912.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (431.41kB) [INFO] Fetching biz.aQute.bndlib_7.0.0.202310060912.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (3.09MB) [INFO] Fetching org.osgi.service.repository_1.1.0.201505202024.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (24.84kB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (51.82kB) [INFO] Fetching com.google.guava_33.0.0.jre.jar from https://mirror.kakao.com/eclipse/releases/2024-03/202403131000/plugins/ (2.91MB) [INFO] Fetching com.google.guava_33.0.0.jre.jar from https://mirror.kakao.com/eclipse/releases/2024-03/202403131000/plugins/ (379.74kB of 2.91MB at 375.74kB/s) [INFO] Fetching com.google.guava.failureaccess_1.0.2.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (4.63kB) [INFO] Fetching org.eclipse.ant.core_3.7.300.v20231214-1526.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (109.54kB) [INFO] Fetching org.eclipse.compare.core_3.8.400.v20240124-0947.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (69.85kB) [INFO] Fetching org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (116.92kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.3.100.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (39.11kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.3.100.v20240213-1609.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (72.34kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.5.300.v20240220-1431.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (173.33kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.9.0.v20240213-1100.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (368.46kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.11.0.v20240210-1628.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (80.99kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.3.300.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (64.51kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.8.100.v20240207-1113.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (189.68kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.6.300.v20240207-1113.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (113.38kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.5.200.v20240209-1053.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (53.85kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.10.0.v20240210-0918.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (238.09kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.5.300.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (138.07kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.3.200.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (27kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.9.100.v20240212-1707.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (104kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.6.0.v20240229-1022.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (250.69kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.3.100.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (28.85kB) [INFO] Fetching org.eclipse.equinox.security_1.4.200.v20240213-1244.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (116.02kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.4.300.v20240207-1113.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (259.37kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.4.200.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (135.85kB) [INFO] Fetching org.eclipse.jdt.core_3.37.0.v20240215-1452.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (4.07MB) [INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.37.0.v20240215-1558.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (3.11MB) [INFO] Fetching org.eclipse.jdt.debug_3.21.300.v20240124-0949.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (928.25kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.13.100.v20240220-0917.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (182.98kB) [INFO] Fetching org.eclipse.jdt.launching_3.21.100.v20240214-1729.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (582.5kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (59.13kB) [INFO] Fetching org.junit_4.13.2.v20230809-1000.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (414.97kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (251.64kB) [INFO] Fetching org.eclipse.pde.build_3.12.300.v20240212-0530.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (508.5kB) [INFO] Fetching org.eclipse.pde.core_3.18.0.v20240215-1456.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (1.46MB) [INFO] Fetching org.eclipse.team.core_3.10.300.v20240125-0912.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (405.36kB) [INFO] Fetching org.eclipse.pde.launching_3.12.0.v20240214-2143.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (144.13kB) [INFO] Fetching org.hamcrest_2.2.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (120.47kB) [INFO] Fetching org.hamcrest.core_2.2.0.v20230809-1000.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (9.19kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.6.200.v20231214-1553.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (21.36kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.ext:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.ext/pom.xml [INFO] Fetching org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (55.03kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.injection:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.cloud:org.eclipse.rcptt.launching.p2utils:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.p2utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.cloud:org.eclipse.rcptt.reporting.util:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.util/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.common:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.multiaut:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut/pom.xml [INFO] Fetching com.google.gson_2.10.1.v20230109-0753.jar from https://mirror.kakao.com/eclipse/releases/2024-03/202403131000/plugins/ (308.6kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.remote:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.remote/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.reporting.html:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.html/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.ext.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/pom.xml [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (46.27kB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ (63B) [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (24.83kB) [INFO] Fetching org.eclipse.compare_3.10.0.v20240208-0728.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (811.7kB) [INFO] Fetching org.eclipse.ui.ide_3.22.100.v20240227-1633.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (2.32MB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.17.300.v20240207-1054.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (713.03kB) [INFO] Fetching org.eclipse.ui.editors_3.17.200.v20240207-1054.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (613.38kB) [INFO] Fetching org.eclipse.core.net_1.5.300.v20231214-1526.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (49.83kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (13.28kB) [INFO] Fetching org.eclipse.equinox.bidi_1.5.0.v20240113-0700.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (52.95kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.14.300.v20240111-1549.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (346.23kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.13.300.v20240125-0858.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (471.48kB) [INFO] Fetching org.eclipse.ui.navigator_3.12.300.v20240205-1417.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (428.77kB) [INFO] Fetching org.eclipse.team.ui_3.10.300.v20240207-1044.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (1.42MB) [INFO] Fetching org.eclipse.ui.ide.application_1.5.300.v20240207-0025.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (129.87kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.9.200.v20240104-1240.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (180.38kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/pom.xml [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.14.12.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (250.76kB) [INFO] Fetching org.mockito_2.23.0.v20200310-1642.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (618.07kB) [INFO] Fetching net.bytebuddy.byte-buddy_1.14.12.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (4.02MB) [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (71.25kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.reporting.html.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail/pom.xml [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.14.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (1.31MB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.14.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (484kB of 1.31MB at 480kB/s) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.14.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (1.06MB of 1.31MB at 540kB/s) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.16.v20221207-1049.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (356.05kB) [INFO] Fetching osgi.enterprise_4.2.0.v201108120515.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (164.16kB) [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/pom.xml [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (54.28kB) [INFO] Fetching org.eclipse.debug.ui_3.18.300.v20240213-1843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (3.04MB) [INFO] Fetching org.eclipse.ui.console_3.14.0.v20240129-1403.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (247kB) [INFO] Fetching org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (166.9kB) [INFO] Fetching org.eclipse.emf.databinding_1.8.0.v20231208-1346.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (93.37kB) [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail.ecl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail.ecl.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.testrail.runtime:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/testrail/features/org.eclipse.rcptt.module.testrail.runtime/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.testrail:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/testrail/features/org.eclipse.rcptt.module.testrail/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.testrail-runtime-site:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/testrail/runtime-site/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.testrail.updates:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.testrail-site:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/testrail/site/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.zephyr:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/pom.xml [INFO] Fetching org.apache.commons.lang3_3.14.0.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (642.53kB) [INFO] Fetching org.apache.commons.lang3_3.14.0.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (484kB of 642.53kB at 480kB/s) [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.zephyr.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.zephyr:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/zephyr/features/org.eclipse.rcptt.module.zephyr/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.zephyr-site:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/zephyr/site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.dev.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.dev.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.platform:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.help:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.help/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.multiaut.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.ext.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.ext.ui/pom.xml [INFO] Fetching biz.aQute.repository_7.0.0.202310060912.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (1.06MB) [INFO] Fetching org.osgi.service.coordinator_1.0.2.201505202024.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (39.79kB) [INFO] Fetching biz.aQute.resolve_7.0.0.202310060912.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (636.3kB) [INFO] Fetching jakarta.activation-api_2.1.2.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (64.55kB) [INFO] Fetching jakarta.xml.bind-api_4.0.1.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (126.96kB) [INFO] Fetching org.apache.ant_1.10.14.v20230922-1200.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (3.26MB) [INFO] Fetching org.bndtools.templating_7.0.0.202310060912.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (2.47MB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (29.67kB) [INFO] Fetching org.eclipse.ant.launching_1.4.300.v20240110-1213.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (163.71kB) [INFO] Fetching org.eclipse.core.externaltools_1.3.300.v20231214-1012.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (42.82kB) [INFO] Fetching org.eclipse.ant.ui_3.9.300.v20231214-1526.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (1.05MB) [INFO] Fetching org.eclipse.ui.externaltools_3.6.300.v20231214-1526.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (143.11kB) [INFO] Fetching org.eclipse.jdt.ui_3.32.0.v20240215-0312.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (9.73MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.13.300.v20240207-1034.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (1.67MB) [INFO] Fetching org.eclipse.jdt.junit_3.16.300.v20240220-0917.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (552.9kB) [INFO] Fetching org.eclipse.e4.ui.progress_0.4.300.v20240116-1723.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (209.8kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.4.300.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (33.73kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.5.300.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (37.71kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.7.300.v20240212-0924.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (77.53kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.8.300.v20240207-1113.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (698.88kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.4.200.v20240213-1246.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (173.26kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.21.0.v20240221-0406.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (4.05MB) [INFO] Fetching org.eclipse.search.core_3.16.100.v20240207-1054.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (60.66kB) [INFO] Fetching org.eclipse.search_3.16.100.v20240125-0858.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (464.61kB) [INFO] Fetching org.eclipse.pde.bnd.ui_1.0.0.v20240212-1145.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (119.9kB) [INFO] Fetching org.eclipse.pde.ds.core_1.3.300.v20240203-1841.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (57.86kB) [INFO] Fetching org.eclipse.pde.ui_3.15.100.v20240215-1631.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (4.7MB) [INFO] Fetching org.eclipse.ui.intro_3.7.300.v20231214-1012.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (349.96kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.8.300.v20240202-1455.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (389.02kB) [INFO] Fetching org.eclipse.ui.views.log_1.4.300.v20240205-1417.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (175.48kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.3.300.v20240212-0845.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (167.22kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.remote.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.remote.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.configuration:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.configuration/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar.ide:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.expandbar.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.resources.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.platform:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.search:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.search/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ui.activities:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.activities/pom.xml [INFO] Fetching org.apache.commons.commons-logging_1.3.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (69.16kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ui.report:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.report/pom.xml [INFO] Fetching org.eclipse.draw2d_3.15.0.202402212051.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (656.67kB) [INFO] Fetching org.eclipse.draw2d_3.15.0.202402212051.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (484kB of 656.67kB at 480kB/s) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.super.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.capability.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/pom.xml [INFO] Fetching org.eclipse.emf.edit_2.21.0.v20231208-1346.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (301.63kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (353.34kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202312260654.jar from https://mirror.kakao.com/eclipse/releases/2024-03/202403131000/plugins/ (111.9kB) [INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202312260654.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (159.1kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testing.ecl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing.ecl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.testing:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testing.repository:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing-updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:full:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/repository/full/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] ide [pom] [INFO] org.eclipse.rcptt.updates [eclipse-feature] [INFO] rcptt-module-nebula [pom] [INFO] org.eclipse.rcptt.tesla.nebula [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.nebula.ecl [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.nebula.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.nebula.ecl.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.nebula [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.nebula.ecl [eclipse-plugin] [INFO] org.eclipse.rcptt.module.nebula.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.module.nebula-runtime-site [eclipse-update-site] [INFO] org.eclipse.rcptt.module.nebula.updates [eclipse-plugin] [INFO] org.eclipse.rcptt.module.nebula [eclipse-feature] [INFO] org.eclipse.rcptt.module.nebula-site [eclipse-update-site] [INFO] rcptt.launching [pom] [INFO] org.eclipse.rcptt.reporting.util [eclipse-plugin] [INFO] org.eclipse.rcptt.launching [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.common [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.injection [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.p2utils [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.ext [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.remote [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.multiaut [eclipse-plugin] [INFO] org.eclipse.rcptt.reporting.html [eclipse-plugin] [INFO] org.eclipse.rcptt.launching [eclipse-feature] [INFO] launching.tests [pom] [INFO] org.eclipse.rcptt.launching.ext.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.launching.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.reporting.html.tests [eclipse-test-plugin] [INFO] rcptt-module-testrail [pom] [INFO] org.eclipse.rcptt.testrail.ecl [eclipse-plugin] [INFO] org.eclipse.rcptt.testrail [eclipse-plugin] [INFO] rcptt.rcp [pom] [INFO] org.eclipse.rcptt.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.testrail.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.testrail.ecl.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.module.testrail.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.module.testrail-runtime-site [eclipse-update-site] [INFO] org.eclipse.rcptt.module.testrail.updates [eclipse-plugin] [INFO] org.eclipse.rcptt.module.testrail [eclipse-feature] [INFO] org.eclipse.rcptt.module.testrail-site [eclipse-update-site] [INFO] rcptt-module-zephyr [pom] [INFO] org.eclipse.rcptt.zephyr [eclipse-plugin] [INFO] org.eclipse.rcptt.zephyr.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.module.zephyr [eclipse-feature] [INFO] org.eclipse.rcptt.module.zephyr-site [eclipse-update-site] [INFO] org.eclipse.rcptt [eclipse-plugin] [INFO] org.eclipse.rcptt.dev.ui [eclipse-plugin] [INFO] q7.rcp.contexts [pom] [INFO] org.eclipse.rcptt.ctx.capability.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.debug.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.filesystem.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.group.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.parameters.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.preferences.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.resources.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.resources.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.script.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.super.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.expandbar.ide [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.configuration [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.ext.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.multiaut.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.remote.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.platform [eclipse-plugin] [INFO] org.eclipse.rcptt.search [eclipse-plugin] [INFO] org.eclipse.rcptt.ui.activities [eclipse-plugin] [INFO] org.eclipse.rcptt.ui.report [eclipse-plugin] [INFO] rcptt.testing [pom] [INFO] org.eclipse.rcptt.testing.ecl [eclipse-plugin] [INFO] q7.rcp.verifications [pom] [INFO] org.eclipse.rcptt.verifications.time.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.text.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.tree.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.log.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.resources.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.platform [eclipse-feature] [INFO] org.eclipse.rcptt.help [eclipse-plugin] [INFO] org.eclipse.rcptt.testing [eclipse-feature] [INFO] org.eclipse.rcptt.testing.repository [eclipse-repository] [INFO] full [eclipse-repository] [INFO] [INFO] -----------------------< org.eclipse.rcptt:ide >------------------------ [INFO] Building ide 2.5.5-SNAPSHOT [1/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ide --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ ide --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ide --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ ide --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ ide --- [INFO] [INFO] --------< org.eclipse.rcptt.features:org.eclipse.rcptt.updates >-------- [INFO] Building org.eclipse.rcptt.updates 2.5.5-SNAPSHOT [2/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.updates --- [INFO] The project's OSGi version is 2.5.5.202405211358 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.updates --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.updates --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates-feature/target/org.eclipse.rcptt.updates-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.updates --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.updates --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates-feature/target/org.eclipse.rcptt.updates-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates-feature/target/org.eclipse.rcptt.updates-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.updates --- [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt-module-nebula >---------------- [INFO] Building rcptt-module-nebula 2.5.5-SNAPSHOT [3/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt-module-nebula --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt-module-nebula --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt-module-nebula --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt-module-nebula --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt-module-nebula --- [INFO] [INFO] -----------------< org.eclipse.rcptt:rcptt.launching >------------------ [INFO] Building rcptt.launching 2.5.5-SNAPSHOT [4/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.launching --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.launching --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.launching --- [INFO] [INFO] --------------< org.eclipse.rcptt:rcptt-module-testrail >--------------- [INFO] Building rcptt-module-testrail 2.5.5-SNAPSHOT [5/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt-module-testrail --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt-module-testrail --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt-module-testrail --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt-module-testrail --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt-module-testrail --- [INFO] [INFO] --------------------< org.eclipse.rcptt:rcptt.rcp >--------------------- [INFO] Building rcptt.rcp 2.5.5-SNAPSHOT [6/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.rcp --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.rcp --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.rcp --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.rcp --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.rcp --- [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt-module-zephyr >---------------- [INFO] Building rcptt-module-zephyr 2.5.5-SNAPSHOT [7/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt-module-zephyr --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt-module-zephyr --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt-module-zephyr --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt-module-zephyr --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt-module-zephyr --- [INFO] [INFO] ------------------< org.eclipse.rcptt:rcptt.testing >------------------- [INFO] Building rcptt.testing 2.5.5-SNAPSHOT [8/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.testing --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.testing --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.testing --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.testing --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.testing --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula >---------- [INFO] Building org.eclipse.rcptt.tesla.nebula 2.5.5-SNAPSHOT [9/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom (1.7 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar (20 kB at 1.0 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.nebula --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.nebula --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.nebula... [INFO] Fetching javax.transaction_1.1.1.v201105210645.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (31.32kB) [INFO] Fetching org.eclipse.equinox.weaving.hook_1.4.0.v20240213-1357.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (53.24kB) [INFO] Fetching org.eclipse.equinox.transforms.hook_1.4.0.v20240213-1244.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (32.61kB) [INFO] Fetching org.eclipse.fx.osgi_3.9.0.202210162353.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (49.9kB) [INFO] Fetching org.eclipse.equinox.region_1.5.500.v20231214-2017.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (79.39kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.nebula --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.nebula --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.nebula --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.nebula --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.nebula --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/target/org.eclipse.rcptt.tesla.nebula-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.nebula --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.nebula --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/target/org.eclipse.rcptt.tesla.nebula-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/target/org.eclipse.rcptt.tesla.nebula-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.nebula --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.nebula --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.ecl >-------- [INFO] Building org.eclipse.rcptt.tesla.nebula.ecl 2.5.5-SNAPSHOT [10/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.nebula.ecl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.nebula.ecl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/target/org.eclipse.rcptt.tesla.nebula.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.nebula.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/target/org.eclipse.rcptt.tesla.nebula.ecl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/target/org.eclipse.rcptt.tesla.nebula.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.nebula.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt.cloud:org.eclipse.rcptt.reporting.util >------ [INFO] Building org.eclipse.rcptt.reporting.util 2.5.5-SNAPSHOT [11/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.pom (13 kB at 523 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/33.0.0-jre/guava-parent-33.0.0-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/33.0.0-jre/guava-parent-33.0.0-jre.pom (19 kB at 691 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.pom (3.3 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.pom (2.1 kB at 140 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.pom (1.8 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.23.0/error_prone_parent-2.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.23.0/error_prone_parent-2.23.0.pom (13 kB at 273 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom (2.9 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar (4.7 kB at 28 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar (9.3 kB at 55 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.jar (17 kB at 100 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.jar (229 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.jar (3.0 MB at 16 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.reporting.util --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.reporting.util --- [INFO] Resolving class path of org.eclipse.rcptt.reporting.util... [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (13.13kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (59.56kB) [INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.200.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (12.94kB) [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (13kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (27.41kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (39.29kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.reporting.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.reporting.util --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.util/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.util/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.reporting.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.util/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.reporting.util --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.reporting.util --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.util/target/org.eclipse.rcptt.reporting.util-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.reporting.util --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.reporting.util --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.util/target/org.eclipse.rcptt.reporting.util-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.util/target/org.eclipse.rcptt.reporting.util-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.reporting.util --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.reporting.util --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.launching.common >-------- [INFO] Building org.eclipse.rcptt.launching.common 2.5.5-SNAPSHOT [12/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.common --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.common --- [INFO] Resolving class path of org.eclipse.rcptt.launching.common... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.launching.common --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.common/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.common/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.common/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.launching.common --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.common --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.common/target/org.eclipse.rcptt.launching.common-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.common --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.common --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.common/target/org.eclipse.rcptt.launching.common-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.common/target/org.eclipse.rcptt.launching.common-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.launching.common --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.common --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.launching.injection >------- [INFO] Building org.eclipse.rcptt.launching.injection 2.5.5-SNAPSHOT [13/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.injection --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.injection --- [INFO] Resolving class path of org.eclipse.rcptt.launching.injection... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.launching.injection --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.launching.injection --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.injection --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/target/org.eclipse.rcptt.launching.injection-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.injection --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.injection --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/target/org.eclipse.rcptt.launching.injection-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/target/org.eclipse.rcptt.launching.injection-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.launching.injection --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.injection --- [INFO] No tests to run. [INFO] [INFO] -----------------< org.eclipse.rcptt:launching.tests >------------------ [INFO] Building launching.tests 2.5.5-SNAPSHOT [14/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/maven-metadata.xml [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/maven-metadata.xml (2.0 kB at 22 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.7/target-platform-configuration-4.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.7/target-platform-configuration-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.7/target-platform-configuration-4.0.7.pom (1.8 kB at 74 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/4.0.7/tycho-4.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.7/tycho-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.7/tycho-4.0.7.pom (21 kB at 500 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.7/target-platform-configuration-4.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.7/target-platform-configuration-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.7/target-platform-configuration-4.0.7.jar (28 kB at 769 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.pom (1.8 kB at 36 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/4.0.6/tycho-4.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.6/tycho-4.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.6/tycho-4.0.6.pom (21 kB at 466 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.jar (28 kB at 482 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.5/target-platform-configuration-4.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.5/target-platform-configuration-4.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.5/target-platform-configuration-4.0.5.pom (1.8 kB at 26 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/4.0.5/tycho-4.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.5/tycho-4.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.5/tycho-4.0.5.pom (20 kB at 369 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.5/target-platform-configuration-4.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.5/target-platform-configuration-4.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.5/target-platform-configuration-4.0.5.jar (27 kB at 323 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.4/target-platform-configuration-4.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.4/target-platform-configuration-4.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.4/target-platform-configuration-4.0.4.pom (1.8 kB at 26 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/4.0.4/tycho-4.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.4/tycho-4.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.4/tycho-4.0.4.pom (20 kB at 532 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.4/target-platform-configuration-4.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.4/target-platform-configuration-4.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.4/target-platform-configuration-4.0.4.jar (22 kB at 498 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.3/target-platform-configuration-4.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.3/target-platform-configuration-4.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.3/target-platform-configuration-4.0.3.pom (1.8 kB at 26 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/4.0.3/tycho-4.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.3/tycho-4.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.3/tycho-4.0.3.pom (20 kB at 321 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.3/target-platform-configuration-4.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.3/target-platform-configuration-4.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.3/target-platform-configuration-4.0.3.jar (22 kB at 448 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.2/target-platform-configuration-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.2/target-platform-configuration-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.2/target-platform-configuration-4.0.2.pom (1.8 kB at 18 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/4.0.2/tycho-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.2/tycho-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.2/tycho-4.0.2.pom (20 kB at 164 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.2/target-platform-configuration-4.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.2/target-platform-configuration-4.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.2/target-platform-configuration-4.0.2.jar (22 kB at 211 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.1/target-platform-configuration-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.1/target-platform-configuration-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.1/target-platform-configuration-4.0.1.pom (1.8 kB at 15 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/4.0.1/tycho-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.1/tycho-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.1/tycho-4.0.1.pom (20 kB at 156 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.1/target-platform-configuration-4.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.1/target-platform-configuration-4.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.1/target-platform-configuration-4.0.1.jar (22 kB at 204 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.0/target-platform-configuration-4.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.0/target-platform-configuration-4.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.0/target-platform-configuration-4.0.0.pom (1.8 kB at 22 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/4.0.0/tycho-4.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.0/tycho-4.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.0/tycho-4.0.0.pom (20 kB at 148 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.0/target-platform-configuration-4.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.0/target-platform-configuration-4.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.0/target-platform-configuration-4.0.0.jar (22 kB at 199 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/3.0.5/target-platform-configuration-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/3.0.5/target-platform-configuration-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/3.0.5/target-platform-configuration-3.0.5.pom (1.9 kB at 32 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/3.0.5/tycho-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/3.0.5/tycho-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/3.0.5/tycho-3.0.5.pom (18 kB at 329 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/3.0.5/target-platform-configuration-3.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/3.0.5/target-platform-configuration-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/3.0.5/target-platform-configuration-3.0.5.jar (16 kB at 471 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ launching.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ launching.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ launching.tests --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ launching.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ launching.tests --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.testrail.ecl >---------- [INFO] Building org.eclipse.rcptt.testrail.ecl 2.5.5-SNAPSHOT [15/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.testrail.ecl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.testrail.ecl --- [INFO] Resolving class path of org.eclipse.rcptt.testrail.ecl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.testrail.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.testrail.ecl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.testrail.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.testrail.ecl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.testrail.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/target/org.eclipse.rcptt.testrail.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.testrail.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.testrail.ecl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/target/org.eclipse.rcptt.testrail.ecl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/target/org.eclipse.rcptt.testrail.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.testrail.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.testrail.ecl --- [INFO] No tests to run. [INFO] [INFO] ----------------< org.eclipse.rcptt:org.eclipse.rcptt >----------------- [INFO] Building org.eclipse.rcptt 2.5.5-SNAPSHOT [16/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt --- [INFO] Resolving class path of org.eclipse.rcptt... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt --- [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt/target/org.eclipse.rcptt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt/target/org.eclipse.rcptt-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt/target/org.eclipse.rcptt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt --- [INFO] No tests to run. [INFO] [INFO] -----------------< org.eclipse.rcptt:q7.rcp.contexts >------------------ [INFO] Building q7.rcp.contexts 2.5.5-SNAPSHOT [17/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ q7.rcp.contexts --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ q7.rcp.contexts --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ q7.rcp.contexts --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ q7.rcp.contexts --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ q7.rcp.contexts --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.expandbar.ide >---------- [INFO] Building org.eclipse.rcptt.expandbar.ide 2.5.5-SNAPSHOT [18/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.expandbar.ide --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.expandbar.ide --- [INFO] Resolving class path of org.eclipse.rcptt.expandbar.ide... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.expandbar.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.expandbar.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.expandbar.ide --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.expandbar.ide/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.expandbar.ide/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.expandbar.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.expandbar.ide/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.expandbar.ide --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.expandbar.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.expandbar.ide/target/org.eclipse.rcptt.expandbar.ide-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.expandbar.ide --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.expandbar.ide --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.expandbar.ide/target/org.eclipse.rcptt.expandbar.ide-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.expandbar.ide/target/org.eclipse.rcptt.expandbar.ide-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.expandbar.ide --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.expandbar.ide --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ui.activities >---------- [INFO] Building org.eclipse.rcptt.ui.activities 2.5.5-SNAPSHOT [19/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/74.2/icu4j-74.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/74.2/icu4j-74.2.pom (13 kB at 438 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j-root/74.2/icu4j-root-74.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j-root/74.2/icu4j-root-74.2.pom (25 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.pom (2.3 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.pom (2.0 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom (16 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom (5.9 kB at 423 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 234 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0.pom (27 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/65/commons-parent-65.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/65/commons-parent-65.pom (78 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom (24 kB at 759 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom (5.6 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom (20 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom (1.9 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom (1.5 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom (15 kB at 298 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/8/felix-parent-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/8/felix-parent-8.pom (20 kB at 985 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom (2.5 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom (4.3 kB at 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 kB at 979 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom (2.8 kB at 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom (1.3 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom (1.3 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom (1.3 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom (2.3 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom (1.3 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/74.2/icu4j-74.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar (26 kB at 278 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar (11 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0.jar (71 kB at 393 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar (1.9 MB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar (86 kB at 428 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar (501 kB at 2.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.jar (36 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar (66 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar (404 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar (12 kB at 38 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar (48 kB at 154 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar (1.4 MB at 4.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar (12 kB at 32 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/74.2/icu4j-74.2.jar (14 MB at 27 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ui.activities --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ui.activities --- [INFO] Resolving class path of org.eclipse.rcptt.ui.activities... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.2.100.v20231030-2045.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (12.61kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.2.200.v20231201-1637.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (12.13kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.14.300.v20240119-2127.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (31.85kB) [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.125.0.v20240227-1638.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (2.14MB) [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.125.0.v20240227-1638.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (2.12MB) [INFO] Fetching org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (11.39kB) [INFO] Fetching org.eclipse.tests.urischeme_1.2.300.v20231214-1513.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (89.56kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ui.activities --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.activities/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ui.activities --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.activities/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ui.activities --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ui.activities --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.activities/target/org.eclipse.rcptt.ui.activities-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ui.activities --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ui.activities --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.activities/target/org.eclipse.rcptt.ui.activities-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.activities/target/org.eclipse.rcptt.ui.activities-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ui.activities --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ui.activities --- [INFO] No tests to run. [INFO] [INFO] ---------------< org.eclipse.rcptt:q7.rcp.verifications >--------------- [INFO] Building q7.rcp.verifications 2.5.5-SNAPSHOT [20/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ q7.rcp.verifications --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ q7.rcp.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ q7.rcp.verifications --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ q7.rcp.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ q7.rcp.verifications --- [INFO] [INFO] --------------< org.eclipse.rcptt:org.eclipse.rcptt.help >-------------- [INFO] Building org.eclipse.rcptt.help 2.5.5-SNAPSHOT [21/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.help --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.help --- [INFO] Resolving class path of org.eclipse.rcptt.help... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.help/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.help --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.help/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.help/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.help/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.help --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.help --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.help/target/org.eclipse.rcptt.help-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.help --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.help --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.help/target/org.eclipse.rcptt.help-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.help/target/org.eclipse.rcptt.help-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.help --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.help --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.impl >-------- [INFO] Building org.eclipse.rcptt.tesla.nebula.impl 2.5.5-SNAPSHOT [22/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.nebula.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.nebula.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/target/org.eclipse.rcptt.tesla.nebula.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.nebula.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/target/org.eclipse.rcptt.tesla.nebula.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/target/org.eclipse.rcptt.tesla.nebula.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.nebula.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.nebula.ecl >--- [INFO] Building org.eclipse.rcptt.tesla.recording.nebula.ecl 2.5.5-SNAPSHOT [23/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.nebula.ecl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/target/org.eclipse.rcptt.tesla.recording.nebula.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/target/org.eclipse.rcptt.tesla.recording.nebula.ecl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/target/org.eclipse.rcptt.tesla.recording.nebula.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.launching >------------ [INFO] Building org.eclipse.rcptt.launching 2.5.5-SNAPSHOT [24/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom (1.6 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom (1.1 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom (2.7 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom (5.2 kB at 194 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom (2.2 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom (14 kB at 216 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom (1.9 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar (451 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar (440 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar (442 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (123 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar (443 kB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar (3.2 MB at 13 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar (8.4 MB at 24 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching --- [INFO] Resolving class path of org.eclipse.rcptt.launching... [INFO] Fetching org.slf4j.binding.nop_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (13.29kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.1.200.v20231214-1607.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (25.65kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (29.9kB) [INFO] Fetching org.slf4j.binding.simple_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (24.75kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.2.200.v20240213-1244.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (42.58kB) [INFO] Fetching ch.qos.logback.slf4j_1.2.3.v20200428-2012.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (19.34kB) [INFO] Fetching org.slf4j.binding.log4j12_1.7.30.v20201108-2042.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (21.76kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.launching --- [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.launching --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching/target/org.eclipse.rcptt.launching-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching/target/org.eclipse.rcptt.launching-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching/target/org.eclipse.rcptt.launching-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.reporting.html >--------- [INFO] Building org.eclipse.rcptt.reporting.html 2.5.5-SNAPSHOT [25/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.reporting.html --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.reporting.html --- [INFO] Resolving class path of org.eclipse.rcptt.reporting.html... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.reporting.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.html/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.reporting.html --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.html/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.html/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.reporting.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.html/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.reporting.html --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.reporting.html --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.html/target/org.eclipse.rcptt.reporting.html-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.reporting.html --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.reporting.html --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.html/target/org.eclipse.rcptt.reporting.html-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.html/target/org.eclipse.rcptt.reporting.html-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.reporting.html --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.reporting.html --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.cloud:org.eclipse.rcptt.launching.p2utils >----- [INFO] Building org.eclipse.rcptt.launching.p2utils 2.5.5-SNAPSHOT [26/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.p2utils --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.p2utils --- [INFO] Resolving class path of org.eclipse.rcptt.launching.p2utils... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.p2utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.p2utils/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.launching.p2utils --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.p2utils/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.p2utils/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.p2utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.p2utils/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.launching.p2utils --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.p2utils --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.p2utils/target/org.eclipse.rcptt.launching.p2utils-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.p2utils --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.p2utils --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.p2utils/target/org.eclipse.rcptt.launching.p2utils-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.p2utils/target/org.eclipse.rcptt.launching.p2utils-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.launching.p2utils --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.p2utils --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.testrail.ecl.impl >-------- [INFO] Building org.eclipse.rcptt.testrail.ecl.impl 2.5.5-SNAPSHOT [27/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] Resolving class path of org.eclipse.rcptt.testrail.ecl.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.testrail.ecl.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/target/org.eclipse.rcptt.testrail.ecl.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.testrail.ecl.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/target/org.eclipse.rcptt.testrail.ecl.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/target/org.eclipse.rcptt.testrail.ecl.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.testrail.ecl.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.ecl.impl >------ [INFO] Building org.eclipse.rcptt.tesla.nebula.ecl.impl 2.5.5-SNAPSHOT [28/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.nebula.ecl.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/target/org.eclipse.rcptt.tesla.nebula.ecl.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/target/org.eclipse.rcptt.tesla.nebula.ecl.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/target/org.eclipse.rcptt.tesla.nebula.ecl.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.nebula >----- [INFO] Building org.eclipse.rcptt.tesla.recording.nebula 2.5.5-SNAPSHOT [29/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.nebula... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.nebula --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/target/org.eclipse.rcptt.tesla.recording.nebula-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.nebula --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/target/org.eclipse.rcptt.tesla.recording.nebula-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/target/org.eclipse.rcptt.tesla.recording.nebula-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.nebula --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.launching.multiaut >------- [INFO] Building org.eclipse.rcptt.launching.multiaut 2.5.5-SNAPSHOT [30/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.multiaut --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.multiaut --- [INFO] Resolving class path of org.eclipse.rcptt.launching.multiaut... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.multiaut --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.launching.multiaut --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.multiaut --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.launching.multiaut --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.multiaut --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut/target/org.eclipse.rcptt.launching.multiaut-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.multiaut --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.multiaut --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut/target/org.eclipse.rcptt.launching.multiaut-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut/target/org.eclipse.rcptt.launching.multiaut-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.launching.multiaut --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.multiaut --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.launching.tests >--------- [INFO] Building org.eclipse.rcptt.launching.tests 2.5.5-SNAPSHOT [31/82] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.12/byte-buddy-agent-1.14.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.12/byte-buddy-agent-1.14.12.pom (10 kB at 581 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.14.12/byte-buddy-parent-1.14.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.14.12/byte-buddy-parent-1.14.12.pom (63 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.12/byte-buddy-1.14.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.12/byte-buddy-1.14.12.pom (16 kB at 990 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.12/byte-buddy-agent-1.14.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.12/byte-buddy-1.14.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.12/byte-buddy-agent-1.14.12.jar (257 kB at 15 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.12/byte-buddy-1.14.12.jar (4.2 MB at 29 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.tests --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.tests --- [INFO] Resolving class path of org.eclipse.rcptt.launching.tests... [INFO] Fetching org.eclipse.core.net.win32_1.1.300.v20231214-1526.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (27.77kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (88.56kB) [INFO] Fetching org.eclipse.ui.win32_3.5.200.v20231214-2114.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (24.37kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (136.42kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (87.05kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (41.66kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (41.66kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (41.8kB) [INFO] Fetching org.eclipse.core.net.linux_1.1.100.v20231214-1526.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (16.39kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (89.15kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.2.200.v20231214-1012.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (9.6kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.launching.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/org.eclipse.rcptt.launching.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/org.eclipse.rcptt.launching.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/org.eclipse.rcptt.launching.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.launching.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.launching.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/surefire.properties] Running org.eclipse.rcptt.internal.launching.TestSuiteElementCollectorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.884 s - in org.eclipse.rcptt.internal.launching.TestSuiteElementCollectorTest corruptedResourcesShouldProduceReadaleErrorMessage(org.eclipse.rcptt.internal.launching.TestSuiteElementCollectorTest) Time elapsed: 0.786 s Running org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.639 s - in org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest astExecRespectsCancel(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 2.246 s setupPlayerRespectsTimeoutArgument(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.511 s terminateOnShutdownTimeout(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 1.029 s simpleValidCommand(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.003 s setupPlayerRespectsCancel(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.405 s extractScriptFromEclContext(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.222 s connectHangs(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 1.205 s Running org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.768 s - in org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest propagateInternalFailures(org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest) Time elapsed: 0.654 s debug(org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest) Time elapsed: 0.112 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ------------< org.eclipse.rcptt:org.eclipse.rcptt.testrail >------------ [INFO] Building org.eclipse.rcptt.testrail 2.5.5-SNAPSHOT [32/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-osgi/4.5.14/httpclient-osgi-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-osgi/4.5.14/httpclient-osgi-4.5.14.pom (8.4 kB at 262 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom (15 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom (6.6 kB at 237 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom (5.0 kB at 621 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom (12 kB at 597 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.pom (5.1 kB at 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.pom (6.6 kB at 165 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.pom (5.3 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-osgi/4.5.14/httpclient-osgi-4.5.14.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (328 kB at 19 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (786 kB at 9.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar (42 kB at 528 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.jar (32 kB at 395 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.jar (164 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-osgi/4.5.14/httpclient-osgi-4.5.14.jar (1.4 MB at 12 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.testrail --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.testrail --- [INFO] Resolving class path of org.eclipse.rcptt.testrail... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.testrail --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.testrail --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.testrail --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.testrail --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.testrail --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail/target/org.eclipse.rcptt.testrail-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.testrail --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.testrail --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail/target/org.eclipse.rcptt.testrail-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail/target/org.eclipse.rcptt.testrail-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.testrail --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.testrail --- [INFO] No tests to run. [INFO] [INFO] ---------------< org.eclipse.rcptt:org.eclipse.rcptt.ui >--------------- [INFO] Building org.eclipse.rcptt.ui 2.5.5-SNAPSHOT [33/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ui --- [INFO] Compiling 359 source files to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui/target/org.eclipse.rcptt.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui/target/org.eclipse.rcptt.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui/target/org.eclipse.rcptt.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ui --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.rcptt:org.eclipse.rcptt.zephyr >------------- [INFO] Building org.eclipse.rcptt.zephyr 2.5.5-SNAPSHOT [34/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom (31 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/64/commons-parent-64.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/64/commons-parent-64.pom (78 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/30/apache-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/30/apache-30.pom (23 kB at 628 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom (5.6 kB at 807 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar (658 kB at 9.4 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.zephyr --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.zephyr --- [INFO] Resolving class path of org.eclipse.rcptt.zephyr... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.zephyr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.zephyr --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.zephyr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.zephyr --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.zephyr --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/target/org.eclipse.rcptt.zephyr-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.zephyr --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.zephyr --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/target/org.eclipse.rcptt.zephyr-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/target/org.eclipse.rcptt.zephyr-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.zephyr --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.zephyr --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.rcptt:org.eclipse.rcptt.platform >------------ [INFO] Building org.eclipse.rcptt.platform 2.5.5-SNAPSHOT [35/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.platform --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.platform --- [INFO] Resolving class path of org.eclipse.rcptt.platform... [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.rcptt.platform --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom (6.5 kB at 93 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 293 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] 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 [INFO] 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 646 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] 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 [INFO] 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 36 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 57 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] 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 [INFO] 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 32 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] 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 [INFO] 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 60 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] 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 [INFO] 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 53 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 38 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 54 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] 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 [INFO] 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 186 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] 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 [INFO] 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 66 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] 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 [INFO] 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 47 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] 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 [INFO] 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 53 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 15 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 130 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] 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 [INFO] 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 28 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] 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 [INFO] 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 53 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] 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 [INFO] 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 43 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] 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 [INFO] 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 36 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] 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 [INFO] 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 17 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom (4.0 kB at 49 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 190 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/11/apache-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 494 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 25 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 84 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 89 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 194 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 32 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] 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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 112 kB/s) [INFO] 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 2.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 464 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar (155 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar (44 kB at 311 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.rcptt.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.platform --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (process-about.mappings) @ org.eclipse.rcptt.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform/target/org.eclipse.rcptt.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.platform --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.platform --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform/target/org.eclipse.rcptt.platform-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform/target/org.eclipse.rcptt.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.platform --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.platform --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.reporting.html.tests >------ [INFO] Building org.eclipse.rcptt.reporting.html.tests 2.5.5-SNAPSHOT [36/82] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Resolving class path of org.eclipse.rcptt.reporting.html.tests... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.reporting.html.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/org.eclipse.rcptt.reporting.html.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.reporting.html.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/org.eclipse.rcptt.reporting.html.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/org.eclipse.rcptt.reporting.html.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.reporting.html.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/surefire.properties] Running org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 s - in org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest testElapsed(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.775 s testNoPlaceholders(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.001 s testStyle(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.004 s testStylingOfDifferentResults(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.088 s testNoRoot(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.007 s testScript(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.002 s Running org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest testElapsed(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.005 s testNoPlaceholders(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.001 s testStyle(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.001 s testScriptInChild(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.002 s testStylingOfDifferentResults(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.004 s testNoRoot(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.001 s testScript(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest failedTestHeaderShouldBeRed(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.001 s passedTestHeaderShouldBeGreen(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.001 s screenShots(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.004 s testWaitInfo(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.092 s testEmptyLogsAreNotShown(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.001 s failedChildShouldBeRed(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.001 s passedChildOfFailedNodeShouldBeBlack(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.002 s Running org.eclipse.rcptt.reporting.html.tests.ReportEntryTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.528 s - in org.eclipse.rcptt.reporting.html.tests.ReportEntryTest test(org.eclipse.rcptt.reporting.html.tests.ReportEntryTest) Time elapsed: 1.527 s Results: Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.launching.ext >---------- [INFO] Building org.eclipse.rcptt.launching.ext 2.5.5-SNAPSHOT [37/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.ext --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.ext --- [INFO] Resolving class path of org.eclipse.rcptt.launching.ext... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.ext/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.launching.ext --- [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.ext/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.ext/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.launching.ext --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.ext/target/org.eclipse.rcptt.launching.ext-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.ext --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.ext --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.ext/target/org.eclipse.rcptt.launching.ext-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.ext/target/org.eclipse.rcptt.launching.ext-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.launching.ext --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.ext --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.features:org.eclipse.rcptt.module.testrail.runtime >-- [INFO] Building org.eclipse.rcptt.module.testrail.runtime 2.5.5-SNAPSHOT [38/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/testrail/features/org.eclipse.rcptt.module.testrail.runtime/target/org.eclipse.rcptt.module.testrail.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.module.testrail.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/testrail/features/org.eclipse.rcptt.module.testrail.runtime/target/org.eclipse.rcptt.module.testrail.runtime-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/testrail/features/org.eclipse.rcptt.module.testrail.runtime/target/org.eclipse.rcptt.module.testrail.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.module.testrail.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --< org.eclipse.rcptt.features:org.eclipse.rcptt.module.nebula.runtime >-- [INFO] Building org.eclipse.rcptt.module.nebula.runtime 2.5.5-SNAPSHOT [39/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/nebula/features/org.eclipse.rcptt.module.nebula.runtime/target/org.eclipse.rcptt.module.nebula.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.module.nebula.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/nebula/features/org.eclipse.rcptt.module.nebula.runtime/target/org.eclipse.rcptt.module.nebula.runtime-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/nebula/features/org.eclipse.rcptt.module.nebula.runtime/target/org.eclipse.rcptt.module.nebula.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.module.nebula.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.testrail.ui >----------- [INFO] Building org.eclipse.rcptt.testrail.ui 2.5.5-SNAPSHOT [40/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.pom (2.1 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar (56 kB at 1.4 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.testrail.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.testrail.ui --- [INFO] Resolving class path of org.eclipse.rcptt.testrail.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.testrail.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.testrail.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.testrail.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.testrail.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.testrail.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/target/org.eclipse.rcptt.testrail.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.testrail.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.testrail.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/target/org.eclipse.rcptt.testrail.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/target/org.eclipse.rcptt.testrail.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.testrail.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.testrail.ui --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.rcptt:org.eclipse.rcptt.dev.ui >------------- [INFO] Building org.eclipse.rcptt.dev.ui 2.5.5-SNAPSHOT [41/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.dev.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.dev.ui --- [INFO] Resolving class path of org.eclipse.rcptt.dev.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.dev.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.dev.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.dev.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.dev.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.dev.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.dev.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.dev.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.dev.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.dev.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.dev.ui/target/org.eclipse.rcptt.dev.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.dev.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.dev.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.dev.ui/target/org.eclipse.rcptt.dev.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.dev.ui/target/org.eclipse.rcptt.dev.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.dev.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.dev.ui --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.capability.ui >-------- [INFO] Building org.eclipse.rcptt.ctx.capability.ui 2.5.5-SNAPSHOT [42/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.capability.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.capability.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/target/org.eclipse.rcptt.ctx.capability.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.capability.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/target/org.eclipse.rcptt.ctx.capability.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/target/org.eclipse.rcptt.ctx.capability.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.capability.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.ui >---------- [INFO] Building org.eclipse.rcptt.ctx.debug.ui 2.5.5-SNAPSHOT [43/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.debug.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/target/org.eclipse.rcptt.ctx.debug.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.debug.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/target/org.eclipse.rcptt.ctx.debug.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/target/org.eclipse.rcptt.ctx.debug.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.debug.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.ui >-------- [INFO] Building org.eclipse.rcptt.ctx.filesystem.ui 2.5.5-SNAPSHOT [44/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.filesystem.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/target/org.eclipse.rcptt.ctx.filesystem.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.filesystem.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/target/org.eclipse.rcptt.ctx.filesystem.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/target/org.eclipse.rcptt.ctx.filesystem.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.filesystem.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.ui >---------- [INFO] Building org.eclipse.rcptt.ctx.group.ui 2.5.5-SNAPSHOT [45/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.group.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.group.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/target/org.eclipse.rcptt.ctx.group.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.group.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/target/org.eclipse.rcptt.ctx.group.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/target/org.eclipse.rcptt.ctx.group.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.group.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.ui >-------- [INFO] Building org.eclipse.rcptt.ctx.parameters.ui 2.5.5-SNAPSHOT [46/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.parameters.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.parameters.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/target/org.eclipse.rcptt.ctx.parameters.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.parameters.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/target/org.eclipse.rcptt.ctx.parameters.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/target/org.eclipse.rcptt.ctx.parameters.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.parameters.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.ui >------- [INFO] Building org.eclipse.rcptt.ctx.preferences.ui 2.5.5-SNAPSHOT [47/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.preferences.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/target/org.eclipse.rcptt.ctx.preferences.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.preferences.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/target/org.eclipse.rcptt.ctx.preferences.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/target/org.eclipse.rcptt.ctx.preferences.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.preferences.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.resources.ui >---------- [INFO] Building org.eclipse.rcptt.resources.ui 2.5.5-SNAPSHOT [48/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.resources.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.resources.ui --- [INFO] Resolving class path of org.eclipse.rcptt.resources.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.resources.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.resources.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.resources.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.resources.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.resources.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.resources.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.resources.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.resources.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.resources.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.resources.ui/target/org.eclipse.rcptt.resources.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.resources.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.resources.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.resources.ui/target/org.eclipse.rcptt.resources.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.resources.ui/target/org.eclipse.rcptt.resources.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.resources.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.resources.ui --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.ui >---------- [INFO] Building org.eclipse.rcptt.ctx.script.ui 2.5.5-SNAPSHOT [49/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.script.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/target/org.eclipse.rcptt.ctx.script.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.script.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/target/org.eclipse.rcptt.ctx.script.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/target/org.eclipse.rcptt.ctx.script.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.script.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.super.ui >---------- [INFO] Building org.eclipse.rcptt.ctx.super.ui 2.5.5-SNAPSHOT [50/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.super.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.super.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/target/org.eclipse.rcptt.ctx.super.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.super.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/target/org.eclipse.rcptt.ctx.super.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/target/org.eclipse.rcptt.ctx.super.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.super.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.launching.multiaut.ui >------ [INFO] Building org.eclipse.rcptt.launching.multiaut.ui 2.5.5-SNAPSHOT [51/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] Resolving class path of org.eclipse.rcptt.launching.multiaut.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.launching.multiaut.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut.ui/target/org.eclipse.rcptt.launching.multiaut.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.multiaut.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut.ui/target/org.eclipse.rcptt.launching.multiaut.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut.ui/target/org.eclipse.rcptt.launching.multiaut.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.launching.multiaut.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.rcptt:org.eclipse.rcptt.search >------------- [INFO] Building org.eclipse.rcptt.search 2.5.5-SNAPSHOT [52/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.search --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.search --- [INFO] Resolving class path of org.eclipse.rcptt.search... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.search/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.search --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.search/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.search/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.search/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.search --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.search --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.search/target/org.eclipse.rcptt.search-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.search --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.search --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.search/target/org.eclipse.rcptt.search-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.search/target/org.eclipse.rcptt.search-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.search --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.search --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.ui.report >------------ [INFO] Building org.eclipse.rcptt.ui.report 2.5.5-SNAPSHOT [53/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ui.report --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ui.report --- [INFO] Resolving class path of org.eclipse.rcptt.ui.report... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ui.report --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.report/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ui.report --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.report/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.report/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ui.report --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.report/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ui.report --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ui.report --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.report/target/org.eclipse.rcptt.ui.report-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ui.report --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ui.report --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.report/target/org.eclipse.rcptt.ui.report-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.report/target/org.eclipse.rcptt.ui.report-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ui.report --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ui.report --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.ui >------ [INFO] Building org.eclipse.rcptt.verifications.time.ui 2.5.5-SNAPSHOT [54/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.time.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/target/org.eclipse.rcptt.verifications.time.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.time.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/target/org.eclipse.rcptt.verifications.time.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/target/org.eclipse.rcptt.verifications.time.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.time.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.ui >------ [INFO] Building org.eclipse.rcptt.verifications.text.ui 2.5.5-SNAPSHOT [55/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.text.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/target/org.eclipse.rcptt.verifications.text.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.text.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/target/org.eclipse.rcptt.verifications.text.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/target/org.eclipse.rcptt.verifications.text.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.text.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.ui >------ [INFO] Building org.eclipse.rcptt.verifications.tree.ui 2.5.5-SNAPSHOT [56/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.tree.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/target/org.eclipse.rcptt.verifications.tree.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.tree.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/target/org.eclipse.rcptt.verifications.tree.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/target/org.eclipse.rcptt.verifications.tree.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.tree.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.ui >------ [INFO] Building org.eclipse.rcptt.verifications.log.ui 2.5.5-SNAPSHOT [57/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.log.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/target/org.eclipse.rcptt.verifications.log.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.log.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/target/org.eclipse.rcptt.verifications.log.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/target/org.eclipse.rcptt.verifications.log.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.log.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.zephyr.ui >------------ [INFO] Building org.eclipse.rcptt.zephyr.ui 2.5.5-SNAPSHOT [58/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.zephyr.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.zephyr.ui --- [INFO] Resolving class path of org.eclipse.rcptt.zephyr.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.zephyr.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.zephyr.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.zephyr.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.zephyr.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.zephyr.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/target/org.eclipse.rcptt.zephyr.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.zephyr.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.zephyr.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/target/org.eclipse.rcptt.zephyr.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/target/org.eclipse.rcptt.zephyr.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.zephyr.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.zephyr.ui --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.launching.remote >-------- [INFO] Building org.eclipse.rcptt.launching.remote 2.5.5-SNAPSHOT [59/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.remote --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.remote --- [INFO] Resolving class path of org.eclipse.rcptt.launching.remote... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.remote/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.launching.remote --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.remote/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.remote/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.remote/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.launching.remote --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.remote --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.remote/target/org.eclipse.rcptt.launching.remote-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.remote --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.remote --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.remote/target/org.eclipse.rcptt.launching.remote-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.remote/target/org.eclipse.rcptt.launching.remote-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.launching.remote --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.remote --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.launching.ext.tests >------- [INFO] Building org.eclipse.rcptt.launching.ext.tests 2.5.5-SNAPSHOT [60/82] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] Resolving class path of org.eclipse.rcptt.launching.ext.tests... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.launching.ext.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/org.eclipse.rcptt.launching.ext.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.ext.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/org.eclipse.rcptt.launching.ext.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/org.eclipse.rcptt.launching.ext.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.launching.ext.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/surefire.properties] Running org.eclipse.rcptt.launching.ext.tests.ExecutableTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.024 s - in org.eclipse.rcptt.launching.ext.tests.ExecutableTest testPrepareExecution(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 1.828 s testTime(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 1.003 s testFailOnNpe(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 0.001 s testGroupExecutable(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 1.103 s Running org.eclipse.rcptt.launching.ext.tests.BundleStartTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.rcptt.launching.ext.tests.BundleStartTest testPositive(org.eclipse.rcptt.launching.ext.tests.BundleStartTest) Time elapsed: 0.001 s testQS2313(org.eclipse.rcptt.launching.ext.tests.BundleStartTest) Time elapsed: 0 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.launching.configuration >----- [INFO] Building org.eclipse.rcptt.launching.configuration 2.5.5-SNAPSHOT [61/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.configuration --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.configuration --- [INFO] Resolving class path of org.eclipse.rcptt.launching.configuration... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.configuration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.launching.configuration --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.configuration/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.configuration/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.configuration/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.launching.configuration --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.configuration/target/org.eclipse.rcptt.launching.configuration-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.configuration --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.configuration --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.configuration/target/org.eclipse.rcptt.launching.configuration-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.configuration/target/org.eclipse.rcptt.launching.configuration-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.launching.configuration --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.configuration --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.launching.ext.ui >-------- [INFO] Building org.eclipse.rcptt.launching.ext.ui 2.5.5-SNAPSHOT [62/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom (4.9 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom (1.3 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom (5.4 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom (1.8 kB at 202 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.pom (18 kB at 461 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.pom (13 kB at 636 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.1/jakarta.xml.bind-api-parent-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.1/jakarta.xml.bind-api-parent-4.0.1.pom (9.2 kB at 305 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.templating/7.0.0/org.bndtools.templating-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.templating/7.0.0/org.bndtools.templating-7.0.0.pom (4.7 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.3.0/org.osgi.service.metatype-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.3.0/org.osgi.service.metatype-1.3.0.pom (1.3 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.pom (2.3 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar (41 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar (1.1 MB at 25 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar (23 kB at 656 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.templating/7.0.0/org.bndtools.templating-7.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar (66 kB at 718 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.jar (30 kB at 304 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.jar (652 kB at 6.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.jar (130 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.templating/7.0.0/org.bndtools.templating-7.0.0.jar (2.6 MB at 18 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] Resolving class path of org.eclipse.rcptt.launching.ext.ui... [INFO] Fetching org.eclipse.ant.optional.junit_3.3.400.v20230714-1309.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (9.34kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.ext.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.launching.ext.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.ext.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.ext.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.ext.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.ext.ui/target/org.eclipse.rcptt.launching.ext.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.ext.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.ext.ui/target/org.eclipse.rcptt.launching.ext.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.ext.ui/target/org.eclipse.rcptt.launching.ext.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.launching.ext.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.testing.ecl >----------- [INFO] Building org.eclipse.rcptt.testing.ecl 2.5.5-SNAPSHOT [63/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.testing.ecl --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.testing.ecl --- [INFO] Resolving class path of org.eclipse.rcptt.testing.ecl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.testing.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing.ecl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.testing.ecl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing.ecl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing.ecl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.testing.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing.ecl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.testing.ecl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.testing.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing.ecl/target/org.eclipse.rcptt.testing.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.testing.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.testing.ecl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing.ecl/target/org.eclipse.rcptt.testing.ecl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing.ecl/target/org.eclipse.rcptt.testing.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.testing.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.testing.ecl --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt:org.eclipse.rcptt.module.testrail-runtime-site >-- [INFO] Building org.eclipse.rcptt.module.testrail-runtime-site 2.5.5-SNAPSHOT [64/82] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-site (default-update-site) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] Command line: [/usr/lib/jvm/java-17-openjdk-amd64/bin/java, -jar, /home/jenkins/agent/workspace/master/m2/org/eclipse/tycho/tycho-bundles-external/2.7.5/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -configuration, /tmp/tycho-p2-runtime3226125766599435759.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/master/modules/testrail/runtime-site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/master/modules/testrail/runtime-site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.testrail-runtime-site, -artifactRepository, file:/home/jenkins/agent/workspace/master/modules/testrail/runtime-site/target/site/, -artifactRepositoryName, org.eclipse.rcptt.module.testrail-runtime-site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-site-packaging (default-update-site-packaging) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] Building zip: /home/jenkins/agent/workspace/master/modules/testrail/runtime-site/target/site.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.module.testrail-runtime-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.module.testrail-runtime-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] [INFO] ---< org.eclipse.rcptt:org.eclipse.rcptt.module.nebula-runtime-site >--- [INFO] Building org.eclipse.rcptt.module.nebula-runtime-site 2.5.5-SNAPSHOT [65/82] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-site (default-update-site) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] Command line: [/usr/lib/jvm/java-17-openjdk-amd64/bin/java, -jar, /home/jenkins/agent/workspace/master/m2/org/eclipse/tycho/tycho-bundles-external/2.7.5/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -configuration, /tmp/tycho-p2-runtime5567900613289484708.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/master/modules/nebula/runtime-site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/master/modules/nebula/runtime-site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.nebula-runtime-site, -artifactRepository, file:/home/jenkins/agent/workspace/master/modules/nebula/runtime-site/target/site/, -artifactRepositoryName, org.eclipse.rcptt.module.nebula-runtime-site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-site-packaging (default-update-site-packaging) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] Building zip: /home/jenkins/agent/workspace/master/modules/nebula/runtime-site/target/site.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.module.nebula-runtime-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.module.nebula-runtime-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.ui >-------- [INFO] Building org.eclipse.rcptt.ctx.resources.ui 2.5.5-SNAPSHOT [66/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.resources.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/target/org.eclipse.rcptt.ctx.resources.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.resources.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/target/org.eclipse.rcptt.ctx.resources.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/target/org.eclipse.rcptt.ctx.resources.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.resources.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.ui >--- [INFO] Building org.eclipse.rcptt.verifications.resources.ui 2.5.5-SNAPSHOT [67/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.resources.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/target/org.eclipse.rcptt.verifications.resources.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.resources.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/target/org.eclipse.rcptt.verifications.resources.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/target/org.eclipse.rcptt.verifications.resources.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.resources.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.features:org.eclipse.rcptt.module.zephyr >----- [INFO] Building org.eclipse.rcptt.module.zephyr 2.5.5-SNAPSHOT [68/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.module.zephyr --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.module.zephyr --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/zephyr/features/org.eclipse.rcptt.module.zephyr/target/org.eclipse.rcptt.module.zephyr-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.module.zephyr --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.zephyr --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/zephyr/features/org.eclipse.rcptt.module.zephyr/target/org.eclipse.rcptt.module.zephyr-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/zephyr/features/org.eclipse.rcptt.module.zephyr/target/org.eclipse.rcptt.module.zephyr-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.module.zephyr --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] -------< org.eclipse.rcptt.features:org.eclipse.rcptt.launching >------- [INFO] Building org.eclipse.rcptt.launching 2.5.5-SNAPSHOT [69/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.launching --- [INFO] Fetching org.eclipse.emf.ecore_2.37.0.v20240203-0859.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (20.94kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (208.04kB) [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching-feature/target/org.eclipse.rcptt.launching-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching-feature/target/org.eclipse.rcptt.launching-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching-feature/target/org.eclipse.rcptt.launching-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.launching.remote.ui >------- [INFO] Building org.eclipse.rcptt.launching.remote.ui 2.5.5-SNAPSHOT [70/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] Resolving class path of org.eclipse.rcptt.launching.remote.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.remote.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.launching.remote.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.remote.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.remote.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.remote.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.remote.ui/target/org.eclipse.rcptt.launching.remote.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.remote.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.remote.ui/target/org.eclipse.rcptt.launching.remote.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.remote.ui/target/org.eclipse.rcptt.launching.remote.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.launching.remote.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.features:org.eclipse.rcptt.testing >-------- [INFO] Building org.eclipse.rcptt.testing 2.5.5-SNAPSHOT [71/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testing --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.testing --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.testing --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.testing --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.testing --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.testing --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.testing --- [INFO] Building jar: /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing-feature/target/org.eclipse.rcptt.testing-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.testing --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.testing --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.testing --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.testing --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing-feature/target/org.eclipse.rcptt.testing-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing-feature/target/org.eclipse.rcptt.testing-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.testing --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.testing --- [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.module.testrail.updates >----- [INFO] Building org.eclipse.rcptt.module.testrail.updates 2.5.5-SNAPSHOT [72/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] Resolving class path of org.eclipse.rcptt.module.testrail.updates... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/target/org.eclipse.rcptt.module.testrail.updates-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.module.testrail.updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/target/org.eclipse.rcptt.module.testrail.updates-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/target/org.eclipse.rcptt.module.testrail.updates-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.module.testrail.updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.module.nebula.updates >------ [INFO] Building org.eclipse.rcptt.module.nebula.updates 2.5.5-SNAPSHOT [73/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] Resolving class path of org.eclipse.rcptt.module.nebula.updates... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/target/org.eclipse.rcptt.module.nebula.updates-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.module.nebula.updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/target/org.eclipse.rcptt.module.nebula.updates-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/target/org.eclipse.rcptt.module.nebula.updates-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.module.nebula.updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.ui >-------- [INFO] Building org.eclipse.rcptt.ctx.workbench.ui 2.5.5-SNAPSHOT [74/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.workbench.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/target/org.eclipse.rcptt.ctx.workbench.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.workbench.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/target/org.eclipse.rcptt.ctx.workbench.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/target/org.eclipse.rcptt.ctx.workbench.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.workbench.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.module.zephyr-site >------- [INFO] Building org.eclipse.rcptt.module.zephyr-site 2.5.5-SNAPSHOT [75/82] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-site (default-update-site) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] Command line: [/usr/lib/jvm/java-17-openjdk-amd64/bin/java, -jar, /home/jenkins/agent/workspace/master/m2/org/eclipse/tycho/tycho-bundles-external/2.7.5/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -configuration, /tmp/tycho-p2-runtime4825380406952480547.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/master/modules/zephyr/site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/master/modules/zephyr/site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.zephyr-site, -artifactRepository, file:/home/jenkins/agent/workspace/master/modules/zephyr/site/target/site/, -artifactRepositoryName, org.eclipse.rcptt.module.zephyr-site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-site-packaging (default-update-site-packaging) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] Building zip: /home/jenkins/agent/workspace/master/modules/zephyr/site/target/site.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.module.zephyr-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.module.zephyr-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.testing.repository >------- [INFO] Building org.eclipse.rcptt.testing.repository 2.5.5-SNAPSHOT [76/82] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.testing.repository --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.testing.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing-updatesite/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.rcptt.testing.repository --- [WARNING] No system packages found in profile nor toolchain for JavaSE-11, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-11 in your toolchains.xml [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [WARNING] No system packages found in profile nor toolchain for JavaSE-18, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-18 in your toolchains.xml [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.rcptt.testing.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing-updatesite/target/org.eclipse.rcptt.testing.repository-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.testing.repository --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.testing.repository --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] ----< org.eclipse.rcptt.features:org.eclipse.rcptt.module.testrail >---- [INFO] Building org.eclipse.rcptt.module.testrail 2.5.5-SNAPSHOT [77/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.module.testrail --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.module.testrail --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/testrail/features/org.eclipse.rcptt.module.testrail/target/org.eclipse.rcptt.module.testrail-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.module.testrail --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.testrail --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/testrail/features/org.eclipse.rcptt.module.testrail/target/org.eclipse.rcptt.module.testrail-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/testrail/features/org.eclipse.rcptt.module.testrail/target/org.eclipse.rcptt.module.testrail-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.module.testrail --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] -----< org.eclipse.rcptt.features:org.eclipse.rcptt.module.nebula >----- [INFO] Building org.eclipse.rcptt.module.nebula 2.5.5-SNAPSHOT [78/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.module.nebula --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.module.nebula --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/nebula/features/org.eclipse.rcptt.module.nebula/target/org.eclipse.rcptt.module.nebula-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.module.nebula --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.nebula --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/nebula/features/org.eclipse.rcptt.module.nebula/target/org.eclipse.rcptt.module.nebula-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/nebula/features/org.eclipse.rcptt.module.nebula/target/org.eclipse.rcptt.module.nebula-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.module.nebula --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.module.testrail-site >------ [INFO] Building org.eclipse.rcptt.module.testrail-site 2.5.5-SNAPSHOT [79/82] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.testrail-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.testrail-site --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.module.testrail-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-site (default-update-site) @ org.eclipse.rcptt.module.testrail-site --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.rcptt.module.testrail-site --- [INFO] Command line: [/usr/lib/jvm/java-17-openjdk-amd64/bin/java, -jar, /home/jenkins/agent/workspace/master/m2/org/eclipse/tycho/tycho-bundles-external/2.7.5/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -configuration, /tmp/tycho-p2-runtime3851555983039533074.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/master/modules/testrail/site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/master/modules/testrail/site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.testrail-site, -artifactRepository, file:/home/jenkins/agent/workspace/master/modules/testrail/site/target/site/, -artifactRepositoryName, org.eclipse.rcptt.module.testrail-site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-site-packaging (default-update-site-packaging) @ org.eclipse.rcptt.module.testrail-site --- [INFO] Building zip: /home/jenkins/agent/workspace/master/modules/testrail/site/target/site.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.module.testrail-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.testrail-site --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.module.testrail-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.testrail-site --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.module.nebula-site >------- [INFO] Building org.eclipse.rcptt.module.nebula-site 2.5.5-SNAPSHOT [80/82] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.nebula-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.nebula-site --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.module.nebula-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-site (default-update-site) @ org.eclipse.rcptt.module.nebula-site --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.rcptt.module.nebula-site --- [INFO] Command line: [/usr/lib/jvm/java-17-openjdk-amd64/bin/java, -jar, /home/jenkins/agent/workspace/master/m2/org/eclipse/tycho/tycho-bundles-external/2.7.5/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -configuration, /tmp/tycho-p2-runtime3294333977036281.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/master/modules/nebula/site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/master/modules/nebula/site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.nebula-site, -artifactRepository, file:/home/jenkins/agent/workspace/master/modules/nebula/site/target/site/, -artifactRepositoryName, org.eclipse.rcptt.module.nebula-site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-site-packaging (default-update-site-packaging) @ org.eclipse.rcptt.module.nebula-site --- [INFO] Building zip: /home/jenkins/agent/workspace/master/modules/nebula/site/target/site.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.module.nebula-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.nebula-site --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.module.nebula-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.nebula-site --- [INFO] [INFO] -------< org.eclipse.rcptt.features:org.eclipse.rcptt.platform >-------- [INFO] Building org.eclipse.rcptt.platform 2.5.5-SNAPSHOT [81/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.platform --- [INFO] Fetching junit-jupiter-api_5.10.2.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (206.01kB) [INFO] Fetching junit-platform-commons_1.10.2.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (103.74kB) [INFO] Fetching org.opentest4j_1.3.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (13.97kB) [INFO] Fetching junit-jupiter-engine_5.10.2.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (238.96kB) [INFO] Fetching junit-platform-engine_1.10.2.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (200.02kB) [INFO] Fetching junit-platform-launcher_1.10.2.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (179.51kB) [INFO] Fetching junit-jupiter-migrationsupport_5.10.2.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (27.06kB) [INFO] Fetching junit-jupiter-params_5.10.2.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (572.29kB) [INFO] Fetching junit-platform-runner_1.10.2.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (16.19kB) [INFO] Fetching junit-platform-suite-api_1.10.2.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (22.05kB) [INFO] Fetching junit-platform-suite-commons_1.10.2.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (16.92kB) [INFO] Fetching junit-platform-suite-engine_1.10.2.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (23.55kB) [INFO] Fetching junit-vintage-engine_5.10.2.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (65.9kB) [INFO] Fetching org.objectweb.asm_9.6.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (120.7kB) [INFO] Fetching org.apiguardian.api_1.1.2.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (6.65kB) [INFO] Fetching org.eclipse.emf.common.ui_2.21.0.v20231002-1020.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/features/ (20.86kB) [INFO] Fetching org.eclipse.emf.databinding_1.11.0.v20231208-1346.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (20.88kB) [INFO] Fetching org.eclipse.emf.edit_2.22.0.v20231208-1346.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (20.87kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.25.0.v20230211-1150.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/features/ (20.88kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from https://mirror.kakao.com/eclipse/releases/2024-03/202403131000/plugins/ (175.44kB) [INFO] Fetching org.eclipse.emf.validation_1.8.3.202305230712.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (411.07kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.1.202208110935.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (46.57kB) [INFO] Fetching org.eclipse.emf.transaction_1.13.0.202208110935.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/features/ (23.87kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.3.202305230712.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (78.3kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.2.202305230712.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (25.93kB) [INFO] Fetching org.eclipse.emf.validation_1.13.3.202305230712.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/features/ (23.94kB) [INFO] Fetching org.eclipse.jdt_3.19.400.v20240229-0520.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (44.73kB) [INFO] Fetching org.eclipse.jdt.annotation_1.2.100.v20240212-1051.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (16.9kB) [INFO] Fetching org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (31.08kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.8.300.v20231214-1504.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (399.77kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.4.300.v20231214-1504.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (42.17kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.8.300.v20231214-1504.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (74.08kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.2.200.v20231130-1111.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (14.43kB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.2100.v20240228-1609.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (7.27MB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.3.100.v20231214-1952.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (28.39kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.1.300.v20231214-1952.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (28.27kB) [INFO] Fetching org.eclipse.jdt_3.19.400.v20240229-0520.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (21.18kB) [INFO] Fetching org.eclipse.pde.api.tools_1.3.300.v20240211-1946.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (948.74kB) [INFO] Fetching org.objectweb.asm.tree_9.6.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (50.72kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.3.0.v20240207-2106.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (13.66kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.3.300.v20240215-1454.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (510.31kB) [INFO] Fetching org.eclipse.pde.doc.user_3.15.0.v20240207-2106.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (5.96MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.3.200.v20240207-1047.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (157.55kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.3.300.v20231214-1521.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (207.7kB) [INFO] Fetching org.osgi.annotation.versioning_1.1.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (14.72kB) [INFO] Fetching org.osgi.annotation.bundle_2.0.0.202202082230.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (28.45kB) [INFO] Fetching org.osgi.service.component.annotations_1.5.1.202212101352.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (42.33kB) [INFO] Fetching org.osgi.service.metatype.annotations_1.4.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (27.08kB) [INFO] Fetching org.bndtools.templates.template_7.0.0.202310060912.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (18.39kB) [INFO] Fetching org.eclipse.pde_3.13.2600.v20240229-0520.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (69.55kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.8.100.v20240130-1723.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (23.26kB) [INFO] Fetching org.eclipse.pde.runtime_3.8.300.v20231214-1521.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (211.62kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.8.300.v20240207-1047.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (585.84kB) [INFO] Fetching org.eclipse.pde.ua.core_1.3.300.v20240127-1338.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (114.9kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.3.300.v20240127-1338.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (453.54kB) [INFO] Fetching org.eclipse.ui.trace_1.3.300.v20231215-1019.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (61.31kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.2.300.v20231214-1521.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (91.18kB) [INFO] Fetching org.eclipse.pde_3.15.300.v20240229-0520.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (21.06kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.4.200.v20240111-1133.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (61.19kB) [INFO] The project's OSGi version is 2.5.5.202405211358 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform-feature/target/org.eclipse.rcptt.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.platform --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.platform --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform-feature/target/org.eclipse.rcptt.platform-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform-feature/target/org.eclipse.rcptt.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.platform --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.platform --- [INFO] [INFO] -----------------------< org.eclipse.rcptt:full >----------------------- [INFO] Building full 2.5.5-SNAPSHOT [82/82] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ full --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ full --- [INFO] Fetching bcpkix_1.77.0.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (1.06MB) [INFO] Fetching bcpkix_1.77.0.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (484kB of 1.06MB at 480kB/s) [INFO] Fetching bcpkix_1.77.0.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (1.06MB of 1.06MB at 540kB/s) [INFO] Fetching bcutil_1.77.0.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (665.04kB) [INFO] Fetching bcutil_1.77.0.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (604kB of 665.04kB at 480kB/s) [INFO] Fetching org.apache.aries.spifly.dynamic.bundle_1.3.7.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (150.35kB) [INFO] Fetching javaewah_1.1.7.v20200107-0831.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (180.59kB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20230916-1400.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (300.3kB) [INFO] Fetching com.sun.el.javax.el_3.0.4.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (232.26kB) [INFO] Fetching org.eclipse.jetty.servlet-api_4.0.6.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (266.68kB) [INFO] Fetching org.mortbay.jasper.apache-el_9.0.83.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (249.38kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_6.9.0.202403050737-r.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (229.92kB) [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (86.02kB) [INFO] Fetching org.objectweb.asm.commons_9.6.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (70.5kB) [INFO] Fetching org.objectweb.asm.util_9.6.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (89kB) [INFO] Fetching org.apache.commons.commons-codec_1.16.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (352.28kB) [INFO] Fetching org.apache.commons.compress_1.19.0.v20200106-2343.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (639.87kB) [INFO] Fetching org.mortbay.jasper.apache-jsp_9.0.83.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (1MB) [INFO] Fetching org.apache.felix.gogo.command_1.1.2.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (38.76kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (198.71kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (57.69kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.2.1.v20230802-0806.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (881.43kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (909.38kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (255.98kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (24.57kB) [INFO] Fetching org.apache.lucene.analysis-common_9.10.0.v20240221-0830.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (1.73MB) [INFO] Fetching org.apache.lucene.core_9.10.0.v20240221-0830.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (4.07MB) [INFO] Fetching org.apache.lucene.analysis-smartcn_9.10.0.v20240221-0830.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (3.44MB) [INFO] Fetching org.apache.sshd.osgi_2.12.1.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (1.75MB) [INFO] Fetching org.apache.sshd.sftp_2.12.0.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (371.22kB) [INFO] Fetching org.eclipse.compare.win32_1.3.300.v20231214-1526.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (46.36kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.10.200.v20231214-1513.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (83.49kB) [INFO] Fetching org.eclipse.debug.ui.launchview_1.1.400.v20240110-1213.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (89.11kB) [INFO] Fetching org.eclipse.osgi.util_3.7.300.v20231104-1118.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (14.42kB) [INFO] Fetching org.eclipse.equinox.console_1.4.700.v20240213-1244.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (136.83kB) [INFO] Fetching org.eclipse.jface.notifications_0.7.100.v20231214-2114.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (33.05kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (18.3kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (42.85kB) [INFO] Fetching org.eclipse.e4.rcp_4.31.0.v20240227-1638.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (21.97kB) [INFO] Fetching org.eclipse.ecf_3.11.0.v20230507-1923.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (133.18kB) [INFO] Fetching org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (67.72kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.3.0.v20240213-1244.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (28.35kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.6.2.v20231021-2127.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (21.57kB) [INFO] Fetching org.eclipse.ecf.ssl_1.3.0.v20230507-1921.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (19.13kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20230507-1921.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (21.52kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (55.69kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.3.0.v20230422-0242.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (134.87kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1900.v20230715-1945.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (29.66kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (84.98kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.1.0.v20230423-0417.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (24.79kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.702.v20231114-1017.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (29.69kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (91.29kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (29.57kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (11.58kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (25.56kB) [INFO] Fetching org.eclipse.egit.core_6.9.0.202403050737-r.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (636.64kB) [INFO] Fetching org.eclipse.jgit_6.9.0.202403050737-r.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (3.04MB) [INFO] Fetching org.eclipse.jgit_6.9.0.202403050737-r.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (476kB of 3.04MB at 472kB/s) [INFO] Fetching org.eclipse.jgit_6.9.0.202403050737-r.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (964kB of 3.04MB at 480kB/s) [INFO] Fetching org.eclipse.jgit_6.9.0.202403050737-r.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (1.53MB of 3.04MB at 520kB/s) [INFO] Fetching org.eclipse.jgit_6.9.0.202403050737-r.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (2.11MB of 3.04MB at 540kB/s) [INFO] Fetching org.eclipse.jgit_6.9.0.202403050737-r.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (2.7MB of 3.04MB at 552kB/s) [INFO] Fetching org.eclipse.jgit.gpg.bc_6.9.0.202403050737-r.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (66.46kB) [INFO] Fetching org.eclipse.jgit.http.apache_6.9.0.202403050737-r.jar from https://mirror.kakao.com/eclipse/releases/2024-03/202403131000/plugins/ (27.54kB) [INFO] Fetching org.eclipse.egit.ui_6.9.0.202403050737-r.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (3.91MB) [INFO] Fetching org.eclipse.egit.ui_6.9.0.202403050737-r.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (639.95kB of 3.91MB at 635.95kB/s) [INFO] Fetching org.eclipse.egit_6.9.0.202403050737-r.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.egit.doc_6.9.0.202403050737-r.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (5.09MB) [INFO] Fetching org.eclipse.egit.doc_6.9.0.202403050737-r.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (639.95kB of 5.09MB at 635.95kB/s) [INFO] Fetching org.eclipse.egit_6.9.0.202403050737-r.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/features/ (20.92kB) [INFO] Fetching org.eclipse.emf.common_2.31.0.v20231210-0956.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (20.88kB) [INFO] Fetching org.eclipse.equinox.executable_3.8.2400.v20240213-1244.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (438.12kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.2400.v20240213-1244 from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/binary/ (270.4kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.9.100.v20240213-1244.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (29.3kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.8.100.v20240213-1057.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (232.49kB) [INFO] Fetching org.eclipse.jetty.http_12.0.6.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (391.56kB) [INFO] Fetching org.eclipse.jetty.server_12.0.6.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (570.41kB) [INFO] Fetching org.eclipse.jetty.session_12.0.6.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (114.31kB) [INFO] Fetching org.eclipse.jetty.ee8.servlet_12.0.6.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (140.71kB) [INFO] Fetching org.eclipse.jetty.ee8.server_12.0.6.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (375.71kB) [INFO] Fetching org.eclipse.jetty.util_12.0.6.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (617.79kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.4.0.v20240213-1244.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (49.97kB) [INFO] Fetching org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (13.09kB) [INFO] Fetching org.osgi.service.http.whiteboard_1.1.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (97.27kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.2.0.v20240213-1427.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (29.66kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.3.0.v20240213-1427.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (14.39kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.3.300.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (31.25kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.5.200.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (89.19kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.4.200.v20240203-1359.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (48.16kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.7.100.v20240220-1431.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (21.19kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.3.300.v20240212-0924.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (68.42kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.3.200.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (40.14kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.3.200.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (61.46kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.3.200.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (158.8kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.3.300.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (20.8kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.5.300.v20240212-0924.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (52.21kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.2300.v20240229-1022.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (20.86kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.6.200.v20240212-0924.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (109.19kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.4.200.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (20.29kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.3.300.v20240207-1113.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (80.71kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.2300.v20240220-1431.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (20.79kB) [INFO] Fetching org.eclipse.ui.browser_3.8.200.v20240202-1013.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (210.45kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.4.300.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (131.62kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.3.300.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (104.24kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.2300.v20240229-1022.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (20.7kB) [INFO] Fetching org.eclipse.help.base_4.4.300.v20240229-0520.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (441.55kB) [INFO] Fetching org.eclipse.help.ui_4.6.200.v20240202-1455.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (539.51kB) [INFO] Fetching org.eclipse.help.webapp_3.11.300.v20240123-0655.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (745.68kB) [INFO] Fetching org.eclipse.help_2.3.1700.v20240229-0520.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (20.89kB) [INFO] Fetching org.eclipse.jetty.ee8.security_12.0.6.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (74.33kB) [INFO] Fetching org.eclipse.jetty.security_12.0.6.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (141.77kB) [INFO] Fetching org.eclipse.jetty.io_12.0.6.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (274.25kB) [INFO] Fetching org.eclipse.jgit.archive_6.9.0.202403050737-r.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (28.5kB) [INFO] Fetching org.eclipse.jgit_6.9.0.202403050737-r.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/features/ (16.18kB) [INFO] Fetching org.eclipse.jgit.gpg.bc_6.9.0.202403050737-r.jar from https://mirror.kakao.com/eclipse/releases/2024-03/202403131000/features/ (16.2kB) [INFO] Fetching org.eclipse.jgit.http.apache_6.9.0.202403050737-r.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/features/ (16.21kB) [INFO] Fetching org.eclipse.jgit.ssh.apache.agent_6.9.0.202403050737-r.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (40.12kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_6.9.0.202403050737-r.jar from https://mirror.kakao.com/eclipse/releases/2024-03/202403131000/features/ (16.22kB) [INFO] Fetching org.eclipse.jsch.core_1.5.300.v20231214-1526.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (43.53kB) [INFO] Fetching org.eclipse.jsch.ui_1.5.300.v20231214-1526.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (96.23kB) [INFO] Fetching org.eclipse.platform_4.31.100.v20240229-0520.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (586.38kB) [INFO] Fetching org.eclipse.platform.doc.user_4.31.0.v20240228-1609.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (6.49MB) [INFO] Fetching org.eclipse.text.quicksearch_1.2.300.v20240125-1313.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (98.33kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.5.300.v20240122-1701.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (2.1MB) [INFO] Fetching org.eclipse.ui.monitoring_1.3.200.v20240116-1723.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (63.4kB) [INFO] Fetching org.eclipse.ui.net_1.5.300.v20231214-1012.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (47.76kB) [INFO] Fetching org.eclipse.ui.themes_1.2.2400.v20240213-1133.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (33.85kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.2.300.v20231214-1012.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (25.81kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.2.300.v20231214-1012.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (18.14kB) [INFO] Fetching org.eclipse.platform_4.31.0.v20240229-1022.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (21.75kB) [INFO] Fetching org.eclipse.platform_root_4.31.0.v20240229-1022 from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/binary/ (196B) [INFO] Fetching org.eclipse.update.configurator_3.5.300.v20240215-1631.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (99.71kB) [INFO] Fetching org.eclipse.rcp_4.31.0.v20240229-0520.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (12.92kB) [INFO] Fetching org.eclipse.rcp_4.31.0.v20240229-0520.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (20.83kB) [INFO] Fetching org.eclipse.rcp_root_4.31.0.v20240229-0520 from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/binary/ (20.25kB) [INFO] Fetching org.objectweb.asm.tree.analysis_9.6.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (33.24kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.2400.v20240213-1244 from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/binary/ (35.98kB) [INFO] Fetching com.googlecode.javaewah.JavaEWAH_1.2.3.jar from https://mirror.library.ucy.ac.cy/eclipse/releases/2024-03/202403131000/plugins/ (166.57kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.2400.v20240213-1244 from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/binary/ (17.35kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.aarch64_3.8.2400.v20240213-1244 from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/binary/ (17.19kB) [INFO] The project's OSGi version is 2.5.5.202405211358 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ full --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ full --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ full --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ full --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ full --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ full --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ full --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ full --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ full --- [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/full/target/full-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ full --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ full --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ full --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ full --- [INFO] [INFO] --- tycho-p2-director-plugin:2.7.5:materialize-products (materialize-products) @ full --- [INFO] Installing product org.eclipse.rcptt.platform.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product/win32/win32/x86_64/rcptt Installing org.eclipse.rcptt.platform.product 2.5.5.202405211358. Installing org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group 1.1.702.v20231114-1017. Operation completed in 26072 ms. [INFO] Installing product org.eclipse.rcptt.platform.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product/linux/gtk/x86_64/rcptt Installing org.eclipse.rcptt.platform.product 2.5.5.202405211358. Installing org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group 1.1.702.v20231114-1017. Operation completed in 21946 ms. [INFO] Installing product org.eclipse.rcptt.platform.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product/macosx/cocoa/x86_64/rcptt.app Installing org.eclipse.rcptt.platform.product 2.5.5.202405211358. Installing org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group 1.1.702.v20231114-1017. Operation completed in 20145 ms. [INFO] Installing product org.eclipse.rcptt.platform.product for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product/macosx/cocoa/aarch64/rcptt.app Installing org.eclipse.rcptt.platform.product 2.5.5.202405211358. Installing org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group 1.1.702.v20231114-1017. Operation completed in 19310 ms. [INFO] [INFO] --- eclipse-winsigner-plugin:1.3.2:sign (default) @ full --- [INFO] [Tue May 21 14:17:57 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product/win32/win32/x86_64/rcptt/rcptt.exe' [INFO] [INFO] --- eclipse-macsigner-plugin:1.3.2:sign (default) @ full --- [INFO] [Tue May 21 14:18:09 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product/macosx/cocoa/x86_64/rcptt.app'... [INFO] [Tue May 21 14:18:42 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product/macosx/cocoa/aarch64/rcptt.app'... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default) @ full --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-p2-director-plugin:2.7.5:archive-products (archive-products) @ full --- [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product-macosx.cocoa.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product-macosx.cocoa.aarch64.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] ide 2.5.5-SNAPSHOT ................................. SUCCESS [ 0.700 s] [INFO] org.eclipse.rcptt.updates .......................... SUCCESS [ 4.614 s] [INFO] rcptt-module-nebula ................................ SUCCESS [ 0.008 s] [INFO] org.eclipse.rcptt.tesla.nebula ..................... SUCCESS [ 6.976 s] [INFO] org.eclipse.rcptt.tesla.nebula.ecl ................. SUCCESS [ 2.569 s] [INFO] org.eclipse.rcptt.tesla.nebula.impl ................ SUCCESS [ 3.013 s] [INFO] org.eclipse.rcptt.tesla.nebula.ecl.impl ............ SUCCESS [ 2.005 s] [INFO] org.eclipse.rcptt.tesla.recording.nebula ........... SUCCESS [ 2.795 s] [INFO] org.eclipse.rcptt.tesla.recording.nebula.ecl ....... SUCCESS [ 1.215 s] [INFO] org.eclipse.rcptt.module.nebula.runtime ............ SUCCESS [ 1.643 s] [INFO] org.eclipse.rcptt.module.nebula-runtime-site ....... SUCCESS [ 5.175 s] [INFO] org.eclipse.rcptt.module.nebula.updates ............ SUCCESS [ 1.102 s] [INFO] org.eclipse.rcptt.module.nebula .................... SUCCESS [ 0.837 s] [INFO] org.eclipse.rcptt.module.nebula-site ............... SUCCESS [ 5.266 s] [INFO] rcptt.launching .................................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.reporting.util ................... SUCCESS [ 3.963 s] [INFO] org.eclipse.rcptt.launching ........................ SUCCESS [ 7.425 s] [INFO] org.eclipse.rcptt.launching.common ................. SUCCESS [ 1.946 s] [INFO] org.eclipse.rcptt.launching.injection .............. SUCCESS [ 1.365 s] [INFO] org.eclipse.rcptt.launching.p2utils ................ SUCCESS [ 1.893 s] [INFO] org.eclipse.rcptt.launching.ext .................... SUCCESS [ 4.648 s] [INFO] org.eclipse.rcptt.launching.remote ................. SUCCESS [ 1.535 s] [INFO] org.eclipse.rcptt.launching.multiaut ............... SUCCESS [ 2.004 s] [INFO] org.eclipse.rcptt.reporting.html ................... SUCCESS [ 2.608 s] [INFO] org.eclipse.rcptt.launching ........................ SUCCESS [ 3.313 s] [INFO] launching.tests .................................... SUCCESS [ 2.802 s] [INFO] org.eclipse.rcptt.launching.ext.tests .............. SUCCESS [ 14.614 s] [INFO] org.eclipse.rcptt.launching.tests .................. SUCCESS [ 23.030 s] [INFO] org.eclipse.rcptt.reporting.html.tests ............. SUCCESS [ 11.247 s] [INFO] rcptt-module-testrail .............................. SUCCESS [ 0.066 s] [INFO] org.eclipse.rcptt.testrail.ecl ..................... SUCCESS [ 1.611 s] [INFO] org.eclipse.rcptt.testrail ......................... SUCCESS [ 3.420 s] [INFO] rcptt.rcp .......................................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.ui ............................... SUCCESS [ 14.247 s] [INFO] org.eclipse.rcptt.testrail.ui ...................... SUCCESS [ 2.425 s] [INFO] org.eclipse.rcptt.testrail.ecl.impl ................ SUCCESS [ 1.463 s] [INFO] org.eclipse.rcptt.module.testrail.runtime .......... SUCCESS [ 1.554 s] [INFO] org.eclipse.rcptt.module.testrail-runtime-site ..... SUCCESS [ 5.308 s] [INFO] org.eclipse.rcptt.module.testrail.updates .......... SUCCESS [ 0.852 s] [INFO] org.eclipse.rcptt.module.testrail .................. SUCCESS [ 0.988 s] [INFO] org.eclipse.rcptt.module.testrail-site ............. SUCCESS [ 4.962 s] [INFO] rcptt-module-zephyr ................................ SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.zephyr ........................... SUCCESS [ 2.822 s] [INFO] org.eclipse.rcptt.zephyr.ui ........................ SUCCESS [ 2.316 s] [INFO] org.eclipse.rcptt.module.zephyr .................... SUCCESS [ 1.899 s] [INFO] org.eclipse.rcptt.module.zephyr-site ............... SUCCESS [ 4.726 s] [INFO] org.eclipse.rcptt .................................. SUCCESS [ 1.714 s] [INFO] org.eclipse.rcptt.dev.ui ........................... SUCCESS [ 2.233 s] [INFO] q7.rcp.contexts .................................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.ctx.capability.ui ................ SUCCESS [ 3.129 s] [INFO] org.eclipse.rcptt.ctx.debug.ui ..................... SUCCESS [ 3.030 s] [INFO] org.eclipse.rcptt.ctx.filesystem.ui ................ SUCCESS [ 2.537 s] [INFO] org.eclipse.rcptt.ctx.group.ui ..................... SUCCESS [ 2.740 s] [INFO] org.eclipse.rcptt.ctx.parameters.ui ................ SUCCESS [ 2.391 s] [INFO] org.eclipse.rcptt.ctx.preferences.ui ............... SUCCESS [ 3.063 s] [INFO] org.eclipse.rcptt.resources.ui ..................... SUCCESS [ 2.876 s] [INFO] org.eclipse.rcptt.ctx.resources.ui ................. SUCCESS [ 1.914 s] [INFO] org.eclipse.rcptt.ctx.script.ui .................... SUCCESS [ 2.263 s] [INFO] org.eclipse.rcptt.ctx.super.ui ..................... SUCCESS [ 2.169 s] [INFO] org.eclipse.rcptt.ctx.workbench.ui ................. SUCCESS [ 2.562 s] [INFO] org.eclipse.rcptt.expandbar.ide .................... SUCCESS [ 1.290 s] [INFO] org.eclipse.rcptt.launching.configuration .......... SUCCESS [ 1.940 s] [INFO] org.eclipse.rcptt.launching.ext.ui ................. SUCCESS [ 3.354 s] [INFO] org.eclipse.rcptt.launching.multiaut.ui ............ SUCCESS [ 2.537 s] [INFO] org.eclipse.rcptt.launching.remote.ui .............. SUCCESS [ 1.440 s] [INFO] org.eclipse.rcptt.platform ......................... SUCCESS [ 3.876 s] [INFO] org.eclipse.rcptt.search ........................... SUCCESS [ 3.128 s] [INFO] org.eclipse.rcptt.ui.activities .................... SUCCESS [ 4.451 s] [INFO] org.eclipse.rcptt.ui.report ........................ SUCCESS [ 2.777 s] [INFO] rcptt.testing ...................................... SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.testing.ecl ...................... SUCCESS [ 2.101 s] [INFO] q7.rcp.verifications ............................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.verifications.time.ui ............ SUCCESS [ 2.235 s] [INFO] org.eclipse.rcptt.verifications.text.ui ............ SUCCESS [ 2.078 s] [INFO] org.eclipse.rcptt.verifications.tree.ui ............ SUCCESS [ 3.368 s] [INFO] org.eclipse.rcptt.verifications.log.ui ............. SUCCESS [ 2.084 s] [INFO] org.eclipse.rcptt.verifications.resources.ui ....... SUCCESS [ 2.555 s] [INFO] org.eclipse.rcptt.platform ......................... SUCCESS [ 12.037 s] [INFO] org.eclipse.rcptt.help ............................. SUCCESS [ 1.163 s] [INFO] org.eclipse.rcptt.testing .......................... SUCCESS [ 0.794 s] [INFO] org.eclipse.rcptt.testing.repository ............... SUCCESS [ 4.204 s] [INFO] full 2.5.5-SNAPSHOT ................................ SUCCESS [05:00 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12:34 min [INFO] Finished at: 2024-05-21T14:19:51Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f releng/rap/pom.xml -P core [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/full/target/repository SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.8/ (0B) [INFO] Adding repository http://download.eclipse.org/rt/rap/3.8 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/rt/rap/3.8/ (471B) [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/ (20.52kB) [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.8/SR1-20190417-1042/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/3.8/SR1-20190417-1042/ (20.54kB) [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/dependencies/target/repository [INFO] Adding repository http://download.eclipse.org/tools/ajdt/43/update [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2019-03 [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-03/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ (142B) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.ecl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.recording.core.ecl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.preferences.aspects.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/pom.xml [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (102.77kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (125.66kB) [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (71.79kB) [INFO] Fetching org.eclipse.rap.jface_3.8.0.20190103-0942.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (1.03MB) [INFO] Fetching org.eclipse.rap.rwt_3.8.1.20190410-1451.jar from http://download.eclipse.org/rt/rap/3.8/SR1-20190417-1042/plugins/ (2.83MB) [INFO] Fetching org.eclipse.rap.jface.databinding_3.8.0.20190103-0942.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (279.26kB) [INFO] Fetching org.eclipse.rap.rwt.osgi_3.8.0.20190103-0942.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (36.89kB) [INFO] Fetching org.eclipse.rap.ui_3.8.0.20190103-0942.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (160.55kB) [INFO] Fetching org.eclipse.rap.ui.workbench_3.8.0.20190103-0942.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (3.55MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.preferences.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/pom.xml [INFO] Fetching org.apache.commons.fileupload_1.3.2.v20170320-2229.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (82.57kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (227.16kB) [INFO] Fetching org.eclipse.rap.filedialog_3.8.0.20190225-1059.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (48.7kB) [INFO] Fetching org.eclipse.rap.fileupload_3.8.0.20190103-0942.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (28.63kB) [INFO] Fetching org.eclipse.rap.ui.forms_3.8.0.20190103-0942.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (301.16kB) [INFO] Fetching org.eclipse.rap.ui.views_3.8.0.20190103-0942.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (79.98kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.resources.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.script.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/pom.xml [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (12.46MB) [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (8.36MB of 12.46MB at 8.34MB/s) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.workbench.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.workbench.aspect.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.parameters.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.filesystem.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.debug.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.core.ecl.debug.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.forms.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.ui.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.util.swt.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.rap.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e3x.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.tree.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.time.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.log.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.text.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.watson.aspects.swt.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.watson.aspects.jobs.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ecl.platform.ui.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime-updatesite.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] rap [pom] [INFO] rcptt.module.rap [pom] [INFO] bundles [pom] [INFO] core [pom] [INFO] org.eclipse.rcptt.tesla.ecl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl.rap [eclipse-plugin] [INFO] runtime [pom] [INFO] rcptt.runtime.contexts [pom] [INFO] org.eclipse.rcptt.ctx.preferences.aspects.rap [eclipse-plugin] [INFO] tesla [pom] [INFO] org.eclipse.rcptt.tesla.swt.fragment.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.core.am.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jobs.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.util.swt.rap [eclipse-plugin] [INFO] rcptt.runtime.watson [pom] [INFO] org.eclipse.rcptt.watson.aspects.jobs.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.aspects.swt.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.swt.rap [eclipse-plugin] [INFO] ecl-tesla [pom] [INFO] org.eclipse.rcptt.tesla.ecl.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.runtime.ui.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.preferences.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.resources.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.script.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench.aspect.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.parameters.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.filesystem.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.debug.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.debug.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.forms.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.rap.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.canvas.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.fragment.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.canvas.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt.e3x.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ui.ide.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.workbench.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.variables.rap [eclipse-plugin] [INFO] rcptt.runtime.verifications [pom] [INFO] org.eclipse.rcptt.verifications.tree.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.time.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.log.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.text.impl.rap [eclipse-plugin] [INFO] ecl [pom] [INFO] org.eclipse.rcptt.ecl.platform.ui.rap [eclipse-plugin] [INFO] features [pom] [INFO] org.eclipse.rcptt.runtime.rap [eclipse-feature] [INFO] repositories [pom] [INFO] org.eclipse.rcptt.runtime-updatesite.rap [eclipse-repository] [INFO] [INFO] -----------------------< org.eclipse.rcptt:rap >------------------------ [INFO] Building rap 2.5.5-SNAPSHOT [1/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rap --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rap --- [INFO] [INFO] -----------< org.eclipse.rcptt.module.rap:rcptt.module.rap >------------ [INFO] Building rcptt.module.rap 2.5.5-SNAPSHOT [2/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.module.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.module.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.module.rap --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.module.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.module.rap --- [INFO] [INFO] ----------------< org.eclipse.rcptt.module.rap:bundles >---------------- [INFO] Building bundles 2.5.5-SNAPSHOT [3/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bundles --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ bundles --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ bundles --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ bundles --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ bundles --- [INFO] [INFO] ---------------< org.eclipse.rcptt.module.rap:features >---------------- [INFO] Building features 2.5.5-SNAPSHOT [4/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ features --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ features --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ features --- [INFO] [INFO] -------------< org.eclipse.rcptt.module.rap:repositories >-------------- [INFO] Building repositories 2.5.5-SNAPSHOT [5/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ repositories --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ repositories --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ repositories --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ repositories --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ repositories --- [INFO] [INFO] -----------------< org.eclipse.rcptt.module.rap:core >------------------ [INFO] Building core 2.5.5-SNAPSHOT [6/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ core --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ core --- [INFO] [INFO] ----------------< org.eclipse.rcptt.module.rap:runtime >---------------- [INFO] Building runtime 2.5.5-SNAPSHOT [7/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ runtime --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ runtime --- [INFO] [INFO] ------------------< org.eclipse.rcptt.module.rap:ecl >------------------ [INFO] Building ecl 2.5.5-SNAPSHOT [8/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecl --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ ecl --- [INFO] [INFO] ----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.ecl.rap >---- [INFO] Building org.eclipse.rcptt.tesla.ecl.rap 2.5.5-SNAPSHOT [9/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.ecl.rap... [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20160520211859/repository/ (63B) [INFO] Fetching javax.transaction_1.1.1.v201105210645.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (29kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.ecl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ecl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ecl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.module.rap:rcptt.runtime.contexts >--------- [INFO] Building rcptt.runtime.contexts 2.5.5-SNAPSHOT [10/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.contexts --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.runtime.contexts --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runtime.contexts --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.runtime.contexts --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runtime.contexts --- [INFO] [INFO] -------------------< org.eclipse.rcptt.tesla:tesla >-------------------- [INFO] Building tesla 2.5.5-SNAPSHOT [11/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tesla --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ tesla --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ tesla --- [INFO] [INFO] ----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.util.swt.rap >----- [INFO] Building org.eclipse.rcptt.util.swt.rap 2.5.5-SNAPSHOT [12/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.util.swt.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.util.swt.rap --- [INFO] Resolving class path of org.eclipse.rcptt.util.swt.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.util.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.util.swt.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.util.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.util.swt.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.util.swt.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/target/org.eclipse.rcptt.util.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.util.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.util.swt.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/target/org.eclipse.rcptt.util.swt.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/target/org.eclipse.rcptt.util.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.util.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.util.swt.rap --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt.module.rap:rcptt.runtime.watson >---------- [INFO] Building rcptt.runtime.watson 2.5.5-SNAPSHOT [13/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.watson --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.runtime.watson --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runtime.watson --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.runtime.watson --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runtime.watson --- [INFO] [INFO] ---------------< org.eclipse.rcptt.tesla.ecl:ecl-tesla >---------------- [INFO] Building ecl-tesla 2.5.5-SNAPSHOT [14/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl-tesla --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ ecl-tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecl-tesla --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ ecl-tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ ecl-tesla --- [INFO] [INFO] ------< org.eclipse.rcptt.module.rap:rcptt.runtime.verifications >------ [INFO] Building rcptt.runtime.verifications 2.5.5-SNAPSHOT [15/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.verifications --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.runtime.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runtime.verifications --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.runtime.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runtime.verifications --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ecl.platform.ui.rap >-- [INFO] Building org.eclipse.rcptt.ecl.platform.ui.rap 2.5.5-SNAPSHOT [16/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.platform.ui.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.recording.core.ecl.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.core.ecl.rap 2.5.5-SNAPSHOT [17/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.core.ecl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.preferences.aspects.rap >-- [INFO] Building org.eclipse.rcptt.ctx.preferences.aspects.rap 2.5.5-SNAPSHOT [18/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.preferences.aspects.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/target/org.eclipse.rcptt.ctx.preferences.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/target/org.eclipse.rcptt.ctx.preferences.aspects.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/target/org.eclipse.rcptt.ctx.preferences.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.workbench.aspect.rap >-- [INFO] Building org.eclipse.rcptt.ctx.workbench.aspect.rap 2.5.5-SNAPSHOT [19/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.workbench.aspect.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/target/org.eclipse.rcptt.ctx.workbench.aspect.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/target/org.eclipse.rcptt.ctx.workbench.aspect.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/target/org.eclipse.rcptt.ctx.workbench.aspect.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.parameters.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.parameters.impl.rap 2.5.5-SNAPSHOT [20/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.parameters.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/target/org.eclipse.rcptt.ctx.parameters.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/target/org.eclipse.rcptt.ctx.parameters.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/target/org.eclipse.rcptt.ctx.parameters.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.filesystem.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.filesystem.impl.rap 2.5.5-SNAPSHOT [21/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.filesystem.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/target/org.eclipse.rcptt.ctx.filesystem.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/target/org.eclipse.rcptt.ctx.filesystem.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/target/org.eclipse.rcptt.ctx.filesystem.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment.rap >-- [INFO] Building org.eclipse.rcptt.tesla.swt.fragment.rap 2.5.5-SNAPSHOT [22/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt.fragment.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/target/org.eclipse.rcptt.tesla.swt.fragment.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/target/org.eclipse.rcptt.tesla.swt.fragment.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/target/org.eclipse.rcptt.tesla.swt.fragment.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am.rap >----- [INFO] Building org.eclipse.rcptt.tesla.core.am.rap 2.5.5-SNAPSHOT [23/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.core.am.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.core.am.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/target/org.eclipse.rcptt.tesla.core.am.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.core.am.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/target/org.eclipse.rcptt.tesla.core.am.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/target/org.eclipse.rcptt.tesla.core.am.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.core.am.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment.rap >-- [INFO] Building org.eclipse.rcptt.tesla.jface.fragment.rap 2.5.5-SNAPSHOT [24/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.fragment.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/target/org.eclipse.rcptt.tesla.jface.fragment.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/target/org.eclipse.rcptt.tesla.jface.fragment.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/target/org.eclipse.rcptt.tesla.jface.fragment.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables.rap >---- [INFO] Building org.eclipse.rcptt.tesla.variables.rap 2.5.5-SNAPSHOT [25/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.variables.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.variables.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/target/org.eclipse.rcptt.tesla.variables.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.variables.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/target/org.eclipse.rcptt.tesla.variables.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/target/org.eclipse.rcptt.tesla.variables.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.variables.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.watson.aspects.jobs.rap >-- [INFO] Building org.eclipse.rcptt.watson.aspects.jobs.rap 2.5.5-SNAPSHOT [26/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] Resolving class path of org.eclipse.rcptt.watson.aspects.jobs.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/target/org.eclipse.rcptt.watson.aspects.jobs.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/target/org.eclipse.rcptt.watson.aspects.jobs.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/target/org.eclipse.rcptt.watson.aspects.jobs.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.watson.aspects.swt.rap >-- [INFO] Building org.eclipse.rcptt.watson.aspects.swt.rap 2.5.5-SNAPSHOT [27/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] Resolving class path of org.eclipse.rcptt.watson.aspects.swt.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/target/org.eclipse.rcptt.watson.aspects.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/target/org.eclipse.rcptt.watson.aspects.swt.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/target/org.eclipse.rcptt.watson.aspects.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.time.impl.rap >-- [INFO] Building org.eclipse.rcptt.verifications.time.impl.rap 2.5.5-SNAPSHOT [28/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.time.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.time.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/target/org.eclipse.rcptt.verifications.time.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.time.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/target/org.eclipse.rcptt.verifications.time.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/target/org.eclipse.rcptt.verifications.time.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.time.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects.rap >--- [INFO] Building org.eclipse.rcptt.tesla.swt.aspects.rap 2.5.5-SNAPSHOT [29/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt.aspects.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/target/classes [WARNING] /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/src/org/eclipse/rcptt/tesla/swt/events/TeslaEventManager.java:[358] synchronized (needSync) { ^^^^^^^^ Boolean is a value-based type which is a discouraged argument for the synchronized statement [WARNING] /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/src/org/eclipse/rcptt/tesla/swt/events/TeslaEventManager.java:[383] synchronized (needSync) { ^^^^^^^^ Boolean is a value-based type which is a discouraged argument for the synchronized statement [WARNING] /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/src/org/eclipse/rcptt/tesla/swt/events/TeslaEventManager.java:[409] synchronized (needSync) { ^^^^^^^^ Boolean is a value-based type which is a discouraged argument for the synchronized statement [WARNING] /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/src/org/eclipse/rcptt/tesla/swt/events/TeslaEventManager.java:[453] synchronized(needSync) ^^^^^^^^ Boolean is a value-based type which is a discouraged argument for the synchronized statement 4 problems (4 warnings) [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/target/org.eclipse.rcptt.tesla.swt.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/target/org.eclipse.rcptt.tesla.swt.aspects.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/target/org.eclipse.rcptt.tesla.swt.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects.rap >-- [INFO] Building org.eclipse.rcptt.tesla.jobs.aspects.rap 2.5.5-SNAPSHOT [30/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jobs.aspects.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/target/org.eclipse.rcptt.tesla.jobs.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/target/org.eclipse.rcptt.tesla.jobs.aspects.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/target/org.eclipse.rcptt.tesla.jobs.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.forms.rap 2.5.5-SNAPSHOT [31/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.forms.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/target/org.eclipse.rcptt.tesla.recording.aspects.forms.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/target/org.eclipse.rcptt.tesla.recording.aspects.forms.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/target/org.eclipse.rcptt.tesla.recording.aspects.forms.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.jface.rap 2.5.5-SNAPSHOT [32/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.jface.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/target/org.eclipse.rcptt.tesla.recording.aspects.jface.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/target/org.eclipse.rcptt.tesla.recording.aspects.jface.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/target/org.eclipse.rcptt.tesla.recording.aspects.jface.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.workbench.rap 2.5.5-SNAPSHOT [33/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.workbench.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects.rap >-- [INFO] Building org.eclipse.rcptt.tesla.ui.ide.aspects.rap 2.5.5-SNAPSHOT [34/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.ui.ide.aspects.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/target/org.eclipse.rcptt.tesla.ui.ide.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/target/org.eclipse.rcptt.tesla.ui.ide.aspects.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/target/org.eclipse.rcptt.tesla.ui.ide.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap 2.5.5-SNAPSHOT [35/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects.rap >-- [INFO] Building org.eclipse.rcptt.tesla.jface.aspects.rap 2.5.5-SNAPSHOT [36/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.aspects.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/target/org.eclipse.rcptt.tesla.jface.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/target/org.eclipse.rcptt.tesla.jface.aspects.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/target/org.eclipse.rcptt.tesla.jface.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects.rap >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding.aspects.rap 2.5.5-SNAPSHOT [37/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.databinding.aspects.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/target/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/target/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/target/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.rap >------- [INFO] Building org.eclipse.rcptt.tesla.swt.rap 2.5.5-SNAPSHOT [38/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 76 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/target/org.eclipse.rcptt.tesla.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/target/org.eclipse.rcptt.tesla.swt.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/target/org.eclipse.rcptt.tesla.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.swt.rap 2.5.5-SNAPSHOT [39/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.swt.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] The type JavaScriptLoader is deprecated /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:15 import org.eclipse.rap.rwt.client.service.JavaScriptLoader; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [WARNING] The type PhaseId is deprecated /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:18 import org.eclipse.rap.rwt.internal.lifecycle.PhaseId; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [WARNING] The type PhaseId is deprecated /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:81 PhaseId currentPhase = CurrentPhase.get(); ^^^^ [WARNING] The type PhaseId is deprecated /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:82 return PhaseId.PREPARE_UI_ROOT.equals(currentPhase) || PhaseId.PROCESS_ACTION.equals(currentPhase); ^^^^ [WARNING] The field PhaseId.PREPARE_UI_ROOT is deprecated /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:82 return PhaseId.PREPARE_UI_ROOT.equals(currentPhase) || PhaseId.PROCESS_ACTION.equals(currentPhase); ^^^^^^^^^^^^ [WARNING] The type PhaseId is deprecated /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:82 return PhaseId.PREPARE_UI_ROOT.equals(currentPhase) || PhaseId.PROCESS_ACTION.equals(currentPhase); ^^^^ [WARNING] The field PhaseId.PROCESS_ACTION is deprecated /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:82 return PhaseId.PREPARE_UI_ROOT.equals(currentPhase) || PhaseId.PROCESS_ACTION.equals(currentPhase); ^^^^^^^^^^^ [WARNING] The type PhaseId is deprecated /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:102 && CurrentPhase.get() == PhaseId.RENDER); ^^ [WARNING] The field PhaseId.RENDER is deprecated /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:102 && CurrentPhase.get() == PhaseId.RENDER); ^ [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/target/org.eclipse.rcptt.tesla.recording.aspects.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/target/org.eclipse.rcptt.tesla.recording.aspects.swt.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/target/org.eclipse.rcptt.tesla.recording.aspects.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas.rap >----- [INFO] Building org.eclipse.rcptt.tesla.canvas.rap 2.5.5-SNAPSHOT [40/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.canvas.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.canvas.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/target/org.eclipse.rcptt.tesla.canvas.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.canvas.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/target/org.eclipse.rcptt.tesla.canvas.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/target/org.eclipse.rcptt.tesla.canvas.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.canvas.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e3x.rap >----- [INFO] Building org.eclipse.rcptt.tesla.swt.e3x.rap 2.5.5-SNAPSHOT [41/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt.e3x.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/target/org.eclipse.rcptt.tesla.swt.e3x.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/target/org.eclipse.rcptt.tesla.swt.e3x.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/target/org.eclipse.rcptt.tesla.swt.e3x.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.rap >----- [INFO] Building org.eclipse.rcptt.tesla.ui.ide.rap 2.5.5-SNAPSHOT [42/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.ui.ide.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/target/org.eclipse.rcptt.tesla.ui.ide.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/target/org.eclipse.rcptt.tesla.ui.ide.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/target/org.eclipse.rcptt.tesla.ui.ide.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.rap >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding.rap 2.5.5-SNAPSHOT [43/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.databinding.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/target/org.eclipse.rcptt.tesla.jface.databinding.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/target/org.eclipse.rcptt.tesla.jface.databinding.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/target/org.eclipse.rcptt.tesla.jface.databinding.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.swt.rap 2.5.5-SNAPSHOT [44/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.swt.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/target/org.eclipse.rcptt.tesla.recording.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/target/org.eclipse.rcptt.tesla.recording.swt.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/target/org.eclipse.rcptt.tesla.recording.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects.rap >-- [INFO] Building org.eclipse.rcptt.tesla.workbench.aspects.rap 2.5.5-SNAPSHOT [45/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.workbench.aspects.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/target/org.eclipse.rcptt.tesla.workbench.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/target/org.eclipse.rcptt.tesla.workbench.aspects.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/target/org.eclipse.rcptt.tesla.workbench.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl.rap >-- [INFO] Building org.eclipse.rcptt.tesla.ecl.impl.rap 2.5.5-SNAPSHOT [46/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.ecl.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/target/org.eclipse.rcptt.tesla.ecl.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/target/org.eclipse.rcptt.tesla.ecl.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/target/org.eclipse.rcptt.tesla.ecl.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.forms.impl.rap >---- [INFO] Building org.eclipse.rcptt.forms.impl.rap 2.5.5-SNAPSHOT [47/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.forms.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.forms.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/target/org.eclipse.rcptt.forms.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.forms.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/target/org.eclipse.rcptt.forms.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/target/org.eclipse.rcptt.forms.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.forms.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.canvas.rap 2.5.5-SNAPSHOT [48/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.canvas.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/target/org.eclipse.rcptt.tesla.recording.canvas.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/target/org.eclipse.rcptt.tesla.recording.canvas.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/target/org.eclipse.rcptt.tesla.recording.canvas.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.ui.rap >---- [INFO] Building org.eclipse.rcptt.runtime.ui.rap 2.5.5-SNAPSHOT [49/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] Resolving class path of org.eclipse.rcptt.runtime.ui.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.runtime.ui.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/target/org.eclipse.rcptt.runtime.ui.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.runtime.ui.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/target/org.eclipse.rcptt.runtime.ui.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/target/org.eclipse.rcptt.runtime.ui.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.runtime.ui.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.core.ecl.debug.rap >-- [INFO] Building org.eclipse.rcptt.core.ecl.debug.rap 2.5.5-SNAPSHOT [50/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] Resolving class path of org.eclipse.rcptt.core.ecl.debug.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.core.ecl.debug.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/target/org.eclipse.rcptt.core.ecl.debug.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.core.ecl.debug.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/target/org.eclipse.rcptt.core.ecl.debug.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/target/org.eclipse.rcptt.core.ecl.debug.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.core.ecl.debug.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.tree.impl.rap >-- [INFO] Building org.eclipse.rcptt.verifications.tree.impl.rap 2.5.5-SNAPSHOT [51/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.tree.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/target/org.eclipse.rcptt.verifications.tree.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/target/org.eclipse.rcptt.verifications.tree.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/target/org.eclipse.rcptt.verifications.tree.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.log.impl.rap >-- [INFO] Building org.eclipse.rcptt.verifications.log.impl.rap 2.5.5-SNAPSHOT [52/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.log.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.log.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/target/org.eclipse.rcptt.verifications.log.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.log.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/target/org.eclipse.rcptt.verifications.log.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/target/org.eclipse.rcptt.verifications.log.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.log.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.text.impl.rap >-- [INFO] Building org.eclipse.rcptt.verifications.text.impl.rap 2.5.5-SNAPSHOT [53/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.text.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.verifications.text.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/target/org.eclipse.rcptt.verifications.text.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.text.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/target/org.eclipse.rcptt.verifications.text.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/target/org.eclipse.rcptt.verifications.text.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.verifications.text.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.preferences.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.preferences.impl.rap 2.5.5-SNAPSHOT [54/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.preferences.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/target/org.eclipse.rcptt.ctx.preferences.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/target/org.eclipse.rcptt.ctx.preferences.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/target/org.eclipse.rcptt.ctx.preferences.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.resources.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.resources.impl.rap 2.5.5-SNAPSHOT [55/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.resources.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/target/org.eclipse.rcptt.ctx.resources.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/target/org.eclipse.rcptt.ctx.resources.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/target/org.eclipse.rcptt.ctx.resources.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.script.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.script.impl.rap 2.5.5-SNAPSHOT [56/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.script.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.script.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/target/org.eclipse.rcptt.ctx.script.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.script.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/target/org.eclipse.rcptt.ctx.script.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/target/org.eclipse.rcptt.ctx.script.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.script.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.workbench.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.workbench.impl.rap 2.5.5-SNAPSHOT [57/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.workbench.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/target/org.eclipse.rcptt.ctx.workbench.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/target/org.eclipse.rcptt.ctx.workbench.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/target/org.eclipse.rcptt.ctx.workbench.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.debug.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.debug.impl.rap 2.5.5-SNAPSHOT [58/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.debug.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/target/org.eclipse.rcptt.ctx.debug.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/target/org.eclipse.rcptt.ctx.debug.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/target/org.eclipse.rcptt.ctx.debug.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.rap.aspects >----- [INFO] Building org.eclipse.rcptt.rap.aspects 2.5.5-SNAPSHOT [59/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.rap.aspects --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.rap.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.rap.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.rap.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.rap.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.rap.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.rap.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.rap.aspects --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.rap.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/target/org.eclipse.rcptt.rap.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.rap.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.rap.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/target/org.eclipse.rcptt.rap.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/target/org.eclipse.rcptt.rap.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.rap.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.rap.aspects --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.rap >----- [INFO] Building org.eclipse.rcptt.runtime.rap 2.5.5-SNAPSHOT [60/61] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime.rap --- [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (249kB) [INFO] Fetching org.eclipse.osgi_3.13.300.v20190218-1622.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (1.38MB) [INFO] Fetching org.eclipse.equinox.console_1.3.200.v20181115-0906.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (122.39kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (203.85kB) [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (56.87kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (67.47kB) [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (402.96kB) [INFO] Fetching org.eclipse.core.commands_3.9.300.v20190215-1957.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (114.23kB) [INFO] Fetching org.eclipse.equinox.common_3.10.300.v20190218-2100.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (119.48kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (103.12kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.300.v20190218-2100.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (130.38kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.300.v20190218-2100.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (191.97kB) [INFO] Fetching org.eclipse.core.databinding_1.7.200.v20190216-1545.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (183.83kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.400.v20190218-2049.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (307.91kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.400.v20190215-1957.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (161.44kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.4.400.v20190131-1604.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (77.61kB) [INFO] Fetching org.eclipse.core.expressions_3.6.300.v20190218-1215.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (91.99kB) [INFO] Fetching org.eclipse.core.runtime_3.15.200.v20190301-1641.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (72.66kB) [INFO] Fetching org.eclipse.core.jobs_3.10.300.v20190215-2048.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (104.86kB) [INFO] Fetching org.eclipse.equinox.app_1.4.100.v20190215-2139.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (86.28kB) [INFO] Fetching org.eclipse.equinox.cm_1.4.0.v20190117-0418.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (78.86kB) [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (34.72kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.0.v20190305-2216.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (28.75kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.0.v20190305-2225.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (229.29kB) [INFO] Fetching org.eclipse.jetty.http_9.4.15.v20190215.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (211.68kB) [INFO] Fetching org.eclipse.jetty.server_9.4.15.v20190215.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (656.68kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.15.v20190215.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (127.96kB) [INFO] Fetching org.eclipse.jetty.util_9.4.15.v20190215.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (532.25kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (45.33kB) [INFO] Fetching org.eclipse.equinox.http.servletbridge_1.1.100.v20180827-1235.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (9.63kB) [INFO] Fetching org.eclipse.equinox.servletbridge_1.5.0.v20190405-1333.jar from http://download.eclipse.org/rt/rap/3.8/SR1-20190417-1042/plugins/ (47.99kB) [INFO] Fetching org.eclipse.help_3.8.300.v20190216-1017.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (263.29kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (54.66kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.15.v20190215.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (31.79kB) [INFO] Fetching org.eclipse.jetty.io_9.4.15.v20190215.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (162.03kB) [INFO] Fetching org.eclipse.jetty.security_9.4.15.v20190215.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (123.46kB) [INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (227.63kB) [INFO] Fetching org.eclipse.help.source_3.8.300.v20190216-1017.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (180.05kB) [INFO] Fetching com.ibm.icu.source_63.1.0.v20181030-1705.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (2.35MB) [INFO] Fetching org.eclipse.core.commands.source_3.9.300.v20190215-1957.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (151.86kB) [INFO] Fetching org.eclipse.core.expressions.source_3.6.300.v20190218-1215.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (87.85kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.7.300.v20190215-2048.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (83.29kB) [INFO] Fetching org.eclipse.core.jobs.source_3.10.300.v20190215-2048.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (107.46kB) [INFO] Fetching org.eclipse.core.runtime.source_3.15.200.v20190301-1641.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (86.38kB) [INFO] Fetching org.eclipse.core.databinding.source_1.7.200.v20190216-1545.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (140.36kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.4.400.v20190131-1604.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (67kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.6.400.v20190218-2049.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (203.92kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.6.400.v20190215-1957.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (92.97kB) [INFO] Fetching org.eclipse.equinox.app.source_1.4.100.v20190215-2139.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (76.73kB) [INFO] Fetching org.eclipse.equinox.cm.source_1.4.0.v20190117-0418.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (46.88kB) [INFO] Fetching org.eclipse.equinox.common.source_3.10.300.v20190218-2100.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (130.15kB) [INFO] Fetching org.eclipse.equinox.event.source_1.5.0.v20181008-1938.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (28.29kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.7.300.v20190218-2100.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (111.8kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.8.300.v20190218-2100.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (176.55kB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.7.0.v20190305-2216.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (22.54kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.1.700.v20190214-1948.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (32.52kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.6.0.v20190305-2225.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (140.31kB) [INFO] Fetching org.eclipse.equinox.console.source_1.3.200.v20181115-0906.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (84.71kB) [INFO] Fetching org.apache.felix.gogo.command.source_1.0.2.v20170914-1324.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (40.37kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.0.v20180713-1646.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (105kB) [INFO] Fetching org.apache.felix.gogo.shell.source_1.1.0.v20180713-1646.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (47.29kB) [INFO] Fetching org.apache.felix.scr.source_2.1.14.v20190123-1619.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (272.59kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.4.900.v20181012-1045.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (45.68kB) [INFO] Fetching org.eclipse.osgi.source_3.13.300.v20190218-1622.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (1.1MB) [INFO] Fetching org.eclipse.osgi.services.source_3.8.0.v20190206-2147.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (244.89kB) [INFO] Fetching org.eclipse.osgi.util.source_3.5.200.v20190115-2323.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (63.54kB) [INFO] Fetching org.junit.source_4.12.0.v201504281640.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (229.74kB) [INFO] Fetching org.eclipse.jetty.continuation.source_9.4.15.v20190215.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (33kB) [INFO] Fetching org.eclipse.jetty.http.source_9.4.15.v20190215.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (130.34kB) [INFO] Fetching org.eclipse.jetty.io.source_9.4.15.v20190215.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (89.95kB) [INFO] Fetching org.eclipse.jetty.security.source_9.4.15.v20190215.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (92.56kB) [INFO] Fetching org.eclipse.jetty.server.source_9.4.15.v20190215.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (412.78kB) [INFO] Fetching org.eclipse.jetty.servlet.source_9.4.15.v20190215.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (81.77kB) [INFO] Fetching org.eclipse.jetty.util.source_9.4.15.v20190215.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (361.42kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (65.43kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (51.3kB) [INFO] Fetching org.eclipse.rap.equinox.target.feature_3.8.1.20190410-1449.jar from http://download.eclipse.org/rt/rap/3.8/SR1-20190417-1042/features/ (25.05kB) [INFO] Fetching org.eclipse.rap.nebula.jface.gridviewer_3.8.0.20190103-0942.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (32.1kB) [INFO] Fetching org.eclipse.rap.nebula.widgets.richtext_3.8.0.20190103-0942.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (771.42kB) [INFO] Fetching org.eclipse.rap.nebula.widgets.grid_3.8.0.20190103-0942.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (102.75kB) [INFO] Fetching org.eclipse.rap.ui.cheatsheets_3.8.0.20190103-0942.jar from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/plugins/ (324.82kB) [INFO] Fetching org.eclipse.rap.feature_3.8.1.20190410-1451.jar from http://download.eclipse.org/rt/rap/3.8/SR1-20190417-1042/features/ (24.19kB) [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.runtime.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.runtime.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runtime.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.runtime.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime-updatesite.rap >-- [INFO] Building org.eclipse.rcptt.runtime-updatesite.rap 2.5.5-SNAPSHOT [61/61] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.rcptt.runtime-updatesite.rap --- [WARNING] No system packages found in profile nor toolchain for JavaSE-11, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-11 in your toolchains.xml [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [WARNING] No system packages found in profile nor toolchain for JavaSE-18, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-18 in your toolchains.xml [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.rcptt.runtime-updatesite.rap --- [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.3.0.201710160331,2.3.0.201710160331].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.3.0.201801240750,2.3.0.201801240750].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.3.0.201709111216,2.3.0.201709111216].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.3.0.201801181311,2.3.0.201801181311].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.3.0.201706220835,2.3.0.201706220835].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.3.0.201706220835,2.3.0.201706220835].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.3.0.201710160331,2.3.0.201710160331].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.3.0.201801240750,2.3.0.201801240750].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.3.0.201709111216,2.3.0.201709111216].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.3.0.201801181311,2.3.0.201801181311].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.3.0.201706220835,2.3.0.201706220835].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.3.0.201706220835,2.3.0.201706220835].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.3.0.201710160331,2.3.0.201710160331].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.3.0.201801240750,2.3.0.201801240750].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.3.0.201709111216,2.3.0.201709111216].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.3.0.201801181311,2.3.0.201801181311].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.3.0.201706220835,2.3.0.201706220835].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.3.0.201706220835,2.3.0.201706220835].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Building zip: /home/jenkins/agent/workspace/master/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/target/org.eclipse.rcptt.runtime-updatesite.rap-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.runtime-updatesite.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.runtime-updatesite.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] rap 2.5.5-SNAPSHOT ................................. SUCCESS [ 0.933 s] [INFO] rcptt.module.rap ................................... SUCCESS [ 0.069 s] [INFO] bundles ............................................ SUCCESS [ 0.007 s] [INFO] core ............................................... SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.tesla.ecl.rap .................... SUCCESS [ 8.329 s] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl.rap ..... SUCCESS [ 2.019 s] [INFO] runtime ............................................ SUCCESS [ 0.070 s] [INFO] rcptt.runtime.contexts ............................. SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.ctx.preferences.aspects.rap ...... SUCCESS [ 7.724 s] [INFO] tesla .............................................. SUCCESS [ 0.057 s] [INFO] org.eclipse.rcptt.tesla.swt.fragment.rap ........... SUCCESS [ 1.122 s] [INFO] org.eclipse.rcptt.tesla.core.am.rap ................ SUCCESS [ 1.242 s] [INFO] org.eclipse.rcptt.tesla.swt.aspects.rap ............ SUCCESS [ 5.413 s] [INFO] org.eclipse.rcptt.tesla.jface.aspects.rap .......... SUCCESS [ 2.435 s] [INFO] org.eclipse.rcptt.tesla.jobs.aspects.rap ........... SUCCESS [ 1.812 s] [INFO] org.eclipse.rcptt.util.swt.rap ..................... SUCCESS [ 1.961 s] [INFO] rcptt.runtime.watson ............................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.watson.aspects.jobs.rap .......... SUCCESS [ 1.910 s] [INFO] org.eclipse.rcptt.watson.aspects.swt.rap ........... SUCCESS [ 2.409 s] [INFO] org.eclipse.rcptt.tesla.swt.rap .................... SUCCESS [ 9.976 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms.rap SUCCESS [ 1.795 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.rap SUCCESS [ 1.685 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt.rap .. SUCCESS [ 3.373 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.rap SUCCESS [ 2.550 s] [INFO] org.eclipse.rcptt.tesla.recording.swt.rap .......... SUCCESS [ 5.571 s] [INFO] ecl-tesla .......................................... SUCCESS [ 0.005 s] [INFO] org.eclipse.rcptt.tesla.ecl.impl.rap ............... SUCCESS [ 2.419 s] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects.rap ......... SUCCESS [ 1.751 s] [INFO] org.eclipse.rcptt.runtime.ui.rap ................... SUCCESS [ 2.219 s] [INFO] org.eclipse.rcptt.ctx.preferences.impl.rap ......... SUCCESS [ 2.302 s] [INFO] org.eclipse.rcptt.ctx.resources.impl.rap ........... SUCCESS [ 1.635 s] [INFO] org.eclipse.rcptt.ctx.script.impl.rap .............. SUCCESS [ 1.859 s] [INFO] org.eclipse.rcptt.ctx.workbench.impl.rap ........... SUCCESS [ 1.645 s] [INFO] org.eclipse.rcptt.ctx.workbench.aspect.rap ......... SUCCESS [ 2.152 s] [INFO] org.eclipse.rcptt.ctx.parameters.impl.rap .......... SUCCESS [ 1.463 s] [INFO] org.eclipse.rcptt.ctx.filesystem.impl.rap .......... SUCCESS [ 2.034 s] [INFO] org.eclipse.rcptt.ctx.debug.impl.rap ............... SUCCESS [ 2.205 s] [INFO] org.eclipse.rcptt.core.ecl.debug.rap ............... SUCCESS [ 2.042 s] [INFO] org.eclipse.rcptt.forms.impl.rap ................... SUCCESS [ 2.153 s] [INFO] org.eclipse.rcptt.rap.aspects ...................... SUCCESS [ 2.171 s] [INFO] org.eclipse.rcptt.tesla.canvas.rap ................. SUCCESS [ 2.070 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects.rap SUCCESS [ 1.878 s] [INFO] org.eclipse.rcptt.tesla.jface.fragment.rap ......... SUCCESS [ 1.148 s] [INFO] org.eclipse.rcptt.tesla.recording.canvas.rap ....... SUCCESS [ 1.416 s] [INFO] org.eclipse.rcptt.tesla.swt.e3x.rap ................ SUCCESS [ 1.742 s] [INFO] org.eclipse.rcptt.tesla.ui.ide.rap ................. SUCCESS [ 2.090 s] [INFO] org.eclipse.rcptt.tesla.workbench.aspects.rap ...... SUCCESS [ 1.756 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap SUCCESS [ 2.185 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.rap ...... SUCCESS [ 1.496 s] [INFO] org.eclipse.rcptt.tesla.variables.rap .............. SUCCESS [ 1.303 s] [INFO] rcptt.runtime.verifications ........................ SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.verifications.tree.impl.rap ...... SUCCESS [ 1.444 s] [INFO] org.eclipse.rcptt.verifications.time.impl.rap ...... SUCCESS [ 1.315 s] [INFO] org.eclipse.rcptt.verifications.log.impl.rap ....... SUCCESS [ 1.848 s] [INFO] org.eclipse.rcptt.verifications.text.impl.rap ...... SUCCESS [ 2.249 s] [INFO] ecl ................................................ SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.ecl.platform.ui.rap .............. SUCCESS [ 2.953 s] [INFO] features ........................................... SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.runtime.rap ...................... SUCCESS [ 8.310 s] [INFO] repositories ....................................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.runtime-updatesite.rap 2.5.5-SNAPSHOT SUCCESS [ 9.082 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:11 min [INFO] Finished at: 2024-05-21T14:23:09Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f releng/rap/pom.xml -P ide [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Adding repository file://home/jenkins/agent/workspace/master/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/full/target/repository SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.8/ (0B) [INFO] Adding repository http://download.eclipse.org/rt/rap/3.8 [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.8/R-20190313-1010/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.8/SR1-20190417-1042/ (172B) [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/dependencies/target/repository [INFO] Adding repository http://download.eclipse.org/tools/ajdt/43/update [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2019-03 [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-03/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ (142B) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.ecl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.recording.core.ecl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ecl.platform.ui.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/pom.xml [INFO] Fetching 201903201000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-03/ (63B) [INFO] Fetching org.eclipse.pde.core_3.12.300.v20190214-2042.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.28MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/pom.xml [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20160520211859/repository/ (63B) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (17.78kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (37.68kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (95.1kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (71.45kB) [INFO] Fetching org.eclipse.jdt.ui_3.17.0.v20190304-0658.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (11.27MB) [INFO] Fetching org.eclipse.jdt.ui_3.17.0.v20190304-0658.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (4.42MB of 11.27MB at 4.41MB/s) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.200.v20190226-0733.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.65MB) [INFO] Fetching org.eclipse.jdt.junit_3.11.300.v20190130-1425.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (551.76kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (16.6kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (308.1kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.100.v20190301-1946.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (744.31kB) [INFO] Fetching org.eclipse.pde.ui_3.10.600.v20190222-1655.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (4.37MB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (19.63kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.updates.runtime.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap.feature:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.launching.rap-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.rap.ui.feature:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.rap.ui-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime-updatesite.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.repositiry:rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/repository/rap/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] rap [pom] [INFO] rcptt.module.rap [pom] [INFO] bundles [pom] [INFO] core [pom] [INFO] org.eclipse.rcptt.tesla.ecl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl.rap [eclipse-plugin] [INFO] ecl [pom] [INFO] org.eclipse.rcptt.ecl.platform.ui.rap [eclipse-plugin] [INFO] launching [pom] [INFO] org.eclipse.rcptt.launching.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.rap.ui [eclipse-plugin] [INFO] runtime [pom] [INFO] updates [pom] [INFO] org.eclipse.rcptt.updates.runtime.rap [eclipse-plugin] [INFO] features [pom] [INFO] org.eclipse.rcptt.runtime.rap [eclipse-feature] [INFO] org.eclipse.rcptt.launching.rap.feature [eclipse-feature] [INFO] org.eclipse.rcptt.rap.ui.feature [eclipse-feature] [INFO] repositories [pom] [INFO] org.eclipse.rcptt.runtime-updatesite.rap [eclipse-repository] [INFO] rap [eclipse-repository] [INFO] [INFO] -----------------------< org.eclipse.rcptt:rap >------------------------ [INFO] Building rap 2.5.5-SNAPSHOT [1/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rap --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rap --- [INFO] [INFO] -----------< org.eclipse.rcptt.module.rap:rcptt.module.rap >------------ [INFO] Building rcptt.module.rap 2.5.5-SNAPSHOT [2/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.module.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.module.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.module.rap --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.module.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.module.rap --- [INFO] [INFO] ----------------< org.eclipse.rcptt.module.rap:bundles >---------------- [INFO] Building bundles 2.5.5-SNAPSHOT [3/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bundles --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ bundles --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ bundles --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ bundles --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ bundles --- [INFO] [INFO] ---------------< org.eclipse.rcptt.module.rap:features >---------------- [INFO] Building features 2.5.5-SNAPSHOT [4/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ features --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ features --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ features --- [INFO] [INFO] -------------< org.eclipse.rcptt.module.rap:repositories >-------------- [INFO] Building repositories 2.5.5-SNAPSHOT [5/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ repositories --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ repositories --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ repositories --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ repositories --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ repositories --- [INFO] [INFO] -----------------< org.eclipse.rcptt.module.rap:core >------------------ [INFO] Building core 2.5.5-SNAPSHOT [6/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ core --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ core --- [INFO] [INFO] ------------------< org.eclipse.rcptt.module.rap:ecl >------------------ [INFO] Building ecl 2.5.5-SNAPSHOT [7/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecl --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ ecl --- [INFO] [INFO] ---------------< org.eclipse.rcptt.module.rap:launching >--------------- [INFO] Building launching 2.5.5-SNAPSHOT [8/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ launching --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ launching --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ launching --- [INFO] [INFO] ----------------< org.eclipse.rcptt.module.rap:runtime >---------------- [INFO] Building runtime 2.5.5-SNAPSHOT [9/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ runtime --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ runtime --- [INFO] [INFO] ----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.ecl.rap >---- [INFO] Building org.eclipse.rcptt.tesla.ecl.rap 2.5.5-SNAPSHOT [10/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Deleting /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.ecl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.ecl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ecl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ecl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ecl.platform.ui.rap >-- [INFO] Building org.eclipse.rcptt.ecl.platform.ui.rap 2.5.5-SNAPSHOT [11/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Deleting /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.platform.ui.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap >---- [INFO] Building org.eclipse.rcptt.launching.rap 2.5.5-SNAPSHOT [12/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.rap --- [INFO] Resolving class path of org.eclipse.rcptt.launching.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.launching.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.launching.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/target/org.eclipse.rcptt.launching.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/target/org.eclipse.rcptt.launching.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/target/org.eclipse.rcptt.launching.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.launching.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.rap --- [INFO] No tests to run. [INFO] [INFO] ----------------< org.eclipse.rcptt.module.rap:updates >---------------- [INFO] Building updates 2.5.5-SNAPSHOT [13/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ updates --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ updates --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ updates --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.recording.core.ecl.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.core.ecl.rap 2.5.5-SNAPSHOT [14/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Deleting /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.core.ecl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap.ui >--- [INFO] Building org.eclipse.rcptt.launching.rap.ui 2.5.5-SNAPSHOT [15/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] Resolving class path of org.eclipse.rcptt.launching.rap.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.launching.rap.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/target/org.eclipse.rcptt.launching.rap.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.rap.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/target/org.eclipse.rcptt.launching.rap.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/target/org.eclipse.rcptt.launching.rap.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.launching.rap.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.updates.runtime.rap >-- [INFO] Building org.eclipse.rcptt.updates.runtime.rap 2.5.5-SNAPSHOT [16/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] The project's OSGi version is 2.5.5.202405211423 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 102 resources [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] Resolving class path of org.eclipse.rcptt.updates.runtime.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-artifacts) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/target/org.eclipse.rcptt.updates.runtime.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.updates.runtime.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/target/org.eclipse.rcptt.updates.runtime.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/target/org.eclipse.rcptt.updates.runtime.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.updates.runtime.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.rap >----- [INFO] Building org.eclipse.rcptt.runtime.rap 2.5.5-SNAPSHOT [17/21] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime.rap --- [INFO] Deleting /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.runtime.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.runtime.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runtime.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.runtime.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap.feature >-- [INFO] Building org.eclipse.rcptt.launching.rap.feature 2.5.5-SNAPSHOT [18/21] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] The project's OSGi version is 2.5.5.202405211423 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.launching.rap-feature/target/org.eclipse.rcptt.launching.rap.feature-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.rap.feature --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.launching.rap-feature/target/org.eclipse.rcptt.launching.rap.feature-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.launching.rap-feature/target/org.eclipse.rcptt.launching.rap.feature-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.launching.rap.feature --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] ---< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.rap.ui.feature >---- [INFO] Building org.eclipse.rcptt.rap.ui.feature 2.5.5-SNAPSHOT [19/21] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] The project's OSGi version is 2.5.5.202405211423 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.rap.ui-feature/target/org.eclipse.rcptt.rap.ui.feature-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.rap.ui.feature --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.rap.ui-feature/target/org.eclipse.rcptt.rap.ui.feature-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.rap.ui-feature/target/org.eclipse.rcptt.rap.ui.feature-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.rap.ui.feature --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime-updatesite.rap >-- [INFO] Building org.eclipse.rcptt.runtime-updatesite.rap 2.5.5-SNAPSHOT [20/21] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Deleting /home/jenkins/agent/workspace/master/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.rcptt.runtime-updatesite.rap --- [WARNING] No system packages found in profile nor toolchain for JavaSE-11, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-11 in your toolchains.xml [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [WARNING] No system packages found in profile nor toolchain for JavaSE-18, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-18 in your toolchains.xml [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.rcptt.runtime-updatesite.rap --- [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.3.0.201710160331,2.3.0.201710160331].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.3.0.201801240750,2.3.0.201801240750].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.3.0.201709111216,2.3.0.201709111216].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.3.0.201801181311,2.3.0.201801181311].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.3.0.201706220835,2.3.0.201706220835].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.3.0.201706220835,2.3.0.201706220835].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.3.0.201710160331,2.3.0.201710160331].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.3.0.201801240750,2.3.0.201801240750].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.3.0.201709111216,2.3.0.201709111216].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.3.0.201801181311,2.3.0.201801181311].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.3.0.201706220835,2.3.0.201706220835].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.3.0.201706220835,2.3.0.201706220835].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.3.0.201710160331,2.3.0.201710160331].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.3.0.201801240750,2.3.0.201801240750].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.3.0.201709111216,2.3.0.201709111216].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.3.0.201801181311,2.3.0.201801181311].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.3.0.201706220835,2.3.0.201706220835].; Unable to satisfy dependency from 202405071557.Default 1.0.0.7p8e85cLWVbh8cpS0sb716sOs to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.3.0.201706220835,2.3.0.201706220835].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Building zip: /home/jenkins/agent/workspace/master/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/target/org.eclipse.rcptt.runtime-updatesite.rap-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.runtime-updatesite.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.runtime-updatesite.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] ------------------< org.eclipse.rcptt.repositiry:rap >------------------ [INFO] Building rap 2.5.5-SNAPSHOT [21/21] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ rap --- [INFO] The project's OSGi version is 2.5.5.202405211423 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ rap --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/repository/rap/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ rap --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ rap --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ rap --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ rap --- [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/rap/target/rap-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rap --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rap --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] rap 2.5.5-SNAPSHOT ................................. SUCCESS [ 0.806 s] [INFO] rcptt.module.rap ................................... SUCCESS [ 0.007 s] [INFO] bundles ............................................ SUCCESS [ 0.007 s] [INFO] core ............................................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.tesla.ecl.rap .................... SUCCESS [ 9.582 s] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl.rap ..... SUCCESS [ 1.383 s] [INFO] ecl ................................................ SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.ecl.platform.ui.rap .............. SUCCESS [ 2.602 s] [INFO] launching .......................................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.launching.rap .................... SUCCESS [ 3.747 s] [INFO] org.eclipse.rcptt.launching.rap.ui ................. SUCCESS [ 3.815 s] [INFO] runtime ............................................ SUCCESS [ 0.007 s] [INFO] updates ............................................ SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.updates.runtime.rap .............. SUCCESS [ 3.630 s] [INFO] features ........................................... SUCCESS [ 0.066 s] [INFO] org.eclipse.rcptt.runtime.rap ...................... SUCCESS [ 3.899 s] [INFO] org.eclipse.rcptt.launching.rap.feature ............ SUCCESS [ 4.247 s] [INFO] org.eclipse.rcptt.rap.ui.feature ................... SUCCESS [ 1.309 s] [INFO] repositories ....................................... SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.runtime-updatesite.rap ........... SUCCESS [ 9.248 s] [INFO] rap 2.5.5-SNAPSHOT ................................. SUCCESS [ 12.253 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:54 min [INFO] Finished at: 2024-05-21T14:25:08Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f releng/rcptt/pom.xml [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/dependencies/target/repository is associated with multiple IDs; was 'dependencies', now is 'rcptt-external-dependencies' [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/full/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/rap/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/dependencies/target/repository SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.31/ (128B) [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2024-03/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2024-03 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2024-03/202403131000/ (140B) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20210223232630/repository/ (134B) [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20210223232630/repository [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/ (172B) [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/core/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/e4x/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:rcptt.repository:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/repository/rcptt/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] rcptt.repository.parent [pom] [INFO] rcptt.repository [eclipse-repository] [INFO] [INFO] -------------< org.eclipse.rcptt:rcptt.repository.parent >-------------- [INFO] Building rcptt.repository.parent 2.5.5-SNAPSHOT [1/2] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.repository.parent --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.repository.parent --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.repository.parent --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.repository.parent --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.repository.parent --- [INFO] [INFO] -----------------< org.eclipse.rcptt:rcptt.repository >----------------- [INFO] Building rcptt.repository 2.5.5-SNAPSHOT [2/2] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ rcptt.repository --- [INFO] Fetching 202403131000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2024-03/ (63B) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from http://download.eclipse.org/releases/2024-03/202403131000/plugins/ (317.8kB) [INFO] The project's OSGi version is 2.5.5.202405211423 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ rcptt.repository --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ rcptt.repository --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ rcptt.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/repository/rcptt/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ rcptt.repository --- [WARNING] No system packages found in profile nor toolchain for JavaSE-11, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-11 in your toolchains.xml [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [WARNING] No system packages found in profile nor toolchain for JavaSE-18, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-18 in your toolchains.xml [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ rcptt.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ rcptt.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ rcptt.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ rcptt.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ rcptt.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/rcptt/target/rcptt.repository-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.repository --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.repository --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.repository --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.repository --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] rcptt.repository.parent 2.5.5-SNAPSHOT ............. SUCCESS [ 0.930 s] [INFO] rcptt.repository 2.5.5-SNAPSHOT .................... SUCCESS [ 38.298 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:14 min [INFO] Finished at: 2024-05-21T14:26:27Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f releng/runner/pom.xml [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 37 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 217 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (64 kB at 638 kB/s) SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/full/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/rap/target/repository [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.31/ (128B) [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2024-03/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2024-03 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2024-03/202403131000/ (140B) [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/core/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/e4x/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/dependencies/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner:org.eclipse.rcptt.runner:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/pom.xml [INFO] Fetching slf4j.api_2.0.12.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (66.52kB) [INFO] Fetching 202403131000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2024-03/ (63B) [INFO] Fetching jakarta.servlet-api_6.0.0.jar from http://download.eclipse.org/releases/2024-03/202403131000/plugins/ (339.47kB) [INFO] Fetching org.eclipse.jetty.logging_12.0.6.jar from http://download.eclipse.org/releases/2024-03/202403131000/plugins/ (28.62kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.headless:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.integration:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner:rcptt.runner:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/product/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] runner [pom] [INFO] runner [pom] [INFO] org.eclipse.rcptt.runner [eclipse-plugin] [INFO] runner.features [pom] [INFO] org.eclipse.rcptt.runner.integration [eclipse-feature] [INFO] org.eclipse.rcptt.runner.headless [eclipse-feature] [INFO] rcptt.runner [eclipse-application] [INFO] [INFO] ----------------------< org.eclipse.rcptt:runner >---------------------- [INFO] Building runner 2.5.5-SNAPSHOT [1/7] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runner --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ runner --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ runner --- [INFO] [INFO] ------------------< org.eclipse.rcptt.runner:runner >------------------- [INFO] Building runner 2.5.5-SNAPSHOT [2/7] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runner --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ runner --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ runner --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ runner --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] 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 [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 2.0 MB/s) [INFO] 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 2.6 MB/s) [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/runner removed. [INFO] [INFO] ---------< org.eclipse.rcptt.runner:org.eclipse.rcptt.runner >---------- [INFO] Building org.eclipse.rcptt.runner 2.5.5-SNAPSHOT [3/7] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom (2.8 kB at 217 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom (13 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom (7.3 kB at 815 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.pom (4.8 kB at 369 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom (2.4 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 513 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom (2.8 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom (2.6 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom (2.9 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom (2.6 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.pom (19 kB at 228 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-slf4j-impl/12.0.6/jetty-slf4j-impl-12.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-slf4j-impl/12.0.6/jetty-slf4j-impl-12.0.6.pom (2.2 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-core/12.0.6/jetty-core-12.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-core/12.0.6/jetty-core-12.0.6.pom (4.6 kB at 456 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/12.0.6/jetty-project-12.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/12.0.6/jetty-project-12.0.6.pom (103 kB at 6.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom (18 kB at 280 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom (6.5 kB at 544 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/56/oss-parent-56.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/56/oss-parent-56.pom (24 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.18.Final/infinispan-bom-11.0.18.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.18.Final/infinispan-bom-11.0.18.Final.pom (18 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.18.Final/infinispan-build-configuration-parent-11.0.18.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.18.Final/infinispan-build-configuration-parent-11.0.18.Final.pom (16 kB at 971 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.6/asm-bom-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.6/asm-bom-9.6.pom (3.2 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.19.3/testcontainers-bom-1.19.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.19.3/testcontainers-bom-1.19.3.pom (9.0 kB at 817 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom (2.8 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom (16 kB at 304 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom (4.9 kB at 273 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar (68 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar (72 kB at 662 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-slf4j-impl/12.0.6/jetty-slf4j-impl-12.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar (348 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar (154 kB at 782 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar (91 kB at 460 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar (124 kB at 612 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-slf4j-impl/12.0.6/jetty-slf4j-impl-12.0.6.jar (29 kB at 142 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar (52 kB at 252 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar (34 kB at 161 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.runner --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.runner --- [INFO] Resolving class path of org.eclipse.rcptt.runner... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.runner --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.runner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.runner --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.runner --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runner --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ org.eclipse.rcptt.runner --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/org.eclipse.rcptt.runner removed. [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.runner --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt.runner.features:runner.features >---------- [INFO] Building runner.features 2.5.5-SNAPSHOT [4/7] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runner.features --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ runner.features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ runner.features --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ runner.features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ runner.features --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ runner.features --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/runner.features removed. [INFO] [INFO] ---------------< org.eclipse.rcptt.runner:rcptt.runner >---------------- [INFO] Building rcptt.runner 2.5.5-SNAPSHOT [5/7] [INFO] ------------------------[ eclipse-application ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ rcptt.runner --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:product-export (default-product-export) @ rcptt.runner --- [WARNING] The packaging type 'eclipse-application' is deprecated; use 'eclipse-repository' instead. See https://wiki.eclipse.org/Tycho_Messages_Explained#Eclipse_Application [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20160520211859/repository/ (63B) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (102.77kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (246.29kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from http://download.eclipse.org/releases/2024-03/202403131000/plugins/ (370.34kB) [INFO] Fetching org.apache.commons.commons-fileupload_1.5.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (72.39kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (308.1kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2024-03/202403131000/plugins/ (71.45kB) [INFO] Fetching org.eclipse.osgi.services_3.12.0.v20231218-2126.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (27.75kB) [INFO] Building zip: /home/jenkins/agent/workspace/master/runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ rcptt.runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runner --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ rcptt.runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runner --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt.runner --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/rcptt.runner removed. [INFO] [INFO] --< org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.integration >-- [INFO] Building org.eclipse.rcptt.runner.integration 2.5.5-SNAPSHOT [6/7] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runner.integration --- [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (201.73kB) [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.runner.integration --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/target/org.eclipse.rcptt.runner.integration-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.runner.integration --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runner.integration --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/target/org.eclipse.rcptt.runner.integration-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/target/org.eclipse.rcptt.runner.integration-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.runner.integration --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ org.eclipse.rcptt.runner.integration --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.integration removed. [INFO] [INFO] --< org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.headless >-- [INFO] Building org.eclipse.rcptt.runner.headless 2.5.5-SNAPSHOT [7/7] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runner.headless --- [INFO] Fetching slf4j.simple_2.0.12.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (15.33kB) [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.runner.headless --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/target/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.rcptt.runner.headless --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runner.headless --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/target/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/target/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.rcptt.runner.headless --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [WARNING] Pack200 actions are skipped when running on Java 14 and higher. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ org.eclipse.rcptt.runner.headless --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.headless removed. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] runner 2.5.5-SNAPSHOT .............................. SUCCESS [ 0.735 s] [INFO] runner ............................................. SUCCESS [ 0.565 s] [INFO] org.eclipse.rcptt.runner ........................... SUCCESS [ 12.646 s] [INFO] runner.features .................................... SUCCESS [ 0.062 s] [INFO] org.eclipse.rcptt.runner.integration ............... SUCCESS [ 2.269 s] [INFO] org.eclipse.rcptt.runner.headless .................. SUCCESS [ 3.115 s] [INFO] rcptt.runner 2.5.5-SNAPSHOT ........................ SUCCESS [ 12.732 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:08 min [INFO] Finished at: 2024-05-21T14:27:40Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f maven-plugin/pom.xml install [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] RCPTT maven support modules [pom] [INFO] Utilities for RCPTT-related maven plugins [jar] [INFO] RCPTT runner maven plugin [maven-plugin] [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt-maven-modules >---------------- [INFO] Building RCPTT maven support modules 2.5.5-SNAPSHOT [1/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 6.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 767 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 513 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 177 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 380 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rcptt-maven-modules --- [INFO] 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 [INFO] 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 290 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] 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 597 kB/s) [INFO] 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.jar [INFO] 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.jar [INFO] 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.jar (13 kB at 919 kB/s) [INFO] 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.jar (226 kB at 1.1 MB/s) [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-modules --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-modules removed. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-modules --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-modules removed. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rcptt-maven-modules --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] 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.jar [INFO] 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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 419 kB/s) [INFO] 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 745 kB/s) [INFO] 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.jar [INFO] 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.jar (57 kB at 340 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] 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.jar (35 kB at 201 kB/s) [INFO] 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.jar (49 kB at 281 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 339 kB/s) [INFO] 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.jar (24 kB at 118 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 470 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 38 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 674 kB/s) [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/rcptt-maven-modules-2.5.5-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.rcptt:rcptt-maven-util >----------------- [INFO] Building Utilities for RCPTT-related maven plugins 2.5.5-SNAPSHOT [2/3] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 777 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom (13 kB at 191 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 314 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar (62 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 260 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 802 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 343 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 828 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom (8.5 kB at 427 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.4/maven-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.4/maven-3.5.4.pom (23 kB at 936 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom (4.0 kB at 202 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom (1.8 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom (2.6 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom (1.5 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom (1.9 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom (2.1 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom (2.9 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 417 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 240 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom (3.1 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 450 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom (4.1 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom (1.9 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom (16 kB at 966 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom (2.1 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom (2.2 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom (3.5 kB at 99 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0.pom (11 kB at 313 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom (16 kB at 806 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.6-android/guava-23.6-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.6-android/guava-23.6-android.pom (7.8 kB at 174 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom (9.9 kB at 309 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar (45 kB at 424 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.jar (196 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar (165 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar (15 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar (630 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar (43 kB at 214 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar (27 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar (48 kB at 227 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar (55 kB at 260 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar (67 kB at 283 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar (177 kB at 733 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar (146 kB at 486 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar (36 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar (159 kB at 487 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 628 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar (185 kB at 475 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar (379 kB at 950 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar (521 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 907 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 3.7 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rcptt-maven-util --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rcptt-maven-util --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 203 kB/s) [INFO] 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.jar [INFO] 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.jar [INFO] 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.jar [INFO] 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.jar [INFO] 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.jar [INFO] 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.jar (9.9 kB at 343 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] 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.jar (14 kB at 213 kB/s) [INFO] 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.jar [INFO] 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.jar (21 kB at 301 kB/s) [INFO] 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.jar [INFO] 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.jar (5.9 kB at 82 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 424 kB/s) [INFO] 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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar [INFO] 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.jar (152 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] 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.jar (37 kB at 461 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 671 kB/s) [INFO] 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.jar (10 kB at 65 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 252 kB/s) [INFO] 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.jar (223 kB at 1.2 MB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ rcptt-maven-util --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom (5.0 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom (4.6 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom (16 kB at 641 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom (1.2 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom (1.3 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 233 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar (23 kB at 394 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 664 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar (334 kB at 3.8 MB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rcptt-maven-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ rcptt-maven-util --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ rcptt-maven-util --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (1.6 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 kB at 188 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 67 kB/s) [INFO] 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 [INFO] 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 165 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] 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 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 229 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 708 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 38 kB/s) [INFO] 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 [INFO] 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 246 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 239 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [INFO] 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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 758 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 437 kB/s) [INFO] 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 456 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [INFO] 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.jar (232 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 907 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 317 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 228 kB/s) [INFO] 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 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 532 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 123 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 340 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 679 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 100 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 41 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 137 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 51 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 124 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 46 kB/s) [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ rcptt-maven-util --- [INFO] 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 [INFO] 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 44 kB/s) [INFO] 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 [INFO] 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 201 kB/s) [INFO] 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 [INFO] 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 79 kB/s) [INFO] 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 [INFO] 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 36 kB/s) [INFO] 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 [INFO] 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.jar [INFO] 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.jar [INFO] 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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] 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 682 kB/s) [INFO] 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.jar (58 kB at 1.9 MB/s) [INFO] 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.jar (60 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 3.2 MB/s) [INFO] 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.jar (184 kB at 2.7 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/target/rcptt-maven-util-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-util --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-util removed. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rcptt-maven-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ rcptt-maven-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rcptt-maven-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ rcptt-maven-util --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ rcptt-maven-util --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ rcptt-maven-util --- [INFO] Building jar: /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/target/rcptt-maven-util-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-util --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-util removed. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rcptt-maven-util --- [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/target/rcptt-maven-util-2.5.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.rcptt:rcptt-maven-plugin >---------------- [INFO] Building RCPTT runner maven plugin 2.5.5-SNAPSHOT [3/3] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.pom (13 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom (15 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.jar (53 kB at 648 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rcptt-maven-plugin --- [INFO] [INFO] --- maven-plugin-plugin:3.6.0:helpmojo (generated-helpmojo) @ rcptt-maven-plugin --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.pom (2.8 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.pom (3.9 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom (1.9 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom (3.7 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom (3.1 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom (3.2 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.pom (9.2 kB at 162 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.pom (2.9 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.pom (16 kB at 226 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.pom (4.0 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom (1.6 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (7.3 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (18 kB at 228 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom (3.5 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (3.2 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.jar [INFO] 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 [INFO] 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 719 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 467 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.jar (49 kB at 451 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.jar (24 kB at 213 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar (80 kB at 733 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.jar (250 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.jar (43 kB at 208 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.jar (18 kB at 87 kB/s) [INFO] 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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar (74 kB at 344 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar (14 kB at 64 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar (313 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar [INFO] 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 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar (78 kB at 247 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar (165 kB at 522 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 497 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (7.9 kB at 24 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (293 kB at 685 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar (196 kB at 455 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (46 kB at 103 kB/s) [WARNING] Goal prefix is specified as: 'rcptt-maven-plugin'. Maven currently expects it to be 'rcptt'. [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 3 mojo descriptors. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rcptt-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ rcptt-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ rcptt-maven-plugin --- [WARNING] Goal prefix is specified as: 'rcptt-maven-plugin'. Maven currently expects it to be 'rcptt'. [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 4 mojo descriptors. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rcptt-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ rcptt-maven-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ rcptt-maven-plugin --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ rcptt-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/target/rcptt-maven-plugin-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ rcptt-maven-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-plugin --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-plugin removed. [INFO] [INFO] --- maven-plugin-plugin:3.6.0:helpmojo (generated-helpmojo) @ rcptt-maven-plugin --- [WARNING] Goal prefix is specified as: 'rcptt-maven-plugin'. Maven currently expects it to be 'rcptt'. [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 4 mojo descriptors. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rcptt-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ rcptt-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ rcptt-maven-plugin --- [WARNING] Goal prefix is specified as: 'rcptt-maven-plugin'. Maven currently expects it to be 'rcptt'. [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 4 mojo descriptors. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rcptt-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ rcptt-maven-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ rcptt-maven-plugin --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ rcptt-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/target/rcptt-maven-plugin-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ rcptt-maven-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-plugin --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-plugin removed. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rcptt-maven-plugin --- [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/target/rcptt-maven-plugin-2.5.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] RCPTT maven support modules 2.5.5-SNAPSHOT ......... SUCCESS [ 3.800 s] [INFO] Utilities for RCPTT-related maven plugins .......... SUCCESS [ 10.821 s] [INFO] RCPTT runner maven plugin 2.5.5-SNAPSHOT ........... SUCCESS [ 9.998 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 25.024 s [INFO] Finished at: 2024-05-21T14:28:09Z [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "sign" could not be activated because it does not exist. [Pipeline] sh + ./releng/doc/generate-doc.sh -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e SCRIPT_LOC = /home/jenkins/agent/workspace/master/releng/doc PWD = /home/jenkins/agent/workspace/master CLASSIFIER = linux/gtk/x86_64 ECLIPSE_LOC = /home/jenkins/agent/workspace/master/releng/doc/../../repository/full/target/products/org.eclipse.rcptt.platform.product/linux/gtk/x86_64/rcptt TARGET = /home/jenkins/agent/workspace/master/releng/doc/target LAUNCHER = /home/jenkins/agent/workspace/master/releng/doc/../../repository/full/target/products/org.eclipse.rcptt.platform.product/linux/gtk/x86_64/rcptt/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Documentation generated to /home/jenkins/agent/workspace/master/releng/doc/target/doc/ecl/index.html [Pipeline] } [Pipeline] // container [Pipeline] sh + . repository/full/target/publisher.properties ++ productVersion=2.5.5 ++ productQualifier=202405211358 + echo 2.5.5 [Pipeline] stage [Pipeline] { (Archive) [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] fingerprint Recording fingerprints [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (RCPTT Test) [Pipeline] container [Pipeline] { [Pipeline] sh + readlink -f /home/jenkins/agent/workspace/master/runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip + mvn clean verify -B -f rcpttTests/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -e -Dci-maven-version=2.0.0-SNAPSHOT -DexplicitRunner=/home/jenkins/agent/workspace/master/runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip -DrcpttPath=/home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product-linux.gtk.x86_64.zip [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/maven-metadata.xml (791 B at 1.3 kB/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/maven-metadata.xml (617 B at 17 kB/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/maven-metadata.xml (789 B at 28 kB/s) [INFO] [INFO] -------------------< org.eclipse.rcptt.tests:tests >-------------------- [INFO] Building tests 2.5.5-SNAPSHOT [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (812 B at 3.8 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.pom (8.5 kB at 75 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/42/maven-plugins-42.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/42/maven-plugins-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/42/maven-plugins-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/42/maven-plugins-42.pom (7.7 kB at 85 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/42/maven-parent-42.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/42/maven-parent-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/42/maven-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/42/maven-parent-42.pom (50 kB at 476 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/32/apache-32.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/32/apache-32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/32/apache-32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/32/apache-32.pom (24 kB at 424 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom (5.6 kB at 64 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.jar (32 kB at 341 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (7.8 kB at 75 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 88 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 923 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/29/apache-29.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/29/apache-29.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom (21 kB at 225 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (31 kB at 298 kB/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml (901 B at 8.9 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.pom (9.6 kB at 110 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.jar (40 kB at 565 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom (8.9 kB at 201 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar (39 kB at 490 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (11 kB at 85 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (153 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman/4.0.4/byteman-4.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman/4.0.4/byteman-4.0.4.pom (4.4 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-root/4.0.4/byteman-root-4.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-root/4.0.4/byteman-root-4.0.4.pom (21 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman/4.0.4/byteman-4.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman/4.0.4/byteman-4.0.4.jar (817 kB at 4.6 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tests --- [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-SNAPSHOT:resources (default-resources) @ tests --- [INFO] Extracting AUT to /home/jenkins/agent/workspace/master/rcpttTests/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/master/rcpttTests/target/runner [INFO] Copying project contents to target directory... [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (byteman) @ tests --- [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (1.3 kB at 22 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9.2 kB at 122 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom (4.2 kB at 44 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 56 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 152 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 64 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 208 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 37 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 43 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 15 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 40 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 28 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 42 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom (5.9 kB at 143 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 203 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/1.4/commons-io-1.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/1.4/commons-io-1.4.pom [INFO] 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 [INFO] 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 274 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/7/commons-parent-7.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/7/commons-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom [INFO] 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 437 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 206 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 5.5 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom (3.4 kB at 20 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 105 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom (2.2 kB at 39 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [INFO] 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 [INFO] 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 55 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom (3.1 kB at 26 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 66 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 183 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] 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 966 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 57 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 30 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/7/maven-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom [INFO] 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 559 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 8.6 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [INFO] 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 [INFO] 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 263 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 27 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 19 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 11 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 102 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 49 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 86 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [INFO] 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 [INFO] 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 272 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom (5.2 kB at 41 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 8.6 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 140 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom (1.8 kB at 27 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom (1.7 kB at 48 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom (1.7 kB at 34 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom (1.8 kB at 42 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom (1.5 kB at 24 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 101 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 21 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 274 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 34 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 36 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 29 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 30 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 19 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 24 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 29 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 19 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 75 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 54 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 32 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 49 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 40 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 26 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (1.5 kB at 17 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 9.7 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 144 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5.1 kB at 145 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] 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 [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/1.4/commons-io-1.4.jar [INFO] 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 [INFO] 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 [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar [INFO] 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 [INFO] 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 [INFO] 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 [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/1.4/commons-io-1.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] 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 [INFO] 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 [INFO] 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 [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar [INFO] 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 [INFO] 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 [INFO] 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 [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] 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 [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 kB at 222 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 591 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar (41 kB at 407 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] 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 868 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] 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 1.0 MB/s) [INFO] 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 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 388 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 153 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 402 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] 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 834 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 148 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 246 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 112 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar (186 kB at 947 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar [INFO] 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 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar [INFO] 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 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar (58 kB at 225 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar [INFO] 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 166 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (232 kB at 859 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 kB at 105 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar (27 kB at 90 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 194 kB/s) [INFO] Copying byteman-4.0.4.jar to /home/jenkins/agent/workspace/master/rcpttTests/target/dependency/byteman.jar [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-SNAPSHOT:execute (default-execute) @ tests --- [INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/master/rcpttTests/target/runner/eclipse' && '/usr/lib/jvm/java-17-openjdk-amd64/bin/java' '-XX:+HeapDumpOnOutOfMemoryError' '-Xmx600M' '-jar' '/home/jenkins/agent/workspace/master/rcpttTests/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar' '-application' 'org.eclipse.rcptt.runner.headless' '-runnerPlatform' 'swt' '-consoleLog' '-data' '/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt' '-autWsPrefix' '/home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/master/rcpttTests/target/results/aut-console-' '-autVMArgs' '-XX:+HeapDumpOnOutOfMemoryError;-Xmx3G' '-autArgs' '-nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/master/rcpttTests/debug.options' '-q7report' '/home/jenkins/agent/workspace/master/rcpttTests/target/results/tests.report' '-htmlReport' '/home/jenkins/agent/workspace/master/rcpttTests/target/results/tests.html' '-junitReport' '/home/jenkins/agent/workspace/master/rcpttTests/target/surefire-reports/TEST-tests.xml' '-import' '/home/jenkins/agent/workspace/master/rcpttTests/target/projects/tests' '-testOptions' 'execTimeout=28800' '-timeout' '28800' '-shutdownListenerPort' '9505' '-skipTags' 'skipExecution;skipLinux' [INFO] The execution timeout is set to 28800 seconds [INFO] !SESSION 2024-05-21 14:36:57.423 ----------------------------------------------- [INFO] eclipse.buildId=unknown [INFO] java.version=17-ea [INFO] java.vendor=Private Build [INFO] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [INFO] Framework arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -aut /home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt -autWsPrefix /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/master/rcpttTests/target/results/aut-console- -autVMArgs -XX:+HeapDumpOnOutOfMemoryError;-Xmx3G -autArgs -nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/master/rcpttTests/debug.options -q7report /home/jenkins/agent/workspace/master/rcpttTests/target/results/tests.report -htmlReport /home/jenkins/agent/workspace/master/rcpttTests/target/results/tests.html -junitReport /home/jenkins/agent/workspace/master/rcpttTests/target/surefire-reports/TEST-tests.xml -import /home/jenkins/agent/workspace/master/rcpttTests/target/projects/tests -testOptions execTimeout=28800 -timeout 28800 -shutdownListenerPort 9505 -skipTags skipExecution;skipLinux [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace -aut /home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt -autWsPrefix /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/master/rcpttTests/target/results/aut-console- -autVMArgs -XX:+HeapDumpOnOutOfMemoryError;-Xmx3G -autArgs -nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/master/rcpttTests/debug.options -q7report /home/jenkins/agent/workspace/master/rcpttTests/target/results/tests.report -htmlReport /home/jenkins/agent/workspace/master/rcpttTests/target/results/tests.html -junitReport /home/jenkins/agent/workspace/master/rcpttTests/target/surefire-reports/TEST-tests.xml -import /home/jenkins/agent/workspace/master/rcpttTests/target/projects/tests -testOptions execTimeout=28800 -timeout 28800 -shutdownListenerPort 9505 -skipTags skipExecution;skipLinux [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.macosx 4 0 2024-05-21 14:37:02.639 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [144] [INFO] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:493) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:2073) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:143) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:2064) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:2004) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1967) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1883) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) [INFO] Started at Tue May 21 14:37:03 UTC 2024 [INFO] RCPTT Runner version: 2.5.5 [INFO] Initializing target platform... [INFO] Begin task: Create AUT configuration [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 2 0 2024-05-21 14:37:16.138 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt Default Configuration [INFO] Directory /home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins [INFO] Env: null/null/null/null [INFO] JRE: null [INFO] Args: null/null [INFO] Implicit: null [INFO] Handle: 1716302225026.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-21 14:37:16.138 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar and file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.eclipse.jdt.annotation_1.2.100.v20240212-1051.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-21 14:37:16.138 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.eclipse.jdt.annotation_1.2.100.v20240212-1051.jar and file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:16.545 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:16.550 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Apply injection plugins [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:17.128 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:17.130 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:17.457 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:17.459 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:22.229 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:22.238 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:22.762 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:22.918 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:22.932 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:22.932 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:22.933 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:22.933 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.024 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.035 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.035 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.118 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.132 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.132 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.132 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.228 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.229 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.322 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.328 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.329 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.419 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer,2.8.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.425 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.520 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.531 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.534 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.623 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.624 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.727 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.727 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.728 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.747 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.747 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.748 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.831 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.832 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.exporter,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.930 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.930 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:23.930 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:24.022 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:24.022 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.rose,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:24.039 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ant,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:24.039 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:24.039 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.java,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:24.040 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:24.128 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:24.222 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:24.231 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:24.231 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:24.241 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:24.319 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:24.325 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:24.328 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:24.420 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:24.420 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:24.427 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:24.807 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:24.826 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:25.022 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:25.029 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:25.138 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:25.152 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:25.157 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:25.158 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:25.158 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:25.158 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.dom4j,1.6.1.v201312101416 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:25.423 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Resolving null [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:28.829 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:28.831 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:29.132 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:29.139 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:29.243 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:29.252 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 14:37:29.321 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.eclipse.emf.ecore.change [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] progress: Installing org.eclipse.rcptt.util.resources [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing 202405071557.Default [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text [INFO] progress: Installing org.eclipse.rcptt.verifications.time [INFO] progress: Installing org.eclipse.emf.ecore.xmi [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf [INFO] progress: Installing org.eclipse.rcptt.ecl.core [INFO] progress: Installing org.eclipse.emf.importer [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.emf.common.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.core.swt [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.aspectj.runtime [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.eclipse.rcptt.tesla.swt [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] progress: Installing org.eclipse.emf.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl [INFO] progress: Installing org.eclipse.emf.edit [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.verifications.resources [INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing org.eclipse.emf.converter.feature.group [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ecore [INFO] progress: Installing file:/home/jenkins/agent/workspace/master/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing org.eclipse.emf.common.ui.feature.group [INFO] progress: Installing org.eclipse.equinox.weaving.aspectj [INFO] progress: Installing org.apache.poi.ooxml.schemas [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.change.edit [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Installing org.antlr.runtime [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.feature.group [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ui [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] progress: Installing org.eclipse.rcptt.ecl.interop [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl [INFO] progress: Installing org.eclipse.rcptt.core.swt.win64 [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects [INFO] progress: Installing org.eclipse.emf.importer.java [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [INFO] progress: Installing org.eclipse.emf.codegen.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.eclipse.emf.common [INFO] progress: Installing org.eclipse.emf.mapping.ecore [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf [INFO] progress: Installing org.eclipse.emf.common.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing org.eclipse.rcptt.watson.jobs [INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.ecl.doc [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.eclipse.rcptt.verifications.tree [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing org.eclipse.emf.codegen [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.canvas [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing org.eclipse.emf.codegen.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.apache.poi.ooxml [INFO] progress: Installing org.eclipse.rcptt.verifications.log [INFO] progress: Installing org.eclipse.emf.ecore [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.chart [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.data [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.eclipse.emf.databinding.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi [INFO] progress: Installing file:/home/jenkins/agent/workspace/master/modules/testrail/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gef [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf [INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem [INFO] progress: Installing org.eclipse.rcptt.watson.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing org.eclipse.rcptt.ctx.script [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [INFO] progress: Installing org.eclipse.equinox.weaving.hook [INFO] progress: Installing org.eclipse.emf.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Preparing to commit the provisioning operation. [INFO] progress: Committing the provisioning operation. [INFO] Target platform is valid. [INFO] Looking for tests... [INFO] Existing projects in workspace: [INFO] [INFO] Importing projects to workspace: [INFO] Refreshing projects: [INFO] /home/jenkins/agent/workspace/master/rcpttTests/target/projects/tests... OK [INFO] Refreshing projects: [INFO] rcpttTests... OK [INFO] Searching for tests in projects: [INFO] rcpttTests... [INFO] -- Testcase is skipped by tag "skipExecution" -- Apply Context With Set Delay Command.test [INFO] -- Testcase is skipped by tag "skipExecution" -- LaunchingAnUnsavedTestCase.test [INFO] -- Testcase is skipped by tag "skipExecution" -- NavigationOnScriptViewerInECLContext.test [INFO] -- Testcase is skipped by tag "skipExecution" -- CancelCloseTestEditor.test [INFO] -- Testcase is skipped by tag "skipExecution" -- ScriptEditorCompletion_TC2.test [INFO] -- Testcase is skipped by tag "skipExecution" -- LoopedTestSuiteExecution.test [INFO] -- Testcase is skipped by tag "skipExecution" -- Combo Test_Debug With Super Context.test [INFO] -- Testcase is skipped by tag "skipExecution" -- UserFriendlyMessageWhenInvalidTestCaseIsExecuted.test [INFO] -- Testcase is skipped by tag "skipExecution" -- CellEditing.test [INFO] -- Testcase is skipped by tag "skipExecution" -- MultiSelection.test [INFO] -- Testcase is skipped by tag "skipExecution" -- RecordAfterReplayFailedRestart.test [INFO] -- Testcase is skipped by tag "skipExecution" -- RecordSimpleSnippet.test [INFO] -- Testcase is skipped by tag "skipExecution" -- SeveralTimesTestReplaying1.test [INFO] -- Testcase is skipped by tag "skipExecution" -- Verify_Not Verify Icons.test [INFO] -- Testcase is skipped by tag "skipLinux" -- Switch Workspace.test [INFO] -- Testcase is skipped by tag "skipExecution" -- UndoRedoDescriptionInDefaultContext.test [INFO] -- Testcase is skipped by tag "skipExecution" -- UndoAfterClear.test [INFO] -- Testcase is skipped by tag "skipExecution" -- FilteringAtTerminatingLaunches.test [INFO] -- Testcase is skipped by tag "skipExecution" -- LaunchTargetPlatformFromLaunchContext.test [INFO] -- Testcase is skipped by tag "skipExecution" -- AddIncorrectProjectInWSContext.test [INFO] -- Testcase is skipped by tag "skipExecution" -- AddDuplicateProjectInWSContext.test [INFO] -- Testcase is skipped by tag "skipExecution" -- RenameContextInEditorToDuplicate.test [INFO] -- Testcase is skipped by tag "skipLinux" -- CreateProjectWithIncorrectName.test [INFO] -- Testcase is skipped by tag "skipExecution" -- DeleteRefencedProject.test [INFO] -- Testcase is skipped by tag "skipLinux" -- UndoDeleteProjectWithoutDeleteFromDiskByHotKey.test [INFO] -- Testcase is skipped by tag "skipExecution" -- TestReportOpenCloseOpen.test [INFO] -- Testcase is skipped by tag "skipExecution" -- DeleteWithoutAutoBuild.test [INFO] -- Testcase is skipped by tag "skipExecution" -- RenameTestInEditorToDuplicate.test [INFO] -- Testcase is skipped by tag "skipExecution" -- EditorCanBeOpenedBySingleClick.test [INFO] -- Testcase is skipped by tag "skipExecution" -- ContextMenuActionsRecordingForBrowser.test [INFO] -- Testcase is skipped by tag "skipLinux" -- FormWithSelectionRecording.test [INFO] -- Testcase is skipped by tag "skipLinux" -- FormWithSectionRecording.test [INFO] -- Testcase is skipped by tag "skipLinux" -- FilterSearchClearButton.test [INFO] -- Testcase is skipped by tag "skipLinux" -- ClearSearchFieldByPressingOnClearButton.test [INFO] -- Testcase is skipped by tag "skipLinux" -- RefreshControlStateInAssertionMode.test [INFO] -- Testcase is skipped by tag "skipExecution" -- ReplayTestWhenQ7CannotConnectToAUT.test [INFO] -- Testcase is skipped by tag "skipExecution" -- Save AUT Details For Runnig AUT.test [INFO] -- Testcase is skipped by tag "skipExecution" -- LaunchSecondAUTWhenOneAUTRun.test [INFO] -- Testcase is skipped by tag "skipExecution" -- DeleteAUT.test [INFO] -- Testcase is skipped by tag "skipExecution" -- DeleteAUTFromContextMenu.test [INFO] -- Testcase is skipped by tag "skipExecution" -- StopAUT.test [INFO] -- Testcase is skipped by tag "skipExecution" -- RunAUTByRunCommand.test [INFO] -- Testcase is skipped by tag "skipExecution" -- RunAUTByRunButton.test [INFO] -- Testcase is skipped by tag "skipExecution" -- SavingOnlyTestsInTestSuites.test [INFO] -- Testcase is skipped by tag "skipExecution" -- AutoCreationNewTestSuite.test [INFO] -- Testcase is skipped by tag "skipExecution" -- RunTestsWhenStopOnFirstFailureSet_TC2.test [INFO] -- Testcase is skipped by tag "skipExecution" -- SaveNewTagAfterRestartingQ7.test [INFO] -- Testcase is skipped by tag "skipExecution" -- SaveExistentTagInProjectAfterRestartingQ7.test [INFO] -- Testcase is skipped by tag "skipExecution" -- SwitchToClosedPerspective.test [INFO] -- Testcase is skipped by tag "skipLinux" -- SaveButtonOnToolbar.test [INFO] -- Testcase is skipped by tag "skipLinux" -- SaveAllButtonOnToolbar.test [INFO] Complete OK [INFO] Testcase Artifacts:774 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:37:43.727 [INFO] !MESSAGE AUT-0:Launching [INFO] AUT-0:Launching [INFO] AUT-0:Product: org.eclipse.rcptt.platform.product [INFO] AUT-0:Application: org.eclipse.ui.ide.workbench [INFO] AUT-0:Architecture: x86_64 [INFO] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws-0: AUT arguments: -nosplash -consoleLog -debug /home/jenkins/agent/workspace/master/rcpttTests/debug.options -os ${target.os} -arch ${target.arch} [INFO] /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws-0: AUT VM arguments: -Xms200m -Xmx2G --add-modules=ALL-SYSTEM -XX:+HeapDumpOnOutOfMemoryError -Xmx3G [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-21 14:37:47.353 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Detected AUT architecture is x86_64.x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-21 14:37:47.421 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Selected JVM is /usr/lib/jvm/java-17-openjdk-amd64 detected architecture is x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-21 14:37:47.422 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: JVM and AUT architectures are compatible: true. JVM is 64bit and support running 32bit: false [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-21 14:38:30.702 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Xms200m, -Xmx2G, --add-modules=ALL-SYSTEM, -XX:+HeapDumpOnOutOfMemoryError, -Xmx3G, -Dq7id=9c4b6e07-d9c4-4b4f-8cc7-72907e0d577c, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar,reference:file:/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, -Declipse.vmargs=-Xms200m [INFO] -Xmx2G [INFO] --add-modules=ALL-SYSTEM [INFO] -XX:+HeapDumpOnOutOfMemoryError [INFO] -Xmx3G [INFO] -Dq7id=9c4b6e07-d9c4-4b4f-8cc7-72907e0d577c [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar,reference:file:/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar [INFO] --add-opens [INFO] java.base/java.lang=ALL-UNNAMED [INFO] --add-modules=ALL-SYSTEM [INFO] ] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-21 14:38:30.830 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-product, org.eclipse.rcptt.platform.product, -data, /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/dev.properties, -ws, gtk, -nosplash, -consoleLog, -debug, /home/jenkins/agent/workspace/master/rcpttTests/debug.options, -os, linux, -arch, x86_64, -vm, /usr/lib/jvm/java-17-openjdk-amd64] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-05-21 14:39:05.627 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:39:06.828 [INFO] !MESSAGE [AUT-0] Starting: 442980_ClassCastExceptions.test (0 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:41:58.428 [INFO] !MESSAGE [AUT-0] Finished: 442980_ClassCastExceptions.test in 169034 (0 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:41:58.434 [INFO] !MESSAGE [AUT-0] Starting: ActivateWorkingSetViaProjectExplorerViewMenu.test (1 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:41:58.440 [INFO] !MESSAGE Pass 1 (774) processed. 0 failed. spent: 2:51, 733:24 mins remaining. 442980_ClassCastExceptions. time: 169034ms [INFO] Pass 1 (774) processed. 0 failed. spent: 2:51, 733:24 mins remaining. 442980_ClassCastExceptions. time: 169034ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:42:27.347 [INFO] !MESSAGE [AUT-0] Finished: ActivateWorkingSetViaProjectExplorerViewMenu.test in 26329 (1 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:42:27.351 [INFO] !MESSAGE [AUT-0] Starting: Add Folder In Workspace Context.test (2 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:42:27.370 [INFO] !MESSAGE Pass 2 (774) processed. 0 failed. spent: 3:20, 642:30 mins remaining. ActivateWorkingSetViaProjectExplorerViewMenu. time: 26329ms [INFO] Pass 2 (774) processed. 0 failed. spent: 3:20, 642:30 mins remaining. ActivateWorkingSetViaProjectExplorerViewMenu. time: 26329ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:42:47.293 [INFO] !MESSAGE [AUT-0] Finished: Add Folder In Workspace Context.test in 18351 (2 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:42:47.297 [INFO] !MESSAGE [AUT-0] Starting: Add Project To Workspace Context.test (3 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:42:47.333 [INFO] !MESSAGE Pass 3 (774) processed. 0 failed. spent: 3:40, 564:40 mins remaining. Add Folder In Workspace Context. time: 18351ms [INFO] Pass 3 (774) processed. 0 failed. spent: 3:40, 564:40 mins remaining. Add Folder In Workspace Context. time: 18351ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:43:01.748 [INFO] !MESSAGE [AUT-0] Finished: Add Project To Workspace Context.test in 12992 (3 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:43:01.752 [INFO] !MESSAGE [AUT-0] Starting: Add folder_file buttons should be disabled if no project selected.test (4 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:43:01.849 [INFO] !MESSAGE Pass 4 (774) processed. 0 failed. spent: 3:55, 501:59 mins remaining. Add Project To Workspace Context. time: 12992ms [INFO] Pass 4 (774) processed. 0 failed. spent: 3:55, 501:59 mins remaining. Add Project To Workspace Context. time: 12992ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:43:15.163 [INFO] !MESSAGE [AUT-0] Finished: Add folder_file buttons should be disabled if no project selected.test in 11993 (4 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:43:15.166 [INFO] !MESSAGE [AUT-0] Starting: AddAndRemoveEditorsInWBContext.test (5 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:43:15.225 [INFO] !MESSAGE Pass 5 (774) processed. 0 failed. spent: 4:08, 453:29 mins remaining. Add folder/file buttons should be disabled if no project selected. time: 11993ms [INFO] Pass 5 (774) processed. 0 failed. spent: 4:08, 453:29 mins remaining. Add folder/file buttons should be disabled if no project selected. time: 11993ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:43:53.609 [INFO] !MESSAGE [AUT-0] Finished: AddAndRemoveEditorsInWBContext.test in 36924 (5 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:43:53.612 [INFO] !MESSAGE [AUT-0] Starting: AddAndRemoveViewsInWBContext.test (6 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:43:53.631 [INFO] !MESSAGE Pass 6 (774) processed. 0 failed. spent: 4:46, 457:00 mins remaining. AddAndRemoveEditorsInWBContext. time: 36924ms [INFO] Pass 6 (774) processed. 0 failed. spent: 4:46, 457:00 mins remaining. AddAndRemoveEditorsInWBContext. time: 36924ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:44:31.623 [INFO] !MESSAGE [AUT-0] Finished: AddAndRemoveViewsInWBContext.test in 36324 (6 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:44:31.624 [INFO] !MESSAGE Pass 7 (774) processed. 0 failed. spent: 5:24, 517:43 mins remaining. AddAndRemoveViewsInWBContext. time: 36324ms [INFO] Pass 7 (774) processed. 0 failed. spent: 5:24, 517:43 mins remaining. AddAndRemoveViewsInWBContext. time: 36324ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:44:31.627 [INFO] !MESSAGE [AUT-0] Starting: AddContextFromControlPanel.test (7 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:44:54.149 [INFO] !MESSAGE [AUT-0] Finished: AddContextFromControlPanel.test in 20792 (7 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:44:54.151 [INFO] !MESSAGE Pass 8 (774) processed. 0 failed. spent: 5:47, 492:13 mins remaining. AddContextFromControlPanel. time: 20792ms [INFO] Pass 8 (774) processed. 0 failed. spent: 5:47, 492:13 mins remaining. AddContextFromControlPanel. time: 20792ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:44:54.153 [INFO] !MESSAGE [AUT-0] Starting: AddContextToDefaultContext.test (8 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:45:11.091 [INFO] !MESSAGE [AUT-0] Finished: AddContextToDefaultContext.test in 15508 (8 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:45:11.095 [INFO] !MESSAGE [AUT-0] Starting: AddContextToDefaultContextByDragDrop.test (9 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:45:11.169 [INFO] !MESSAGE Pass 9 (774) processed. 0 failed. spent: 6:04, 421:21 mins remaining. AddContextToDefaultContext. time: 15508ms [INFO] Pass 9 (774) processed. 0 failed. spent: 6:04, 421:21 mins remaining. AddContextToDefaultContext. time: 15508ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:45:33.518 [INFO] !MESSAGE [AUT-0] Finished: AddContextToDefaultContextByDragDrop.test in 20835 (9 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:45:33.522 [INFO] !MESSAGE [AUT-0] Starting: AddContextToGroupContext.test (10 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:45:33.593 [INFO] !MESSAGE Pass 10 (774) processed. 0 failed. spent: 6:26, 409:03 mins remaining. AddContextToDefaultContextByDragDrop. time: 20835ms [INFO] Pass 10 (774) processed. 0 failed. spent: 6:26, 409:03 mins remaining. AddContextToDefaultContextByDragDrop. time: 20835ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:45:49.423 [INFO] !MESSAGE [AUT-0] Finished: AddContextToGroupContext.test in 13896 (10 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:45:49.429 [INFO] !MESSAGE [AUT-0] Starting: AddContextToGroupContextFromAnotherProject.test (11 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:45:49.430 [INFO] !MESSAGE Pass 11 (774) processed. 0 failed. spent: 6:42, 392:43 mins remaining. AddContextToGroupContext. time: 13896ms [INFO] Pass 11 (774) processed. 0 failed. spent: 6:42, 392:43 mins remaining. AddContextToGroupContext. time: 13896ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:46:06.320 [INFO] !MESSAGE [AUT-0] Finished: AddContextToGroupContextFromAnotherProject.test in 15376 (11 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:46:06.323 [INFO] !MESSAGE [AUT-0] Starting: AddContextToTest.test (12 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:46:06.349 [INFO] !MESSAGE Pass 12 (774) processed. 0 failed. spent: 6:59, 379:35 mins remaining. AddContextToGroupContextFromAnotherProject. time: 15376ms [INFO] Pass 12 (774) processed. 0 failed. spent: 6:59, 379:35 mins remaining. AddContextToGroupContextFromAnotherProject. time: 15376ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:46:24.195 [INFO] !MESSAGE [AUT-0] Finished: AddContextToTest.test in 16500 (12 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:46:24.198 [INFO] !MESSAGE [AUT-0] Starting: AddContextToTestByDragDrop.test (13 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:46:24.267 [INFO] !MESSAGE Pass 13 (774) processed. 0 failed. spent: 7:17, 369:01 mins remaining. AddContextToTest. time: 16500ms [INFO] Pass 13 (774) processed. 0 failed. spent: 7:17, 369:01 mins remaining. AddContextToTest. time: 16500ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:46:38.076 [INFO] !MESSAGE [AUT-0] Finished: AddContextToTestByDragDrop.test in 12562 (13 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:46:38.080 [INFO] !MESSAGE [AUT-0] Starting: AddContextToTestByDragDrop_TC2.test (14 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:46:38.084 [INFO] !MESSAGE Pass 14 (774) processed. 0 failed. spent: 7:31, 356:34 mins remaining. AddContextToTestByDragDrop. time: 12562ms [INFO] Pass 14 (774) processed. 0 failed. spent: 7:31, 356:34 mins remaining. AddContextToTestByDragDrop. time: 12562ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:46:57.520 [INFO] !MESSAGE [AUT-0] Finished: AddContextToTestByDragDrop_TC2.test in 18265 (14 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:46:57.525 [INFO] !MESSAGE [AUT-0] Starting: AddDescriptionToDefaultContext.test (15 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:46:57.608 [INFO] !MESSAGE Pass 15 (774) processed. 0 failed. spent: 7:50, 349:16 mins remaining. AddContextToTestByDragDrop_TC2. time: 18265ms [INFO] Pass 15 (774) processed. 0 failed. spent: 7:50, 349:16 mins remaining. AddContextToTestByDragDrop_TC2. time: 18265ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:47:19.434 [INFO] !MESSAGE [AUT-0] Finished: AddDescriptionToDefaultContext.test in 20445 (15 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:47:19.437 [INFO] !MESSAGE [AUT-0] Starting: AddDescriptionToTestSuite.test (16 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:47:19.533 [INFO] !MESSAGE Pass 16 (774) processed. 0 failed. spent: 8:12, 344:51 mins remaining. AddDescriptionToDefaultContext. time: 20445ms [INFO] Pass 16 (774) processed. 0 failed. spent: 8:12, 344:51 mins remaining. AddDescriptionToDefaultContext. time: 20445ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:47:35.801 [INFO] !MESSAGE [AUT-0] Finished: AddDescriptionToTestSuite.test in 14995 (16 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:47:35.804 [INFO] !MESSAGE [AUT-0] Starting: AddDuplicateFolderWithTestsToTestSuite.test (17 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:47:35.852 [INFO] !MESSAGE Pass 17 (774) processed. 0 failed. spent: 8:29, 337:32 mins remaining. AddDescriptionToTestSuite. time: 14995ms [INFO] Pass 17 (774) processed. 0 failed. spent: 8:29, 337:32 mins remaining. AddDescriptionToTestSuite. time: 14995ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:47:50.199 [INFO] !MESSAGE [AUT-0] Finished: AddDuplicateFolderWithTestsToTestSuite.test in 13093 (17 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:47:50.202 [INFO] !MESSAGE [AUT-0] Starting: AddDuplicateTestsToTestSuite.test (18 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:47:50.268 [INFO] !MESSAGE Pass 18 (774) processed. 0 failed. spent: 8:43, 329:03 mins remaining. AddDuplicateTestsFromFolderToTestSuite. time: 13093ms [INFO] Pass 18 (774) processed. 0 failed. spent: 8:43, 329:03 mins remaining. AddDuplicateTestsFromFolderToTestSuite. time: 13093ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:48:02.118 [INFO] !MESSAGE [AUT-0] Finished: AddDuplicateTestsToTestSuite.test in 10347 (18 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:48:02.121 [INFO] !MESSAGE [AUT-0] Starting: AddExistentTagToSingleElement.test (19 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:48:02.185 [INFO] !MESSAGE Pass 19 (774) processed. 0 failed. spent: 8:55, 320:09 mins remaining. AddDuplicateTestsToTestSuite. time: 10347ms [INFO] Pass 19 (774) processed. 0 failed. spent: 8:55, 320:09 mins remaining. AddDuplicateTestsToTestSuite. time: 10347ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:48:17.500 [INFO] !MESSAGE [AUT-0] Finished: AddExistentTagToSingleElement.test in 13799 (19 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:48:17.504 [INFO] !MESSAGE [AUT-0] Starting: AddFilesToFolderContext.test (20 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:48:17.520 [INFO] !MESSAGE Pass 20 (774) processed. 0 failed. spent: 9:10, 313:45 mins remaining. AddExistentTagToSingleElement. time: 13799ms [INFO] Pass 20 (774) processed. 0 failed. spent: 9:10, 313:45 mins remaining. AddExistentTagToSingleElement. time: 13799ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:48:43.330 [INFO] !MESSAGE [AUT-0] Finished: AddFilesToFolderContext.test in 23751 (20 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:48:43.332 [INFO] !MESSAGE [AUT-0] Starting: AddFolderInContext.test (21 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:48:43.419 [INFO] !MESSAGE Pass 21 (774) processed. 0 failed. spent: 9:36, 313:52 mins remaining. AddFilesToFolderContext. time: 23751ms [INFO] Pass 21 (774) processed. 0 failed. spent: 9:36, 313:52 mins remaining. AddFilesToFolderContext. time: 23751ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:49:05.733 [INFO] !MESSAGE [AUT-0] Finished: AddFolderInContext.test in 20897 (21 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:49:05.736 [INFO] !MESSAGE [AUT-0] Starting: AddFolderInTestSuite.test (22 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:49:05.743 [INFO] !MESSAGE Pass 22 (774) processed. 0 failed. spent: 9:58, 311:52 mins remaining. AddFolderInContext. time: 20897ms [INFO] Pass 22 (774) processed. 0 failed. spent: 9:58, 311:52 mins remaining. AddFolderInContext. time: 20897ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:49:32.149 [INFO] !MESSAGE [AUT-0] Finished: AddFolderInTestSuite.test in 25023 (22 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:49:32.151 [INFO] !MESSAGE [AUT-0] Starting: AddFolderToFolderContext.test (23 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:49:32.223 [INFO] !MESSAGE Pass 23 (774) processed. 0 failed. spent: 10:25, 312:30 mins remaining. AddFolderInTestSuite. time: 25023ms [INFO] Pass 23 (774) processed. 0 failed. spent: 10:25, 312:30 mins remaining. AddFolderInTestSuite. time: 25023ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:49:54.995 [INFO] !MESSAGE [AUT-0] Finished: AddFolderToFolderContext.test in 21389 (23 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:49:54.998 [INFO] !MESSAGE [AUT-0] Starting: AddFolderWithTestsToTestSuite.test (24 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:49:55.048 [INFO] !MESSAGE Pass 24 (774) processed. 0 failed. spent: 10:48, 311:07 mins remaining. AddFolderToFolderContext. time: 21389ms [INFO] Pass 24 (774) processed. 0 failed. spent: 10:48, 311:07 mins remaining. AddFolderToFolderContext. time: 21389ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:50:10.911 [INFO] !MESSAGE [AUT-0] Finished: AddFolderWithTestsToTestSuite.test in 14325 (24 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:50:10.914 [INFO] !MESSAGE [AUT-0] Starting: AddNewAUTConfiguration.test (25 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:50:10.966 [INFO] !MESSAGE Pass 25 (774) processed. 0 failed. spent: 11:04, 306:35 mins remaining. AddFolderWithTestsToTestSuite. time: 14325ms [INFO] Pass 25 (774) processed. 0 failed. spent: 11:04, 306:35 mins remaining. AddFolderWithTestsToTestSuite. time: 14325ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:50:31.272 [INFO] !MESSAGE [AUT-0] Finished: AddNewAUTConfiguration.test in 19193 (25 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:50:31.275 [INFO] !MESSAGE [AUT-0] Starting: AddNewTagToProject.test (26 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:50:31.335 [INFO] !MESSAGE Pass 26 (774) processed. 0 failed. spent: 11:24, 304:08 mins remaining. AddNewAUTConfiguration. time: 19193ms [INFO] Pass 26 (774) processed. 0 failed. spent: 11:24, 304:08 mins remaining. AddNewAUTConfiguration. time: 19193ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:50:51.126 [INFO] !MESSAGE [AUT-0] Finished: AddNewTagToProject.test in 18838 (26 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:50:51.129 [INFO] !MESSAGE [AUT-0] Starting: AddNewTagToResourceGroup.test (27 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:50:51.158 [INFO] !MESSAGE Pass 27 (774) processed. 0 failed. spent: 11:44, 301:49 mins remaining. AddNewTagToProject. time: 18838ms [INFO] Pass 27 (774) processed. 0 failed. spent: 11:44, 301:49 mins remaining. AddNewTagToProject. time: 18838ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:51:13.518 [INFO] !MESSAGE [AUT-0] Finished: AddNewTagToResourceGroup.test in 20949 (27 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:51:13.521 [INFO] !MESSAGE [AUT-0] Starting: AddNewTagToSingleElement.test (28 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:51:13.524 [INFO] !MESSAGE Pass 28 (774) processed. 0 failed. spent: 12:06, 300:29 mins remaining. AddNewTagToResourceGroup. time: 20949ms [INFO] Pass 28 (774) processed. 0 failed. spent: 12:06, 300:29 mins remaining. AddNewTagToResourceGroup. time: 20949ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:51:29.880 [INFO] !MESSAGE [AUT-0] Finished: AddNewTagToSingleElement.test in 14933 (28 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:51:29.883 [INFO] !MESSAGE [AUT-0] Starting: AddProjectInContext.test (29 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:51:29.944 [INFO] !MESSAGE Pass 29 (774) processed. 0 failed. spent: 12:23, 297:12 mins remaining. AddNewTagToSingleElement. time: 14933ms [INFO] Pass 29 (774) processed. 0 failed. spent: 12:23, 297:12 mins remaining. AddNewTagToSingleElement. time: 14933ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:52:07.753 [INFO] !MESSAGE [AUT-0] Finished: AddProjectInContext.test in 36399 (29 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:52:07.756 [INFO] !MESSAGE [AUT-0] Starting: AddReferenceAtAddingContextToTest.test (30 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:52:07.842 [INFO] !MESSAGE Pass 30 (774) processed. 0 failed. spent: 13:01, 302:13 mins remaining. AddProjectInContext. time: 36399ms [INFO] Pass 30 (774) processed. 0 failed. spent: 13:01, 302:13 mins remaining. AddProjectInContext. time: 36399ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:52:25.160 [INFO] !MESSAGE [AUT-0] Finished: AddReferenceAtAddingContextToTest.test in 16086 (30 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:52:25.162 [INFO] !MESSAGE Pass 31 (774) processed. 0 failed. spent: 13:18, 308:48 mins remaining. AddReferenceAtAddingContextToTest. time: 16086ms [INFO] Pass 31 (774) processed. 0 failed. spent: 13:18, 308:48 mins remaining. AddReferenceAtAddingContextToTest. time: 16086ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:52:25.164 [INFO] !MESSAGE [AUT-0] Starting: AddSeveralExistentTagsToFolder.test (31 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:52:48.153 [INFO] !MESSAGE [AUT-0] Finished: AddSeveralExistentTagsToFolder.test in 21379 (31 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:52:48.156 [INFO] !MESSAGE [AUT-0] Starting: AddSeveralPreferenceValuesInContext.test (32 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:52:48.188 [INFO] !MESSAGE Pass 32 (774) processed. 0 failed. spent: 13:41, 298:12 mins remaining. AddSeveralExistentTagsToFolder. time: 21379ms [INFO] Pass 32 (774) processed. 0 failed. spent: 13:41, 298:12 mins remaining. AddSeveralExistentTagsToFolder. time: 21379ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:53:02.521 [INFO] !MESSAGE [AUT-0] Finished: AddSeveralPreferenceValuesInContext.test in 12956 (32 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:53:02.524 [INFO] !MESSAGE [AUT-0] Starting: AddSeveralPreferenceValuesInContext.test (33 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:53:02.619 [INFO] !MESSAGE Pass 33 (774) processed. 0 failed. spent: 13:55, 294:14 mins remaining. AddSeveralPreferenceValuesInContext. time: 12956ms [INFO] Pass 33 (774) processed. 0 failed. spent: 13:55, 294:14 mins remaining. AddSeveralPreferenceValuesInContext. time: 12956ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:53:14.887 [INFO] !MESSAGE [AUT-0] Finished: AddSeveralPreferenceValuesInContext.test in 11130 (33 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:53:14.890 [INFO] !MESSAGE [AUT-0] Starting: AddSinglePreferenceValueInContext.test (34 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:53:14.933 [INFO] !MESSAGE Pass 34 (774) processed. 0 failed. spent: 14:08, 290:07 mins remaining. AddSeveralPreferenceValuesInContext. time: 11130ms [INFO] Pass 34 (774) processed. 0 failed. spent: 14:08, 290:07 mins remaining. AddSeveralPreferenceValuesInContext. time: 11130ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:53:30.775 [INFO] !MESSAGE [AUT-0] Finished: AddSinglePreferenceValueInContext.test in 14693 (34 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:53:30.778 [INFO] !MESSAGE [AUT-0] Starting: AddSinglePreferenceValueInContext.test (35 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:53:30.852 [INFO] !MESSAGE Pass 35 (774) processed. 0 failed. spent: 14:24, 287:13 mins remaining. AddSinglePreferenceValueInContext. time: 14693ms [INFO] Pass 35 (774) processed. 0 failed. spent: 14:24, 287:13 mins remaining. AddSinglePreferenceValueInContext. time: 14693ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:53:46.665 [INFO] !MESSAGE [AUT-0] Finished: AddSinglePreferenceValueInContext.test in 14513 (35 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:53:46.668 [INFO] !MESSAGE [AUT-0] Starting: AddSpecificSymbolsToTestSuiteDescription.test (36 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:53:46.671 [INFO] !MESSAGE Pass 36 (774) processed. 0 failed. spent: 14:39, 284:07 mins remaining. AddSinglePreferenceValueInContext. time: 14513ms [INFO] Pass 36 (774) processed. 0 failed. spent: 14:39, 284:07 mins remaining. AddSinglePreferenceValueInContext. time: 14513ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:54:05.076 [INFO] !MESSAGE [AUT-0] Finished: AddSpecificSymbolsToTestSuiteDescription.test in 17067 (36 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:54:05.080 [INFO] !MESSAGE [AUT-0] Starting: AddTagToContextWhenEditorIsOpened.test (37 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:54:05.092 [INFO] !MESSAGE Pass 37 (774) processed. 0 failed. spent: 14:58, 282:26 mins remaining. AddSpecificSymbolsToTestSuiteDescription. time: 17067ms [INFO] Pass 37 (774) processed. 0 failed. spent: 14:58, 282:26 mins remaining. AddSpecificSymbolsToTestSuiteDescription. time: 17067ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:54:21.976 [INFO] !MESSAGE [AUT-0] Finished: AddTagToContextWhenEditorIsOpened.test in 15343 (37 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:54:21.979 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestCaseWhenEditorIsOpened.test (38 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:54:22.031 [INFO] !MESSAGE Pass 38 (774) processed. 0 failed. spent: 15:15, 280:13 mins remaining. AddTagToContextWhenEditorIsOpened. time: 15343ms [INFO] Pass 38 (774) processed. 0 failed. spent: 15:15, 280:13 mins remaining. AddTagToContextWhenEditorIsOpened. time: 15343ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:54:38.837 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestCaseWhenEditorIsOpened.test in 15082 (38 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:54:38.840 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuite.test (39 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:54:38.851 [INFO] !MESSAGE Pass 39 (774) processed. 0 failed. spent: 15:32, 278:05 mins remaining. AddTagToTestCaseWhenEditorIsOpened. time: 15082ms [INFO] Pass 39 (774) processed. 0 failed. spent: 15:32, 278:05 mins remaining. AddTagToTestCaseWhenEditorIsOpened. time: 15082ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:54:53.171 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuite.test in 13190 (39 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:54:53.174 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuiteInSuiteEditor.test (40 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:54:53.268 [INFO] !MESSAGE Pass 40 (774) processed. 0 failed. spent: 15:46, 275:09 mins remaining. AddTagToTestSuite. time: 13190ms [INFO] Pass 40 (774) processed. 0 failed. spent: 15:46, 275:09 mins remaining. AddTagToTestSuite. time: 13190ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:55:12.018 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuiteInSuiteEditor.test in 17647 (40 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:55:12.021 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuiteViaQ7Explorer.test (41 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:55:12.089 [INFO] !MESSAGE Pass 41 (774) processed. 0 failed. spent: 16:05, 273:47 mins remaining. AddTagToTestSuiteInSuiteEditor. time: 17647ms [INFO] Pass 41 (774) processed. 0 failed. spent: 16:05, 273:47 mins remaining. AddTagToTestSuiteInSuiteEditor. time: 17647ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:55:30.406 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuiteViaQ7Explorer.test in 17003 (41 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:55:30.408 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuiteWhenEditorIsOpened.test (42 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:55:30.409 [INFO] !MESSAGE Pass 42 (774) processed. 0 failed. spent: 16:23, 272:11 mins remaining. AddTagToTestSuiteViaQ7Explorer. time: 17003ms [INFO] Pass 42 (774) processed. 0 failed. spent: 16:23, 272:11 mins remaining. AddTagToTestSuiteViaQ7Explorer. time: 17003ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:55:45.797 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuiteWhenEditorIsOpened.test in 14103 (42 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:55:45.800 [INFO] !MESSAGE [AUT-0] Starting: AddTaskToEclContext.test (43 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:55:45.828 [INFO] !MESSAGE Pass 43 (774) processed. 0 failed. spent: 16:39, 270:06 mins remaining. AddTagToTestSuiteWhenEditorIsOpened. time: 14103ms [INFO] Pass 43 (774) processed. 0 failed. spent: 16:39, 270:06 mins remaining. AddTagToTestSuiteWhenEditorIsOpened. time: 14103ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:56:03.182 [INFO] !MESSAGE [AUT-0] Finished: AddTaskToEclContext.test in 16143 (43 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:56:03.185 [INFO] !MESSAGE [AUT-0] Starting: AddTaskToScriptEditor.test (44 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:56:03.246 [INFO] !MESSAGE Pass 44 (774) processed. 0 failed. spent: 16:56, 268:21 mins remaining. AddTaskToEclContext. time: 16143ms [INFO] Pass 44 (774) processed. 0 failed. spent: 16:56, 268:21 mins remaining. AddTaskToEclContext. time: 16143ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:56:19.610 [INFO] !MESSAGE [AUT-0] Finished: AddTaskToScriptEditor.test in 15127 (44 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:56:19.612 [INFO] !MESSAGE [AUT-0] Starting: AddTestCaseToTestSuite.test (45 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:56:19.665 [INFO] !MESSAGE Pass 45 (774) processed. 0 failed. spent: 17:12, 266:25 mins remaining. AddTaskToScriptEditor. time: 15127ms [INFO] Pass 45 (774) processed. 0 failed. spent: 17:12, 266:25 mins remaining. AddTaskToScriptEditor. time: 15127ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:56:36.518 [INFO] !MESSAGE [AUT-0] Finished: AddTestCaseToTestSuite.test in 15314 (45 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:56:36.522 [INFO] !MESSAGE [AUT-0] Starting: AddTestInTestSuite.test (46 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:56:36.584 [INFO] !MESSAGE Pass 46 (774) processed. 0 failed. spent: 17:29, 264:47 mins remaining. AddTestCaseToTestSuite. time: 15314ms [INFO] Pass 46 (774) processed. 0 failed. spent: 17:29, 264:47 mins remaining. AddTestCaseToTestSuite. time: 15314ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:56:56.413 [INFO] !MESSAGE [AUT-0] Finished: AddTestInTestSuite.test in 18342 (46 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:56:56.416 [INFO] !MESSAGE [AUT-0] Starting: AddTestSuiteToTestSuite.test (47 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:56:56.433 [INFO] !MESSAGE Pass 47 (774) processed. 0 failed. spent: 17:49, 263:58 mins remaining. AddTestInTestSuite. time: 18342ms [INFO] Pass 47 (774) processed. 0 failed. spent: 17:49, 263:58 mins remaining. AddTestInTestSuite. time: 18342ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:57:32.258 [INFO] !MESSAGE [AUT-0] Finished: AddTestSuiteToTestSuite.test in 34705 (47 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:57:32.260 [INFO] !MESSAGE [AUT-0] Starting: AddTestSuiteToTestSuiteByDragDrop.test (48 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:57:32.273 [INFO] !MESSAGE Pass 48 (774) processed. 0 failed. spent: 18:25, 267:02 mins remaining. AddTestSuiteToTestSuite. time: 34705ms [INFO] Pass 48 (774) processed. 0 failed. spent: 18:25, 267:02 mins remaining. AddTestSuiteToTestSuite. time: 34705ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:58:13.688 [INFO] !MESSAGE [AUT-0] Finished: AddTestSuiteToTestSuiteByDragDrop.test in 40250 (48 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:58:13.691 [INFO] !MESSAGE [AUT-0] Starting: AddTestsToSuiteByDragDrop.test (49 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:58:13.742 [INFO] !MESSAGE Pass 49 (774) processed. 0 failed. spent: 19:06, 271:08 mins remaining. AddTestSuiteToTestSuiteByDragDrop. time: 40250ms [INFO] Pass 49 (774) processed. 0 failed. spent: 19:06, 271:08 mins remaining. AddTestSuiteToTestSuiteByDragDrop. time: 40250ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:58:34.092 [INFO] !MESSAGE [AUT-0] Finished: AddTestsToSuiteByDragDrop.test in 19284 (49 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:58:34.095 [INFO] !MESSAGE [AUT-0] Starting: AddTestsToTestSuiteByDragDropFromExecutionView.test (50 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:58:34.165 [INFO] !MESSAGE Pass 50 (774) processed. 0 failed. spent: 19:27, 270:25 mins remaining. AddTestsToSuiteByDragDrop. time: 19284ms [INFO] Pass 50 (774) processed. 0 failed. spent: 19:27, 270:25 mins remaining. AddTestsToSuiteByDragDrop. time: 19284ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:58:57.019 [INFO] !MESSAGE [AUT-0] Finished: AddTestsToTestSuiteByDragDropFromExecutionView.test in 21613 (50 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:58:57.021 [INFO] !MESSAGE [AUT-0] Starting: AddVerificationIntoTestCase.test (51 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:58:57.035 [INFO] !MESSAGE Pass 51 (774) processed. 0 failed. spent: 19:50, 270:10 mins remaining. AddTestsToTestSuiteByDragDropFromExecutionView. time: 21613ms [INFO] Pass 51 (774) processed. 0 failed. spent: 19:50, 270:10 mins remaining. AddTestsToTestSuiteByDragDropFromExecutionView. time: 21613ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:59:21.439 [INFO] !MESSAGE [AUT-0] Finished: AddVerificationIntoTestCase.test in 23057 (51 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:59:21.441 [INFO] !MESSAGE [AUT-0] Starting: AddWithTag_NOT.test (52 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:59:21.461 [INFO] !MESSAGE Pass 52 (774) processed. 0 failed. spent: 20:14, 270:09 mins remaining. AddVerificationIntoTestCase. time: 23057ms [INFO] Pass 52 (774) processed. 0 failed. spent: 20:14, 270:09 mins remaining. AddVerificationIntoTestCase. time: 23057ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:59:32.843 [INFO] !MESSAGE [AUT-0] Finished: AddWithTag_NOT.test in 9810 (52 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:59:32.846 [INFO] !MESSAGE [AUT-0] Starting: AddWithTag_OR.test (53 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:59:32.874 [INFO] !MESSAGE Pass 53 (774) processed. 0 failed. spent: 20:26, 267:29 mins remaining. AddWithTag_NOT. time: 9810ms [INFO] Pass 53 (774) processed. 0 failed. spent: 20:26, 267:29 mins remaining. AddWithTag_NOT. time: 9810ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:59:42.670 [INFO] !MESSAGE [AUT-0] Finished: AddWithTag_OR.test in 8712 (53 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:59:42.673 [INFO] !MESSAGE [AUT-0] Starting: AddWithTags_AND.test (54 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:59:42.685 [INFO] !MESSAGE Pass 54 (774) processed. 0 failed. spent: 20:35, 264:16 mins remaining. AddWithTag_OR. time: 8712ms [INFO] Pass 54 (774) processed. 0 failed. spent: 20:35, 264:16 mins remaining. AddWithTag_OR. time: 8712ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:59:53.503 [INFO] !MESSAGE [AUT-0] Finished: AddWithTags_AND.test in 9574 (54 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 14:59:53.506 [INFO] !MESSAGE [AUT-0] Starting: AddingParameterIntoParametersContextAddButton.test (55 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 14:59:53.520 [INFO] !MESSAGE Pass 55 (774) processed. 0 failed. spent: 20:46, 261:35 mins remaining. AddWithTags_AND. time: 9574ms [INFO] Pass 55 (774) processed. 0 failed. spent: 20:46, 261:35 mins remaining. AddWithTags_AND. time: 9574ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:00:06.890 [INFO] !MESSAGE [AUT-0] Finished: AddingParameterIntoParametersContextAddButton.test in 12024 (55 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:00:06.892 [INFO] !MESSAGE [AUT-0] Starting: AddingParameterIntoParametersContextCellClicking.test (56 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:00:06.934 [INFO] !MESSAGE Pass 56 (774) processed. 0 failed. spent: 21:00, 259:36 mins remaining. AddingParameterIntoParametersContextAddButton. time: 12024ms [INFO] Pass 56 (774) processed. 0 failed. spent: 21:00, 259:36 mins remaining. AddingParameterIntoParametersContextAddButton. time: 12024ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:00:20.226 [INFO] !MESSAGE [AUT-0] Finished: AddingParameterIntoParametersContextCellClicking.test in 12228 (56 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:00:20.229 [INFO] !MESSAGE [AUT-0] Starting: AdvancedOptions.test (57 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:00:20.248 [INFO] !MESSAGE Pass 57 (774) processed. 0 failed. spent: 21:13, 257:28 mins remaining. AddingParameterIntoParametersContextCellClicking. time: 12228ms [INFO] Pass 57 (774) processed. 0 failed. spent: 21:13, 257:28 mins remaining. AddingParameterIntoParametersContextCellClicking. time: 12228ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:00:32.004 [INFO] !MESSAGE [AUT-0] Finished: AdvancedOptions.test in 10684 (57 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:00:32.007 [INFO] !MESSAGE [AUT-0] Starting: AdvancedOptionsFocus.test (58 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:00:32.019 [INFO] !MESSAGE Pass 58 (774) processed. 0 failed. spent: 21:25, 255:12 mins remaining. AdvancedOptions. time: 10684ms [INFO] Pass 58 (774) processed. 0 failed. spent: 21:25, 255:12 mins remaining. AdvancedOptions. time: 10684ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:00:38.278 [INFO] !MESSAGE [AUT-0] Finished: AdvancedOptionsFocus.test in 5169 (58 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:00:38.281 [INFO] !MESSAGE [AUT-0] Starting: Allow_Not Alow Uncaptured Children.test (59 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:00:38.326 [INFO] !MESSAGE Pass 59 (774) processed. 0 failed. spent: 21:31, 251:51 mins remaining. AdvancedOptionsFocus. time: 5169ms [INFO] Pass 59 (774) processed. 0 failed. spent: 21:31, 251:51 mins remaining. AdvancedOptionsFocus. time: 5169ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:01:07.602 [INFO] !MESSAGE [AUT-0] Finished: Allow_Not Alow Uncaptured Children.test in 28250 (59 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:01:07.605 [INFO] !MESSAGE [AUT-0] Starting: AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext.test (60 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:01:07.656 [INFO] !MESSAGE Pass 60 (774) processed. 0 failed. spent: 22:00, 253:00 mins remaining. Allow/Not Alow Uncaptured Children. time: 28250ms [INFO] Pass 60 (774) processed. 0 failed. spent: 22:00, 253:00 mins remaining. Allow/Not Alow Uncaptured Children. time: 28250ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:01:28.578 [INFO] !MESSAGE [AUT-0] Finished: AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext.test in 19227 (60 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:01:28.579 [INFO] !MESSAGE Pass 61 (774) processed. 0 failed. spent: 22:21, 257:01 mins remaining. AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext. time: 19227ms [INFO] Pass 61 (774) processed. 0 failed. spent: 22:21, 257:01 mins remaining. AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext. time: 19227ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:01:28.581 [INFO] !MESSAGE [AUT-0] Starting: AnyCharacterSearch.test (61 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:01:40.980 [INFO] !MESSAGE [AUT-0] Finished: AnyCharacterSearch.test in 10928 (61 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:01:40.983 [INFO] !MESSAGE [AUT-0] Starting: AnyStringSearch.test (62 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:01:40.992 [INFO] !MESSAGE Pass 62 (774) processed. 0 failed. spent: 22:34, 250:42 mins remaining. AnyCharacterSearch. time: 10928ms [INFO] Pass 62 (774) processed. 0 failed. spent: 22:34, 250:42 mins remaining. AnyCharacterSearch. time: 10928ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:01:51.811 [INFO] !MESSAGE [AUT-0] Finished: AnyStringSearch.test in 9754 (62 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:01:51.814 [INFO] !MESSAGE [AUT-0] Starting: Apply ECL Context outside test case.test (63 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:01:51.904 [INFO] !MESSAGE Pass 63 (774) processed. 0 failed. spent: 22:45, 248:30 mins remaining. AnyStringSearch. time: 9754ms [INFO] Pass 63 (774) processed. 0 failed. spent: 22:45, 248:30 mins remaining. AnyStringSearch. time: 9754ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:02:29.671 [INFO] !MESSAGE [AUT-0] Finished: Apply ECL Context outside test case.test in 36437 (63 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:02:29.674 [INFO] !MESSAGE [AUT-0] Starting: Apply ECL Context.test (64 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:02:29.746 [INFO] !MESSAGE Pass 64 (774) processed. 0 failed. spent: 23:22, 251:00 mins remaining. Apply ECL Context outside test case. time: 36437ms [INFO] Pass 64 (774) processed. 0 failed. spent: 23:22, 251:00 mins remaining. Apply ECL Context outside test case. time: 36437ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:03:15.086 [INFO] !MESSAGE [AUT-0] Finished: Apply ECL Context.test in 44325 (64 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:03:15.088 [INFO] !MESSAGE [AUT-0] Starting: Apply New Empty ECL Context.test (65 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:03:15.148 [INFO] !MESSAGE Pass 65 (774) processed. 0 failed. spent: 24:08, 255:01 mins remaining. Apply ECL Context. time: 44325ms [INFO] Pass 65 (774) processed. 0 failed. spent: 24:08, 255:01 mins remaining. Apply ECL Context. time: 44325ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:03:26.949 [INFO] !MESSAGE [AUT-0] Finished: Apply New Empty ECL Context.test in 10442 (65 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:03:26.951 [INFO] !MESSAGE [AUT-0] Starting: AssertionFilter_ByProperty.test (66 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:03:26.961 [INFO] !MESSAGE Pass 66 (774) processed. 0 failed. spent: 24:20, 252:59 mins remaining. Apply New Empty ECL Context. time: 10442ms [INFO] Pass 66 (774) processed. 0 failed. spent: 24:20, 252:59 mins remaining. Apply New Empty ECL Context. time: 10442ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:03:34.713 [INFO] !MESSAGE [AUT-0] Finished: AssertionFilter_ByProperty.test in 6846 (66 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:03:34.715 [INFO] !MESSAGE [AUT-0] Starting: AssertionFilter_ByValue.test (67 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:03:34.720 [INFO] !MESSAGE Pass 67 (774) processed. 0 failed. spent: 24:27, 250:10 mins remaining. AssertionFilter_ByProperty. time: 6846ms [INFO] Pass 67 (774) processed. 0 failed. spent: 24:27, 250:10 mins remaining. AssertionFilter_ByProperty. time: 6846ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:03:41.438 [INFO] !MESSAGE [AUT-0] Finished: AssertionFilter_ByValue.test in 5753 (67 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:03:41.441 [INFO] !MESSAGE [AUT-0] Starting: AssertionGroupping.test (68 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:03:41.529 [INFO] !MESSAGE Pass 68 (774) processed. 0 failed. spent: 24:34, 247:25 mins remaining. AssertionFilter_ByValue. time: 5753ms [INFO] Pass 68 (774) processed. 0 failed. spent: 24:34, 247:25 mins remaining. AssertionFilter_ByValue. time: 5753ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:04:06.187 [INFO] !MESSAGE [AUT-0] Finished: AssertionGroupping.test in 23661 (68 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:04:06.190 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTableWithExcludedColumns.test (69 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:04:06.255 [INFO] !MESSAGE Pass 69 (774) processed. 0 failed. spent: 24:59, 247:43 mins remaining. AssertionGroupping. time: 23661ms [INFO] Pass 69 (774) processed. 0 failed. spent: 24:59, 247:43 mins remaining. AssertionGroupping. time: 23661ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:04:19.092 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTableWithExcludedColumns.test in 11722 (69 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:04:19.095 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTableWithSelectedColumns.test (70 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:04:19.169 [INFO] !MESSAGE Pass 70 (774) processed. 0 failed. spent: 25:12, 246:03 mins remaining. AssertionOfTableWithExcludedColumns. time: 11722ms [INFO] Pass 70 (774) processed. 0 failed. spent: 25:12, 246:03 mins remaining. AssertionOfTableWithExcludedColumns. time: 11722ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:04:30.436 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTableWithSelectedColumns.test in 10335 (70 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:04:30.439 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTree.test (71 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:04:30.481 [INFO] !MESSAGE Pass 71 (774) processed. 0 failed. spent: 25:23, 244:05 mins remaining. AssertionOfTableWithSelectedColumns. time: 10335ms [INFO] Pass 71 (774) processed. 0 failed. spent: 25:23, 244:05 mins remaining. AssertionOfTableWithSelectedColumns. time: 10335ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:04:41.779 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTree.test in 10394 (71 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:04:41.782 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTreeCase2.test (72 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:04:41.794 [INFO] !MESSAGE Pass 72 (774) processed. 0 failed. spent: 25:34, 242:11 mins remaining. AssertionOfTreeCase1. time: 10394ms [INFO] Pass 72 (774) processed. 0 failed. spent: 25:34, 242:11 mins remaining. AssertionOfTreeCase1. time: 10394ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:04:59.103 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTreeCase2.test in 16022 (72 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:04:59.105 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTreeWhenOneItemIsExpanded.test (73 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:04:59.126 [INFO] !MESSAGE Pass 73 (774) processed. 0 failed. spent: 25:52, 241:25 mins remaining. AssertionOfTreeCase2. time: 16022ms [INFO] Pass 73 (774) processed. 0 failed. spent: 25:52, 241:25 mins remaining. AssertionOfTreeCase2. time: 16022ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:05:11.914 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTreeWhenOneItemIsExpanded.test in 11868 (73 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:05:11.916 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTreeWhenOneItemIsExpandedCase2.test (74 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:05:11.940 [INFO] !MESSAGE Pass 74 (774) processed. 0 failed. spent: 26:05, 239:53 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase1. time: 11868ms [INFO] Pass 74 (774) processed. 0 failed. spent: 26:05, 239:53 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase1. time: 11868ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:05:27.242 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTreeWhenOneItemIsExpandedCase2.test in 13900 (74 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:05:27.245 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTable(assertDataInContext).test (75 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:05:27.257 [INFO] !MESSAGE Pass 75 (774) processed. 0 failed. spent: 26:20, 238:42 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase2. time: 13900ms [INFO] Pass 75 (774) processed. 0 failed. spent: 26:20, 238:42 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase2. time: 13900ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:05:37.569 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTable(assertDataInContext).test in 9365 (75 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:05:37.571 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableContentsCase1.test (76 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:05:37.668 [INFO] !MESSAGE Pass 76 (774) processed. 0 failed. spent: 26:30, 236:48 mins remaining. AssertionOfWholeTable(assertDataInContext). time: 9365ms [INFO] Pass 76 (774) processed. 0 failed. spent: 26:30, 236:48 mins remaining. AssertionOfWholeTable(assertDataInContext). time: 9365ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:05:52.940 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableContentsCase1.test in 13902 (76 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:05:52.942 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableWithColumnsCase1.test (77 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:05:52.986 [INFO] !MESSAGE Pass 77 (774) processed. 0 failed. spent: 26:46, 235:49 mins remaining. AssertionOfWholeTableWithoutColumnsCase1. time: 13902ms [INFO] Pass 77 (774) processed. 0 failed. spent: 26:46, 235:49 mins remaining. AssertionOfWholeTableWithoutColumnsCase1. time: 13902ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:06:03.268 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableWithColumnsCase1.test in 9267 (77 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:06:03.271 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableWithColumnsCase2.test (78 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:06:03.321 [INFO] !MESSAGE Pass 78 (774) processed. 0 failed. spent: 26:56, 233:59 mins remaining. AssertionOfWholeTableWithColumnsCase1. time: 9267ms [INFO] Pass 78 (774) processed. 0 failed. spent: 26:56, 233:59 mins remaining. AssertionOfWholeTableWithColumnsCase1. time: 9267ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:06:17.046 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableWithColumnsCase2.test in 12803 (78 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:06:17.048 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableWithoutColumnsCase2.test (79 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:06:17.136 [INFO] !MESSAGE Pass 79 (774) processed. 0 failed. spent: 27:10, 232:45 mins remaining. AssertionOfWholeTableWithColumnsCase2. time: 12803ms [INFO] Pass 79 (774) processed. 0 failed. spent: 27:10, 232:45 mins remaining. AssertionOfWholeTableWithColumnsCase2. time: 12803ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:06:34.380 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableWithoutColumnsCase2.test in 16307 (79 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:06:34.383 [INFO] !MESSAGE [AUT-0] Starting: AssertionWindowIsNotShownForTableItem.test (80 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:06:34.455 [INFO] !MESSAGE Pass 80 (774) processed. 0 failed. spent: 27:27, 231:59 mins remaining. AssertionOfWholeTableWithoutColumnsCase2. time: 16307ms [INFO] Pass 80 (774) processed. 0 failed. spent: 27:27, 231:59 mins remaining. AssertionOfWholeTableWithoutColumnsCase2. time: 16307ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:06:46.201 [INFO] !MESSAGE [AUT-0] Finished: AssertionWindowIsNotShownForTableItem.test in 10834 (80 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:06:46.204 [INFO] !MESSAGE [AUT-0] Starting: AutoCompletionInEclContext.test (81 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:06:46.268 [INFO] !MESSAGE Pass 81 (774) processed. 0 failed. spent: 27:39, 230:31 mins remaining. AssertionWindowIsNotShownForTableItem. time: 10834ms [INFO] Pass 81 (774) processed. 0 failed. spent: 27:39, 230:31 mins remaining. AssertionWindowIsNotShownForTableItem. time: 10834ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:07:03.065 [INFO] !MESSAGE [AUT-0] Finished: AutoCompletionInEclContext.test in 15536 (81 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:07:03.067 [INFO] !MESSAGE [AUT-0] Starting: Autocomplete.test (82 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:07:03.124 [INFO] !MESSAGE Pass 82 (774) processed. 0 failed. spent: 27:56, 229:47 mins remaining. AutoCompletionInEclContext. time: 15536ms [INFO] Pass 82 (774) processed. 0 failed. spent: 27:56, 229:47 mins remaining. AutoCompletionInEclContext. time: 15536ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:07:17.517 [INFO] !MESSAGE [AUT-0] Finished: Autocomplete.test in 12776 (82 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:07:17.519 [INFO] !MESSAGE [AUT-0] Starting: AutocreationDefaultContextAtCreationProject.test (83 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:07:17.540 [INFO] !MESSAGE Pass 83 (774) processed. 0 failed. spent: 28:10, 228:38 mins remaining. Autocomplete. time: 12776ms [INFO] Pass 83 (774) processed. 0 failed. spent: 28:10, 228:38 mins remaining. Autocomplete. time: 12776ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:07:29.353 [INFO] !MESSAGE [AUT-0] Finished: AutocreationDefaultContextAtCreationProject.test in 10719 (83 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:07:29.354 [INFO] !MESSAGE Pass 84 (774) processed. 0 failed. spent: 28:22, 230:16 mins remaining. AutocreationDefaultContextAtCreationProject. time: 10719ms [INFO] Pass 84 (774) processed. 0 failed. spent: 28:22, 230:16 mins remaining. AutocreationDefaultContextAtCreationProject. time: 10719ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:07:29.355 [INFO] !MESSAGE [AUT-0] Starting: BackForwardButtonsOnToolbar.test (84 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:07:46.679 [INFO] !MESSAGE [AUT-0] Finished: BackForwardButtonsOnToolbar.test in 16089 (84 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:07:46.682 [INFO] !MESSAGE [AUT-0] Starting: Bug 442685 NullPointerException.test (85 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:07:46.774 [INFO] !MESSAGE Pass 85 (774) processed. 0 failed. spent: 28:39, 226:33 mins remaining. BackForwardButtonsOnToolbar. time: 16089ms [INFO] Pass 85 (774) processed. 0 failed. spent: 28:39, 226:33 mins remaining. BackForwardButtonsOnToolbar. time: 16089ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:07:57.599 [INFO] !MESSAGE [AUT-0] Finished: Bug 442685 NullPointerException.test in 9481 (85 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:07:57.601 [INFO] !MESSAGE [AUT-0] Starting: Bug 465746 - Can't assert 'text' property for a canvas of Help view_ .test (86 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:07:57.686 [INFO] !MESSAGE Pass 86 (774) processed. 0 failed. spent: 28:50, 225:05 mins remaining. Bug 442685 NullPointerException. time: 9481ms [INFO] Pass 86 (774) processed. 0 failed. spent: 28:50, 225:05 mins remaining. Bug 442685 NullPointerException. time: 9481ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:08:19.374 [INFO] !MESSAGE [AUT-0] Finished: Bug 465746 - Can't assert 'text' property for a canvas of Help view_ .test in 20320 (86 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:08:19.377 [INFO] !MESSAGE [AUT-0] Starting: Bug 472901_ClipboardContent_EmptyClipboard.test (87 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:08:19.434 [INFO] !MESSAGE Pass 87 (774) processed. 0 failed. spent: 29:12, 225:04 mins remaining. Bug 465746 - Can't assert 'text' property for a canvas of Help view. . time: 20320ms [INFO] Pass 87 (774) processed. 0 failed. spent: 29:12, 225:04 mins remaining. Bug 465746 - Can't assert 'text' property for a canvas of Help view. . time: 20320ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:08:27.297 [INFO] !MESSAGE [AUT-0] Finished: Bug 472901_ClipboardContent_EmptyClipboard.test in 6336 (87 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:08:27.299 [INFO] !MESSAGE [AUT-0] Starting: Bug 472901_ClipboardContent_From-Clipboard.test (88 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:08:27.343 [INFO] !MESSAGE Pass 88 (774) processed. 0 failed. spent: 29:20, 223:15 mins remaining. Bug 472901_ClipboardContent_EmptyClipboard. time: 6336ms [INFO] Pass 88 (774) processed. 0 failed. spent: 29:20, 223:15 mins remaining. Bug 472901_ClipboardContent_EmptyClipboard. time: 6336ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:08:36.740 [INFO] !MESSAGE [AUT-0] Finished: Bug 472901_ClipboardContent_From-Clipboard.test in 8080 (88 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:08:36.742 [INFO] !MESSAGE [AUT-0] Starting: Bug 472901_ClipboardContent_To-Clipboard.test (89 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:08:36.754 [INFO] !MESSAGE Pass 89 (774) processed. 0 failed. spent: 29:29, 221:36 mins remaining. Bug 472901_ClipboardContent_From-Clipboard. time: 8080ms [INFO] Pass 89 (774) processed. 0 failed. spent: 29:29, 221:36 mins remaining. Bug 472901_ClipboardContent_From-Clipboard. time: 8080ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:08:46.662 [INFO] !MESSAGE [AUT-0] Finished: Bug 472901_ClipboardContent_To-Clipboard.test in 8524 (89 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:08:46.664 [INFO] !MESSAGE [AUT-0] Starting: Bug 474198_Read-File command.test (90 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:08:46.665 [INFO] !MESSAGE Pass 90 (774) processed. 0 failed. spent: 29:39, 220:07 mins remaining. Bug 472901_ClipboardContent_To-Clipboard. time: 8524ms [INFO] Pass 90 (774) processed. 0 failed. spent: 29:39, 220:07 mins remaining. Bug 472901_ClipboardContent_To-Clipboard. time: 8524ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:08:53.121 [INFO] !MESSAGE [AUT-0] Finished: Bug 474198_Read-File command.test in 5103 (90 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:08:53.124 [INFO] !MESSAGE [AUT-0] Starting: Bug444899_Preferences dialog can't be closed by Workbench context or with Cancel button once RCPTT ECL Editor preference is changed_.test (91 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:08:53.173 [INFO] !MESSAGE Pass 91 (774) processed. 0 failed. spent: 29:46, 218:17 mins remaining. Bug 474198_Read-File command. time: 5103ms [INFO] Pass 91 (774) processed. 0 failed. spent: 29:46, 218:17 mins remaining. Bug 474198_Read-File command. time: 5103ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:11:00.665 [INFO] !MESSAGE [AUT-0] Finished: Bug444899_Preferences dialog can't be closed by Workbench context or with Cancel button once RCPTT ECL Editor preference is changed_.test in 126056 (91 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:11:00.668 [INFO] !MESSAGE [AUT-0] Starting: Cancel Preference Context Creation.test (92 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:11:00.729 [INFO] !MESSAGE Pass 92 (774) processed. 0 failed. spent: 31:53, 230:59 mins remaining. Bug444899_Preferences dialog can't be closed by Workbench context or with Cancel button once RCPTT ECL Editor preference is changed.. time: 126056ms [INFO] Pass 92 (774) processed. 0 failed. spent: 31:53, 230:59 mins remaining. Bug444899_Preferences dialog can't be closed by Workbench context or with Cancel button once RCPTT ECL Editor preference is changed.. time: 126056ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:11:14.650 [INFO] !MESSAGE [AUT-0] Finished: Cancel Preference Context Creation.test in 12313 (92 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:11:14.652 [INFO] !MESSAGE [AUT-0] Starting: Cancel Workbench Context Creation.test (93 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:11:14.745 [INFO] !MESSAGE Pass 93 (774) processed. 0 failed. spent: 32:07, 229:53 mins remaining. Cancel Preference Context Creation. time: 12313ms [INFO] Pass 93 (774) processed. 0 failed. spent: 32:07, 229:53 mins remaining. Cancel Preference Context Creation. time: 12313ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:11:25.645 [INFO] !MESSAGE [AUT-0] Finished: Cancel Workbench Context Creation.test in 9352 (93 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:11:25.648 [INFO] !MESSAGE [AUT-0] Starting: Cancel Workspace Context Creation.test (94 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:11:25.662 [INFO] !MESSAGE Pass 94 (774) processed. 0 failed. spent: 32:18, 228:27 mins remaining. Cancel Workbench Context Creation. time: 9352ms [INFO] Pass 94 (774) processed. 0 failed. spent: 32:18, 228:27 mins remaining. Cancel Workbench Context Creation. time: 9352ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:11:36.651 [INFO] !MESSAGE [AUT-0] Finished: Cancel Workspace Context Creation.test in 9453 (94 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:11:36.654 [INFO] !MESSAGE [AUT-0] Starting: CancelAUTCreation.test (95 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:11:36.674 [INFO] !MESSAGE Pass 95 (774) processed. 0 failed. spent: 32:29, 227:02 mins remaining. Cancel Workspace Context Creation. time: 9453ms [INFO] Pass 95 (774) processed. 0 failed. spent: 32:29, 227:02 mins remaining. Cancel Workspace Context Creation. time: 9453ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:13:29.137 [INFO] !MESSAGE [AUT-0] Finished: CancelAUTCreation.test in 109282 (95 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:13:29.139 [INFO] !MESSAGE [AUT-0] Starting: CancelAddingSinglePreferenceValueInContext.test (96 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:13:29.142 [INFO] !MESSAGE Pass 96 (774) processed. 0 failed. spent: 34:22, 237:24 mins remaining. CancelAUTCreation. time: 109282ms [INFO] Pass 96 (774) processed. 0 failed. spent: 34:22, 237:24 mins remaining. CancelAUTCreation. time: 109282ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:13:45.116 [INFO] !MESSAGE [AUT-0] Finished: CancelAddingSinglePreferenceValueInContext.test in 14546 (96 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:13:45.119 [INFO] !MESSAGE [AUT-0] Starting: CancelCloseContextEditor.test (97 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:13:45.161 [INFO] !MESSAGE Pass 97 (774) processed. 0 failed. spent: 34:38, 236:29 mins remaining. CancelAddingSinglePreferenceValueInContext. time: 14546ms [INFO] Pass 97 (774) processed. 0 failed. spent: 34:38, 236:29 mins remaining. CancelAddingSinglePreferenceValueInContext. time: 14546ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:14:06.205 [INFO] !MESSAGE [AUT-0] Finished: CancelCloseContextEditor.test in 19198 (97 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:14:06.209 [INFO] !MESSAGE [AUT-0] Starting: CancelCopyFolderToProjectWithDuplicateFolder.test (98 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:14:06.286 [INFO] !MESSAGE Pass 98 (774) processed. 0 failed. spent: 34:59, 236:08 mins remaining. CancelCloseContextEditor. time: 19198ms [INFO] Pass 98 (774) processed. 0 failed. spent: 34:59, 236:08 mins remaining. CancelCloseContextEditor. time: 19198ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:14:42.276 [INFO] !MESSAGE [AUT-0] Finished: CancelCopyFolderToProjectWithDuplicateFolder.test in 33980 (98 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:14:42.278 [INFO] !MESSAGE [AUT-0] Starting: CancelCreationProject.test (99 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:14:42.328 [INFO] !MESSAGE Pass 99 (774) processed. 0 failed. spent: 35:35, 237:27 mins remaining. CancelCopyFolderToProjectWithDuplicateFolder. time: 33980ms [INFO] Pass 99 (774) processed. 0 failed. spent: 35:35, 237:27 mins remaining. CancelCopyFolderToProjectWithDuplicateFolder. time: 33980ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:14:53.697 [INFO] !MESSAGE [AUT-0] Finished: CancelCreationProject.test in 9866 (99 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:14:53.699 [INFO] !MESSAGE [AUT-0] Starting: CancelDeleteFolderWithObjects.test (100 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:14:53.741 [INFO] !MESSAGE Pass 100 (774) processed. 0 failed. spent: 35:46, 235:59 mins remaining. CancelCreationProject. time: 9866ms [INFO] Pass 100 (774) processed. 0 failed. spent: 35:46, 235:59 mins remaining. CancelCreationProject. time: 9866ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:15:17.228 [INFO] !MESSAGE [AUT-0] Finished: CancelDeleteFolderWithObjects.test in 22061 (100 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:15:17.230 [INFO] !MESSAGE [AUT-0] Starting: CancelDeleteProject.test (101 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:15:17.269 [INFO] !MESSAGE Pass 101 (774) processed. 0 failed. spent: 36:10, 235:57 mins remaining. CancelDeleteFolderWithObjects. time: 22061ms [INFO] Pass 101 (774) processed. 0 failed. spent: 36:10, 235:57 mins remaining. CancelDeleteFolderWithObjects. time: 22061ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:15:36.250 [INFO] !MESSAGE [AUT-0] Finished: CancelDeleteProject.test in 17266 (101 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:15:36.255 [INFO] !MESSAGE [AUT-0] Starting: CancelGroupContextCreation.test (102 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:15:36.292 [INFO] !MESSAGE Pass 102 (774) processed. 0 failed. spent: 36:29, 235:23 mins remaining. CancelDeleteProject. time: 17266ms [INFO] Pass 102 (774) processed. 0 failed. spent: 36:29, 235:23 mins remaining. CancelDeleteProject. time: 17266ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:15:48.262 [INFO] !MESSAGE [AUT-0] Finished: CancelGroupContextCreation.test in 10328 (102 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:15:48.265 [INFO] !MESSAGE [AUT-0] Starting: CancelQ7Export.test (103 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:15:48.306 [INFO] !MESSAGE Pass 103 (774) processed. 0 failed. spent: 36:41, 234:04 mins remaining. CancelGroupContextCreation. time: 10328ms [INFO] Pass 103 (774) processed. 0 failed. spent: 36:41, 234:04 mins remaining. CancelGroupContextCreation. time: 10328ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:16:01.793 [INFO] !MESSAGE [AUT-0] Finished: CancelQ7Export.test in 12026 (103 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:16:01.796 [INFO] !MESSAGE [AUT-0] Starting: CancelRemoveHistory.test (104 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:16:01.823 [INFO] !MESSAGE Pass 104 (774) processed. 0 failed. spent: 36:55, 232:59 mins remaining. CancelQ7Export. time: 12026ms [INFO] Pass 104 (774) processed. 0 failed. spent: 36:55, 232:59 mins remaining. CancelQ7Export. time: 12026ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:17:04.387 [INFO] !MESSAGE [AUT-0] Finished: CancelRemoveHistory.test in 60662 (104 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:17:04.390 [INFO] !MESSAGE [AUT-0] Starting: CancelRemoveTestWhichIsUsedInTestSuite.test (105 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:17:04.460 [INFO] !MESSAGE Pass 105 (774) processed. 0 failed. spent: 37:57, 236:55 mins remaining. CancelRemoveHistory. time: 60662ms [INFO] Pass 105 (774) processed. 0 failed. spent: 37:57, 236:55 mins remaining. CancelRemoveHistory. time: 60662ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:17:36.725 [INFO] !MESSAGE [AUT-0] Finished: CancelRemoveTestWhichIsUsedInTestSuite.test in 27935 (105 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:17:36.739 [INFO] !MESSAGE [AUT-0] Starting: CancelRenameContext.test (106 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:17:36.745 [INFO] !MESSAGE Pass 106 (774) processed. 0 failed. spent: 38:29, 237:40 mins remaining. CancelRemoveTestWhichIsUsedInTestSuite. time: 27935ms [INFO] Pass 106 (774) processed. 0 failed. spent: 38:29, 237:40 mins remaining. CancelRemoveTestWhichIsUsedInTestSuite. time: 27935ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:18:01.829 [INFO] !MESSAGE [AUT-0] Finished: CancelRenameContext.test in 23110 (106 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:18:01.832 [INFO] !MESSAGE [AUT-0] Starting: CancelRenameProject.test (107 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:18:01.872 [INFO] !MESSAGE Pass 107 (774) processed. 0 failed. spent: 38:55, 237:47 mins remaining. CancelRenameContext. time: 23110ms [INFO] Pass 107 (774) processed. 0 failed. spent: 38:55, 237:47 mins remaining. CancelRenameContext. time: 23110ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:18:32.398 [INFO] !MESSAGE [AUT-0] Finished: CancelRenameProject.test in 28789 (107 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:18:32.401 [INFO] !MESSAGE [AUT-0] Starting: CancelRenameTest.test (108 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:18:32.407 [INFO] !MESSAGE Pass 108 (774) processed. 0 failed. spent: 39:25, 238:17 mins remaining. CancelRenameProject. time: 28789ms [INFO] Pass 108 (774) processed. 0 failed. spent: 39:25, 238:17 mins remaining. CancelRenameProject. time: 28789ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:18:53.439 [INFO] !MESSAGE [AUT-0] Finished: CancelRenameTest.test in 19279 (108 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:18:53.441 [INFO] !MESSAGE [AUT-0] Starting: CannotDeleteDefaultContextFromProject.test (109 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:18:53.531 [INFO] !MESSAGE Pass 109 (774) processed. 0 failed. spent: 39:46, 237:53 mins remaining. CancelRenameTest. time: 19279ms [INFO] Pass 109 (774) processed. 0 failed. spent: 39:46, 237:53 mins remaining. CancelRenameTest. time: 19279ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:19:08.511 [INFO] !MESSAGE [AUT-0] Finished: CannotDeleteDefaultContextFromProject.test in 13428 (109 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:19:08.514 [INFO] !MESSAGE [AUT-0] Starting: CannotRemoveDefaultContextsFromTest.test (110 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:19:08.549 [INFO] !MESSAGE Pass 110 (774) processed. 0 failed. spent: 40:01, 236:53 mins remaining. CannotDeleteDefaultContextFromProject. time: 13428ms [INFO] Pass 110 (774) processed. 0 failed. spent: 40:01, 236:53 mins remaining. CannotDeleteDefaultContextFromProject. time: 13428ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:19:22.543 [INFO] !MESSAGE [AUT-0] Finished: CannotRemoveDefaultContextsFromTest.test in 12217 (110 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:19:22.546 [INFO] !MESSAGE [AUT-0] Starting: Capture Workspace and Apply Context.test (111 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:19:22.564 [INFO] !MESSAGE Pass 111 (774) processed. 0 failed. spent: 40:15, 235:48 mins remaining. CannotRemoveDefaultContextsFromTest. time: 12217ms [INFO] Pass 111 (774) processed. 0 failed. spent: 40:15, 235:48 mins remaining. CannotRemoveDefaultContextsFromTest. time: 12217ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:19:44.123 [INFO] !MESSAGE [AUT-0] Finished: Capture Workspace and Apply Context.test in 19706 (111 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:19:44.125 [INFO] !MESSAGE [AUT-0] Starting: CaptureContextWhileAddingToGroupContext.test (112 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:19:44.188 [INFO] !MESSAGE Pass 112 (774) processed. 0 failed. spent: 40:37, 235:30 mins remaining. Capture Workspace and Apply Context. time: 19706ms [INFO] Pass 112 (774) processed. 0 failed. spent: 40:37, 235:30 mins remaining. Capture Workspace and Apply Context. time: 19706ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:20:12.260 [INFO] !MESSAGE [AUT-0] Finished: CaptureContextWhileAddingToGroupContext.test in 26160 (112 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:20:12.264 [INFO] !MESSAGE [AUT-0] Starting: CaptureForPreferencesContext.test (113 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:20:12.331 [INFO] !MESSAGE Pass 113 (774) processed. 0 failed. spent: 41:05, 235:46 mins remaining. CaptureContextWhileAddingToGroupContext. time: 26160ms [INFO] Pass 113 (774) processed. 0 failed. spent: 41:05, 235:46 mins remaining. CaptureContextWhileAddingToGroupContext. time: 26160ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:20:25.840 [INFO] !MESSAGE [AUT-0] Finished: CaptureForPreferencesContext.test in 11686 (113 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:20:25.842 [INFO] !MESSAGE [AUT-0] Starting: CaptureForWorkbenchContext.test (114 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:20:25.847 [INFO] !MESSAGE Pass 114 (774) processed. 0 failed. spent: 41:19, 234:43 mins remaining. CaptureForPreferencesContext. time: 11686ms [INFO] Pass 114 (774) processed. 0 failed. spent: 41:19, 234:43 mins remaining. CaptureForPreferencesContext. time: 11686ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:21:05.030 [INFO] !MESSAGE [AUT-0] Finished: CaptureForWorkbenchContext.test in 37255 (114 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:21:05.033 [INFO] !MESSAGE [AUT-0] Starting: CaptureLaunchContext.test (115 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:21:05.044 [INFO] !MESSAGE Pass 115 (774) processed. 0 failed. spent: 41:58, 236:01 mins remaining. CaptureForWorkbenchContext. time: 37255ms [INFO] Pass 115 (774) processed. 0 failed. spent: 41:58, 236:01 mins remaining. CaptureForWorkbenchContext. time: 37255ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:22:05.260 [INFO] !MESSAGE [AUT-0] Finished: CaptureLaunchContext.test in 57941 (115 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:22:05.263 [INFO] !MESSAGE [AUT-0] Starting: CapturePreferencesContextWhenAutNotStarted.test (116 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:22:05.321 [INFO] !MESSAGE Pass 116 (774) processed. 0 failed. spent: 42:58, 239:13 mins remaining. CaptureLaunchContext. time: 57941ms [INFO] Pass 116 (774) processed. 0 failed. spent: 42:58, 239:13 mins remaining. CaptureLaunchContext. time: 57941ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:26:10.560 [INFO] !MESSAGE [AUT-0] Finished: CapturePreferencesContextWhenAutNotStarted.test in 242707 (116 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:26:10.563 [INFO] !MESSAGE [AUT-0] Starting: CaptureTableVerification.test (117 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:26:10.628 [INFO] !MESSAGE Pass 117 (774) processed. 0 failed. spent: 47:03, 259:22 mins remaining. CapturePreferencesContextWhenAutNotStarted. time: 242707ms [INFO] Pass 117 (774) processed. 0 failed. spent: 47:03, 259:22 mins remaining. CapturePreferencesContextWhenAutNotStarted. time: 242707ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:26:48.666 [INFO] !MESSAGE [AUT-0] Finished: CaptureTableVerification.test in 36495 (117 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:26:48.668 [INFO] !MESSAGE [AUT-0] Starting: CaptureTreeVerification.test (118 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:26:48.743 [INFO] !MESSAGE Pass 118 (774) processed. 0 failed. spent: 47:41, 260:16 mins remaining. CaptureTableVerification. time: 36495ms [INFO] Pass 118 (774) processed. 0 failed. spent: 47:41, 260:16 mins remaining. CaptureTableVerification. time: 36495ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:27:19.672 [INFO] !MESSAGE [AUT-0] Finished: CaptureTreeVerification.test in 29413 (118 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:27:19.675 [INFO] !MESSAGE [AUT-0] Starting: CaptureWorkbenchContextWhenAutNotStarted.test (119 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:27:19.736 [INFO] !MESSAGE Pass 119 (774) processed. 0 failed. spent: 48:12, 260:31 mins remaining. CaptureTreeVerification. time: 29413ms [INFO] Pass 119 (774) processed. 0 failed. spent: 48:12, 260:31 mins remaining. CaptureTreeVerification. time: 29413ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:31:26.350 [INFO] !MESSAGE [AUT-0] Finished: CaptureWorkbenchContextWhenAutNotStarted.test in 244447 (119 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:31:26.353 [INFO] !MESSAGE [AUT-0] Starting: CaptureWorkspaceContextWhenAutNotStarted.test (120 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:31:26.428 [INFO] !MESSAGE Pass 120 (774) processed. 0 failed. spent: 52:19, 280:01 mins remaining. CaptureWorkbenchContextWhenAutNotStarted. time: 244447ms [INFO] Pass 120 (774) processed. 0 failed. spent: 52:19, 280:01 mins remaining. CaptureWorkbenchContextWhenAutNotStarted. time: 244447ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:34:11.626 [INFO] !MESSAGE [AUT-0] Finished: CaptureWorkspaceContextWhenAutNotStarted.test in 161758 (120 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:34:11.629 [INFO] !MESSAGE [AUT-0] Starting: CaseSensitiveSearch.test (121 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:34:11.632 [INFO] !MESSAGE Pass 121 (774) processed. 0 failed. spent: 55:04, 291:53 mins remaining. CaptureWorkspaceContextWhenAutNotStarted. time: 161758ms [INFO] Pass 121 (774) processed. 0 failed. spent: 55:04, 291:53 mins remaining. CaptureWorkspaceContextWhenAutNotStarted. time: 161758ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:34:25.711 [INFO] !MESSAGE [AUT-0] Finished: CaseSensitiveSearch.test in 12311 (121 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:34:25.714 [INFO] !MESSAGE [AUT-0] Starting: Change Editors order in workbench context.test (122 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:34:25.747 [INFO] !MESSAGE Pass 122 (774) processed. 0 failed. spent: 55:18, 290:19 mins remaining. CaseSensitiveSearch. time: 12311ms [INFO] Pass 122 (774) processed. 0 failed. spent: 55:18, 290:19 mins remaining. CaseSensitiveSearch. time: 12311ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:34:40.215 [INFO] !MESSAGE [AUT-0] Finished: Change Editors order in workbench context.test in 13037 (122 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:34:40.218 [INFO] !MESSAGE [AUT-0] Starting: Change views order in workbench context.test (123 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:34:40.261 [INFO] !MESSAGE Pass 123 (774) processed. 0 failed. spent: 55:33, 288:51 mins remaining. Change Editors order in workbench context. time: 13037ms [INFO] Pass 123 (774) processed. 0 failed. spent: 55:33, 288:51 mins remaining. Change Editors order in workbench context. time: 13037ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:34:56.779 [INFO] !MESSAGE [AUT-0] Finished: Change views order in workbench context.test in 14541 (123 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:34:56.783 [INFO] !MESSAGE [AUT-0] Starting: ChangeSaveLoad.test (124 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:34:56.877 [INFO] !MESSAGE Pass 124 (774) processed. 0 failed. spent: 55:50, 287:35 mins remaining. Change views order in workbench context. time: 14541ms [INFO] Pass 124 (774) processed. 0 failed. spent: 55:50, 287:35 mins remaining. Change views order in workbench context. time: 14541ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:35:13.364 [INFO] !MESSAGE [AUT-0] Finished: ChangeSaveLoad.test in 14488 (124 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:35:13.367 [INFO] !MESSAGE [AUT-0] Starting: ChangeTestCaseNameDuringImport.test (125 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:35:13.393 [INFO] !MESSAGE Pass 125 (774) processed. 0 failed. spent: 56:06, 286:14 mins remaining. ChangeSaveLoad. time: 14488ms [INFO] Pass 125 (774) processed. 0 failed. spent: 56:06, 286:14 mins remaining. ChangeSaveLoad. time: 14488ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:35:32.931 [INFO] !MESSAGE [AUT-0] Finished: ChangeTestCaseNameDuringImport.test in 17336 (125 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:35:32.933 [INFO] !MESSAGE [AUT-0] Starting: Check default options for new workbench context.test (126 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:35:33.013 [INFO] !MESSAGE Pass 126 (774) processed. 0 failed. spent: 56:26, 285:15 mins remaining. ChangeTestCaseNameDuringImport. time: 17336ms [INFO] Pass 126 (774) processed. 0 failed. spent: 56:26, 285:15 mins remaining. ChangeTestCaseNameDuringImport. time: 17336ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:35:45.976 [INFO] !MESSAGE [AUT-0] Finished: Check default options for new workbench context.test in 11015 (126 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:35:45.980 [INFO] !MESSAGE [AUT-0] Starting: CheckDirtyFlagAfterEdit.test (127 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:35:46.030 [INFO] !MESSAGE Pass 127 (774) processed. 0 failed. spent: 56:39, 283:41 mins remaining. Check default options for new workbench context. time: 11015ms [INFO] Pass 127 (774) processed. 0 failed. spent: 56:39, 283:41 mins remaining. Check default options for new workbench context. time: 11015ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:36:00.023 [INFO] !MESSAGE [AUT-0] Finished: CheckDirtyFlagAfterEdit.test in 12049 (127 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:36:00.025 [INFO] !MESSAGE [AUT-0] Starting: CheckExecutionViewHistory.test (128 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:36:00.045 [INFO] !MESSAGE Pass 128 (774) processed. 0 failed. spent: 56:53, 282:13 mins remaining. CheckDirtyFlagAfterEdit. time: 12049ms [INFO] Pass 128 (774) processed. 0 failed. spent: 56:53, 282:13 mins remaining. CheckDirtyFlagAfterEdit. time: 12049ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:37:20.624 [INFO] !MESSAGE [AUT-0] Finished: CheckExecutionViewHistory.test in 78727 (128 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:37:20.627 [INFO] !MESSAGE [AUT-0] Starting: CheckJunitXMLReport.test (129 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:37:20.691 [INFO] !MESSAGE Pass 129 (774) processed. 0 failed. spent: 58:13, 286:11 mins remaining. CheckExecutionViewHistory. time: 78727ms [INFO] Pass 129 (774) processed. 0 failed. spent: 58:13, 286:11 mins remaining. CheckExecutionViewHistory. time: 78727ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:38:02.280 [INFO] !MESSAGE [AUT-0] Finished: CheckJunitXMLReport.test in 39771 (129 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:38:02.283 [INFO] !MESSAGE [AUT-0] Starting: CheckMissingReferences.test (130 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:38:02.351 [INFO] !MESSAGE Pass 130 (774) processed. 0 failed. spent: 58:55, 286:59 mins remaining. CheckJunitXMLReport. time: 39771ms [INFO] Pass 130 (774) processed. 0 failed. spent: 58:55, 286:59 mins remaining. CheckJunitXMLReport. time: 39771ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:38:20.331 [INFO] !MESSAGE [AUT-0] Finished: CheckMissingReferences.test in 16089 (130 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:38:20.334 [INFO] !MESSAGE [AUT-0] Starting: CheckResourceModifications.test (131 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:38:20.369 [INFO] !MESSAGE Pass 131 (774) processed. 0 failed. spent: 59:13, 285:50 mins remaining. MissingReferences. time: 16089ms [INFO] Pass 131 (774) processed. 0 failed. spent: 59:13, 285:50 mins remaining. MissingReferences. time: 16089ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:38:53.379 [INFO] !MESSAGE [AUT-0] Finished: CheckResourceModifications.test in 31217 (131 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:38:53.381 [INFO] !MESSAGE [AUT-0] Starting: CheckXMLReport.test (132 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:38:53.403 [INFO] !MESSAGE Pass 132 (774) processed. 0 failed. spent: 59:46, 285:53 mins remaining. CheckResourceModifications. time: 31217ms [INFO] Pass 132 (774) processed. 0 failed. spent: 59:46, 285:53 mins remaining. CheckResourceModifications. time: 31217ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:39:32.993 [INFO] !MESSAGE [AUT-0] Finished: CheckXMLReport.test in 37527 (132 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:39:32.997 [INFO] !MESSAGE [AUT-0] Starting: Clear Description in Workbench Context.test (133 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:39:33.045 [INFO] !MESSAGE Pass 133 (774) processed. 0 failed. spent: 60:26, 286:29 mins remaining. CheckXMLReport. time: 37527ms [INFO] Pass 133 (774) processed. 0 failed. spent: 60:26, 286:29 mins remaining. CheckXMLReport. time: 37527ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:39:45.673 [INFO] !MESSAGE [AUT-0] Finished: Clear Description in Workbench Context.test in 10330 (133 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:39:45.675 [INFO] !MESSAGE [AUT-0] Starting: Clear Workspace.test (134 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:39:45.758 [INFO] !MESSAGE Pass 134 (774) processed. 0 failed. spent: 60:38, 284:53 mins remaining. Clear Description in Workbench Context. time: 10330ms [INFO] Pass 134 (774) processed. 0 failed. spent: 60:38, 284:53 mins remaining. Clear Description in Workbench Context. time: 10330ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:40:20.736 [INFO] !MESSAGE [AUT-0] Finished: Clear Workspace.test in 33232 (134 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:40:20.739 [INFO] !MESSAGE [AUT-0] Starting: ClearBreakpointsInLaunchContext.test (135 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:40:20.744 [INFO] !MESSAGE Pass 135 (774) processed. 0 failed. spent: 61:13, 285:04 mins remaining. Clear Workspace. time: 33232ms [INFO] Pass 135 (774) processed. 0 failed. spent: 61:13, 285:04 mins remaining. Clear Workspace. time: 33232ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:41:30.472 [INFO] !MESSAGE [AUT-0] Finished: ClearBreakpointsInLaunchContext.test in 67485 (135 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:41:30.474 [INFO] !MESSAGE [AUT-0] Starting: ClearClipboardInWBContext.test (136 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:41:30.539 [INFO] !MESSAGE Pass 136 (774) processed. 0 failed. spent: 62:23, 287:57 mins remaining. ClearBreakpointsInLaunchContext. time: 67485ms [INFO] Pass 136 (774) processed. 0 failed. spent: 62:23, 287:57 mins remaining. ClearBreakpointsInLaunchContext. time: 67485ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:41:52.120 [INFO] !MESSAGE [AUT-0] Finished: ClearClipboardInWBContext.test in 19817 (136 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:41:52.123 [INFO] !MESSAGE [AUT-0] Starting: ClearDescriptionInContextEditor.test (137 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:41:52.133 [INFO] !MESSAGE Pass 137 (774) processed. 0 failed. spent: 62:45, 287:06 mins remaining. ClearClipboardInWBContext. time: 19817ms [INFO] Pass 137 (774) processed. 0 failed. spent: 62:45, 287:06 mins remaining. ClearClipboardInWBContext. time: 19817ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:42:07.233 [INFO] !MESSAGE [AUT-0] Finished: ClearDescriptionInContextEditor.test in 13173 (137 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:42:07.236 [INFO] !MESSAGE [AUT-0] Starting: ClearDescriptionInTestEditor.test (138 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:42:07.248 [INFO] !MESSAGE Pass 138 (774) processed. 0 failed. spent: 63:00, 285:45 mins remaining. ClearDescriptionInContextEditor. time: 13173ms [INFO] Pass 138 (774) processed. 0 failed. spent: 63:00, 285:45 mins remaining. ClearDescriptionInContextEditor. time: 13173ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:42:24.761 [INFO] !MESSAGE [AUT-0] Finished: ClearDescriptionInTestEditor.test in 15562 (138 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:42:24.763 [INFO] !MESSAGE [AUT-0] Starting: ClearDescriptionInTestSuite.test (139 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:42:24.766 [INFO] !MESSAGE Pass 139 (774) processed. 0 failed. spent: 63:17, 284:33 mins remaining. ClearDescriptionInTestEditor. time: 15562ms [INFO] Pass 139 (774) processed. 0 failed. spent: 63:17, 284:33 mins remaining. ClearDescriptionInTestEditor. time: 15562ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:42:41.793 [INFO] !MESSAGE [AUT-0] Finished: ClearDescriptionInTestSuite.test in 15251 (139 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:42:41.797 [INFO] !MESSAGE [AUT-0] Starting: ClearExecutionHistory.test (140 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:42:41.885 [INFO] !MESSAGE Pass 140 (774) processed. 0 failed. spent: 63:35, 283:26 mins remaining. ClearDescriptionInTestSuite. time: 15251ms [INFO] Pass 140 (774) processed. 0 failed. spent: 63:35, 283:26 mins remaining. ClearDescriptionInTestSuite. time: 15251ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:43:38.426 [INFO] !MESSAGE [AUT-0] Finished: ClearExecutionHistory.test in 54234 (140 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:43:38.428 [INFO] !MESSAGE [AUT-0] Starting: ClearFolderInFolderContext.test (141 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:43:38.461 [INFO] !MESSAGE Pass 141 (774) processed. 0 failed. spent: 64:31, 285:08 mins remaining. ClearExecutionHistory. time: 54234ms [INFO] Pass 141 (774) processed. 0 failed. spent: 64:31, 285:08 mins remaining. ClearExecutionHistory. time: 54234ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:43:58.941 [INFO] !MESSAGE [AUT-0] Finished: ClearFolderInFolderContext.test in 18704 (141 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:43:58.943 [INFO] !MESSAGE [AUT-0] Starting: ClearLaunchConfigurations.test (142 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:43:59.034 [INFO] !MESSAGE Pass 142 (774) processed. 0 failed. spent: 64:52, 284:14 mins remaining. ClearFolderInFolderContext. time: 18704ms [INFO] Pass 142 (774) processed. 0 failed. spent: 64:52, 284:14 mins remaining. ClearFolderInFolderContext. time: 18704ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:44:52.604 [INFO] !MESSAGE [AUT-0] Finished: ClearLaunchConfigurations.test in 51509 (142 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:44:52.607 [INFO] !MESSAGE [AUT-0] Starting: ClearPreferencesInPrefContext.test (143 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:44:52.645 [INFO] !MESSAGE Pass 143 (774) processed. 0 failed. spent: 65:45, 285:40 mins remaining. ClearLaunchConfigurations. time: 51509ms [INFO] Pass 143 (774) processed. 0 failed. spent: 65:45, 285:40 mins remaining. ClearLaunchConfigurations. time: 51509ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:45:07.692 [INFO] !MESSAGE [AUT-0] Finished: ClearPreferencesInPrefContext.test in 13364 (143 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:45:07.696 [INFO] !MESSAGE [AUT-0] Starting: ClearScript.test (144 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:45:07.760 [INFO] !MESSAGE Pass 144 (774) processed. 0 failed. spent: 66:00, 284:20 mins remaining. ClearPreferencesInPrefContext. time: 13364ms [INFO] Pass 144 (774) processed. 0 failed. spent: 66:00, 284:20 mins remaining. ClearPreferencesInPrefContext. time: 13364ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:45:27.832 [INFO] !MESSAGE [AUT-0] Finished: ClearScript.test in 18308 (144 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:45:27.835 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptButtonIsDisabledDuringRecording.test (145 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:45:27.880 [INFO] !MESSAGE Pass 145 (774) processed. 0 failed. spent: 66:21, 283:27 mins remaining. ClearScript. time: 18308ms [INFO] Pass 145 (774) processed. 0 failed. spent: 66:21, 283:27 mins remaining. ClearScript. time: 18308ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:45:37.785 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptButtonIsDisabledDuringRecording.test in 8475 (145 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:45:37.787 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptInControlPanel.test (146 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:45:37.822 [INFO] !MESSAGE Pass 146 (774) processed. 0 failed. spent: 66:30, 281:43 mins remaining. ClearScriptButtonIsDisabledDuringRecording. time: 8475ms [INFO] Pass 146 (774) processed. 0 failed. spent: 66:30, 281:43 mins remaining. ClearScriptButtonIsDisabledDuringRecording. time: 8475ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:45:52.320 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptInControlPanel.test in 12777 (146 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:45:52.322 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptViewer.scenario (147 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:45:52.336 [INFO] !MESSAGE Pass 147 (774) processed. 0 failed. spent: 66:45, 280:26 mins remaining. ClearScriptInControlPanel. time: 12777ms [INFO] Pass 147 (774) processed. 0 failed. spent: 66:45, 280:26 mins remaining. ClearScriptInControlPanel. time: 12777ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:46:08.863 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptViewer.scenario in 14672 (147 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:46:08.865 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptViewerInECLContext.test (148 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:46:08.954 [INFO] !MESSAGE Pass 148 (774) processed. 0 failed. spent: 67:02, 279:18 mins remaining. ClearScriptViewer. time: 14672ms [INFO] Pass 148 (774) processed. 0 failed. spent: 67:02, 279:18 mins remaining. ClearScriptViewer. time: 14672ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:46:25.401 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptViewerInECLContext.test in 14626 (148 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:46:25.403 [INFO] !MESSAGE [AUT-0] Starting: ClearWorkspaceByFolderContext.test (149 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:46:25.471 [INFO] !MESSAGE Pass 149 (774) processed. 0 failed. spent: 67:18, 278:06 mins remaining. ClearScriptViewerInECLContext. time: 14626ms [INFO] Pass 149 (774) processed. 0 failed. spent: 67:18, 278:06 mins remaining. ClearScriptViewerInECLContext. time: 14626ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:46:41.942 [INFO] !MESSAGE [AUT-0] Finished: ClearWorkspaceByFolderContext.test in 13965 (149 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:46:41.945 [INFO] !MESSAGE [AUT-0] Starting: Close Modal Dialogs.test (150 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:46:42.028 [INFO] !MESSAGE Pass 150 (774) processed. 0 failed. spent: 67:35, 277:00 mins remaining. ClearWorkspaceByFolderContext. time: 13965ms [INFO] Pass 150 (774) processed. 0 failed. spent: 67:35, 277:00 mins remaining. ClearWorkspaceByFolderContext. time: 13965ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:47:08.031 [INFO] !MESSAGE [AUT-0] Finished: Close Modal Dialogs.test in 24288 (150 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:47:08.033 [INFO] !MESSAGE [AUT-0] Starting: Close opened editors should be disabled if Resest perspective is set.test (151 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:47:08.054 [INFO] !MESSAGE Pass 151 (774) processed. 0 failed. spent: 68:01, 276:30 mins remaining. Close Modal Dialogs. time: 24288ms [INFO] Pass 151 (774) processed. 0 failed. spent: 68:01, 276:30 mins remaining. Close Modal Dialogs. time: 24288ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:47:20.125 [INFO] !MESSAGE [AUT-0] Finished: Close opened editors should be disabled if Resest perspective is set.test in 10048 (151 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:47:20.127 [INFO] !MESSAGE [AUT-0] Starting: CloseControlPanel.test (152 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:47:20.167 [INFO] !MESSAGE Pass 152 (774) processed. 0 failed. spent: 68:13, 275:04 mins remaining. Close opened editors should be disabled if Resest perspective is set. time: 10048ms [INFO] Pass 152 (774) processed. 0 failed. spent: 68:13, 275:04 mins remaining. Close opened editors should be disabled if Resest perspective is set. time: 10048ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:47:36.676 [INFO] !MESSAGE [AUT-0] Finished: CloseControlPanel.test in 14976 (152 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:47:36.679 [INFO] !MESSAGE [AUT-0] Starting: CloseEditorAtDeletingProject.test (153 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:47:36.730 [INFO] !MESSAGE Pass 153 (774) processed. 0 failed. spent: 68:29, 273:56 mins remaining. CloseControlPanel. time: 14976ms [INFO] Pass 153 (774) processed. 0 failed. spent: 68:29, 273:56 mins remaining. CloseControlPanel. time: 14976ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:48:03.728 [INFO] !MESSAGE [AUT-0] Finished: CloseEditorAtDeletingProject.test in 25131 (153 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:48:03.731 [INFO] !MESSAGE [AUT-0] Starting: CloseOpenedEditorsInWBContext.test (154 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:48:03.758 [INFO] !MESSAGE Pass 154 (774) processed. 0 failed. spent: 68:56, 273:31 mins remaining. CloseEditorAtDeletingProject. time: 25131ms [INFO] Pass 154 (774) processed. 0 failed. spent: 68:56, 273:31 mins remaining. CloseEditorAtDeletingProject. time: 25131ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:48:39.239 [INFO] !MESSAGE [AUT-0] Finished: CloseOpenedEditorsInWBContext.test in 33844 (154 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:48:39.241 [INFO] !MESSAGE [AUT-0] Starting: CloseTextView.test (155 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:48:39.246 [INFO] !MESSAGE Pass 155 (774) processed. 0 failed. spent: 69:32, 273:42 mins remaining. CloseOpenedEditorsInWBContext. time: 33844ms [INFO] Pass 155 (774) processed. 0 failed. spent: 69:32, 273:42 mins remaining. CloseOpenedEditorsInWBContext. time: 33844ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:48:53.888 [INFO] !MESSAGE [AUT-0] Finished: CloseTextView.test in 12451 (155 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:48:53.891 [INFO] !MESSAGE [AUT-0] Starting: CloseUnrelatedProjectsInQ7Explorer.test (156 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:48:53.930 [INFO] !MESSAGE Pass 156 (774) processed. 0 failed. spent: 69:47, 272:30 mins remaining. CloseTextEditor. time: 12451ms [INFO] Pass 156 (774) processed. 0 failed. spent: 69:47, 272:30 mins remaining. CloseTextEditor. time: 12451ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:49:22.513 [INFO] !MESSAGE [AUT-0] Finished: CloseUnrelatedProjectsInQ7Explorer.test in 26704 (156 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:49:22.516 [INFO] !MESSAGE [AUT-0] Starting: ClosedProjectInQ7Explorer.test (157 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:49:22.561 [INFO] !MESSAGE Pass 157 (774) processed. 0 failed. spent: 70:15, 272:09 mins remaining. CloseUnrelatedProjectsInQ7Explorer. time: 26704ms [INFO] Pass 157 (774) processed. 0 failed. spent: 70:15, 272:09 mins remaining. CloseUnrelatedProjectsInQ7Explorer. time: 26704ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:49:44.557 [INFO] !MESSAGE [AUT-0] Finished: ClosedProjectInQ7Explorer.test in 20357 (157 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:49:44.560 [INFO] !MESSAGE [AUT-0] Starting: Coloring Comments in Script Viewer.test (158 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:49:44.585 [INFO] !MESSAGE Pass 158 (774) processed. 0 failed. spent: 70:37, 271:25 mins remaining. ClosedProjectInQ7Explorer. time: 20357ms [INFO] Pass 158 (774) processed. 0 failed. spent: 70:37, 271:25 mins remaining. ClosedProjectInQ7Explorer. time: 20357ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:50:06.596 [INFO] !MESSAGE [AUT-0] Finished: Coloring Comments in Script Viewer.test in 20436 (158 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:50:06.599 [INFO] !MESSAGE [AUT-0] Starting: ColumnClickByIndex.test (159 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:50:06.607 [INFO] !MESSAGE Pass 159 (774) processed. 0 failed. spent: 70:59, 270:42 mins remaining. Coloring Comments in Script Viewer. time: 20436ms [INFO] Pass 159 (774) processed. 0 failed. spent: 70:59, 270:42 mins remaining. Coloring Comments in Script Viewer. time: 20436ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:50:18.254 [INFO] !MESSAGE [AUT-0] Finished: ColumnClickByIndex.test in 9722 (159 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:50:18.257 [INFO] !MESSAGE [AUT-0] Starting: ColumnTitleClick.test (160 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:50:18.321 [INFO] !MESSAGE Pass 160 (774) processed. 0 failed. spent: 71:11, 269:21 mins remaining. ColumnClickByIndex. time: 9722ms [INFO] Pass 160 (774) processed. 0 failed. spent: 71:11, 269:21 mins remaining. ColumnClickByIndex. time: 9722ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:50:27.760 [INFO] !MESSAGE [AUT-0] Finished: ColumnTitleClick.test in 7665 (160 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:50:27.763 [INFO] !MESSAGE [AUT-0] Starting: Comment 1-line.test (161 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:50:27.831 [INFO] !MESSAGE Pass 161 (774) processed. 0 failed. spent: 71:21, 267:53 mins remaining. ColumnTitleClick. time: 7665ms [INFO] Pass 161 (774) processed. 0 failed. spent: 71:21, 267:53 mins remaining. ColumnTitleClick. time: 7665ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:50:41.383 [INFO] !MESSAGE [AUT-0] Finished: Comment 1-line.test in 11693 (161 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:50:41.420 [INFO] !MESSAGE [AUT-0] Starting: Comment 2-lines.test (162 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:50:41.445 [INFO] !MESSAGE Pass 162 (774) processed. 0 failed. spent: 71:34, 266:37 mins remaining. Comment 1-line. time: 11693ms [INFO] Pass 162 (774) processed. 0 failed. spent: 71:34, 266:37 mins remaining. Comment 1-line. time: 11693ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:50:58.982 [INFO] !MESSAGE [AUT-0] Finished: Comment 2-lines.test in 15667 (162 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:50:58.985 [INFO] !MESSAGE [AUT-0] Starting: Comment javadoc.test (163 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:50:59.062 [INFO] !MESSAGE Pass 163 (774) processed. 0 failed. spent: 71:52, 265:41 mins remaining. Comment 2-lines. time: 15667ms [INFO] Pass 163 (774) processed. 0 failed. spent: 71:52, 265:41 mins remaining. Comment 2-lines. time: 15667ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:51:15.566 [INFO] !MESSAGE [AUT-0] Finished: Comment javadoc.test in 14781 (163 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:51:15.569 [INFO] !MESSAGE [AUT-0] Starting: CommentsSeveralLinesInScriptView.test (164 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:51:15.579 [INFO] !MESSAGE Pass 164 (774) processed. 0 failed. spent: 72:08, 264:38 mins remaining. Comment javadoc. time: 14781ms [INFO] Pass 164 (774) processed. 0 failed. spent: 72:08, 264:38 mins remaining. Comment javadoc. time: 14781ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:51:38.148 [INFO] !MESSAGE [AUT-0] Finished: CommentsSeveralLinesInScriptView.test in 20619 (164 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:51:38.151 [INFO] !MESSAGE [AUT-0] Starting: CompareTestCaseWithItsLocalHistory.test (165 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:51:38.202 [INFO] !MESSAGE Pass 165 (774) processed. 0 failed. spent: 72:31, 264:00 mins remaining. CommentsSeveralLinesInScriptView. time: 20619ms [INFO] Pass 165 (774) processed. 0 failed. spent: 72:31, 264:00 mins remaining. CommentsSeveralLinesInScriptView. time: 20619ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:52:12.837 [INFO] !MESSAGE [AUT-0] Finished: CompareTestCaseWithItsLocalHistory.test in 32530 (165 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:52:12.840 [INFO] !MESSAGE [AUT-0] Starting: CompareTestCasesByComparingProjects.test (166 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:52:12.935 [INFO] !MESSAGE Pass 166 (774) processed. 0 failed. spent: 73:06, 264:07 mins remaining. CompareTestCaseWithItsLocalHistory. time: 32530ms [INFO] Pass 166 (774) processed. 0 failed. spent: 73:06, 264:07 mins remaining. CompareTestCaseWithItsLocalHistory. time: 32530ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:52:32.940 [INFO] !MESSAGE [AUT-0] Finished: CompareTestCasesByComparingProjects.test in 18176 (166 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:52:32.942 [INFO] !MESSAGE [AUT-0] Starting: CompareTestCasesWithThreeWayComparison.test (167 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:52:32.959 [INFO] !MESSAGE Pass 167 (774) processed. 0 failed. spent: 73:26, 263:19 mins remaining. CompareTestCasesByComparingProjects. time: 18176ms [INFO] Pass 167 (774) processed. 0 failed. spent: 73:26, 263:19 mins remaining. CompareTestCasesByComparingProjects. time: 18176ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:52:52.091 [INFO] !MESSAGE [AUT-0] Finished: CompareTestCasesWithThreeWayComparison.test in 17037 (167 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:52:52.093 [INFO] !MESSAGE [AUT-0] Starting: CompareTwoTestCasesWithEachOther.test (168 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:52:52.179 [INFO] !MESSAGE Pass 168 (774) processed. 0 failed. spent: 73:45, 262:27 mins remaining. CompareTestCasesWithThreeWayComparison. time: 17037ms [INFO] Pass 168 (774) processed. 0 failed. spent: 73:45, 262:27 mins remaining. CompareTestCasesWithThreeWayComparison. time: 17037ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:53:11.773 [INFO] !MESSAGE [AUT-0] Finished: CompareTwoTestCasesWithEachOther.test in 17682 (168 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:53:11.776 [INFO] !MESSAGE [AUT-0] Starting: CompareTwoTestsCasesFromDiffenetProjectsWithEachOther.test (169 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:53:11.799 [INFO] !MESSAGE Pass 169 (774) processed. 0 failed. spent: 74:04, 261:36 mins remaining. CompareTwoTestCasesWithEachOther. time: 17682ms [INFO] Pass 169 (774) processed. 0 failed. spent: 74:04, 261:36 mins remaining. CompareTwoTestCasesWithEachOther. time: 17682ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:53:31.446 [INFO] !MESSAGE [AUT-0] Finished: CompareTwoTestsCasesFromDiffenetProjectsWithEachOther.test in 17692 (169 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:53:31.450 [INFO] !MESSAGE [AUT-0] Starting: ConfigureProjectDefaultVerifications.test (170 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:53:31.520 [INFO] !MESSAGE Pass 170 (774) processed. 0 failed. spent: 74:24, 260:49 mins remaining. CompareTwoTestsCasesFromDiffenetProjectsWithEachOther. time: 17692ms [INFO] Pass 170 (774) processed. 0 failed. spent: 74:24, 260:49 mins remaining. CompareTwoTestsCasesFromDiffenetProjectsWithEachOther. time: 17692ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:53:45.496 [INFO] !MESSAGE [AUT-0] Finished: ConfigureProjectDefaultVerifications.test in 12447 (170 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:53:45.498 [INFO] !MESSAGE [AUT-0] Starting: Context.test (171 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:53:45.540 [INFO] !MESSAGE Pass 171 (774) processed. 0 failed. spent: 74:38, 259:42 mins remaining. ConfigureProjectDefaultVerifications. time: 12447ms [INFO] Pass 171 (774) processed. 0 failed. spent: 74:38, 259:42 mins remaining. ConfigureProjectDefaultVerifications. time: 12447ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:54:02.044 [INFO] !MESSAGE [AUT-0] Finished: Context.test in 14577 (171 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:54:02.047 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Description.test (172 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:54:02.058 [INFO] !MESSAGE Pass 172 (774) processed. 0 failed. spent: 74:55, 258:45 mins remaining. Context. time: 14577ms [INFO] Pass 172 (774) processed. 0 failed. spent: 74:55, 258:45 mins remaining. Context. time: 14577ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:54:14.576 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Description.test in 10557 (172 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:54:14.579 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Name.test (173 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:54:14.671 [INFO] !MESSAGE Pass 173 (774) processed. 0 failed. spent: 75:07, 257:32 mins remaining. ContextMenu_Context. time: 10557ms [INFO] Pass 173 (774) processed. 0 failed. spent: 75:07, 257:32 mins remaining. ContextMenu_Context. time: 10557ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:54:26.143 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Name.test in 9679 (173 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:54:26.145 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Script.test (174 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:54:26.184 [INFO] !MESSAGE Pass 174 (774) processed. 0 failed. spent: 75:19, 256:20 mins remaining. ContextMenu_Name. time: 9679ms [INFO] Pass 174 (774) processed. 0 failed. spent: 75:19, 256:20 mins remaining. ContextMenu_Name. time: 9679ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:54:39.189 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Script.test in 11325 (174 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:54:39.192 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Tag.test (175 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:54:39.197 [INFO] !MESSAGE Pass 175 (774) processed. 0 failed. spent: 75:32, 255:11 mins remaining. ContextMenu_Script. time: 11325ms [INFO] Pass 175 (774) processed. 0 failed. spent: 75:32, 255:11 mins remaining. ContextMenu_Script. time: 11325ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:54:51.726 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Tag.test in 10611 (175 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:54:51.729 [INFO] !MESSAGE [AUT-0] Starting: ContextMenusOnOldProjects.test (176 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:54:51.729 [INFO] !MESSAGE Pass 176 (774) processed. 0 failed. spent: 75:44, 254:00 mins remaining. ContextMenu_Tag. time: 10611ms [INFO] Pass 176 (774) processed. 0 failed. spent: 75:44, 254:00 mins remaining. ContextMenu_Tag. time: 10611ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:55:03.235 [INFO] !MESSAGE [AUT-0] Finished: ContextMenusOnOldProjects.test in 10034 (176 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:55:03.237 [INFO] !MESSAGE [AUT-0] Starting: ContextNameUpdateInTestCaseAfterRename.test (177 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:55:03.242 [INFO] !MESSAGE Pass 177 (774) processed. 0 failed. spent: 75:56, 252:49 mins remaining. ContextMenusOnOldProjects. time: 10034ms [INFO] Pass 177 (774) processed. 0 failed. spent: 75:56, 252:49 mins remaining. ContextMenusOnOldProjects. time: 10034ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:55:40.755 [INFO] !MESSAGE [AUT-0] Finished: ContextNameUpdateInTestCaseAfterRename.test in 35748 (177 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:55:40.758 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_Capturing.failed.test (178 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:55:40.781 [INFO] !MESSAGE Pass 178 (774) processed. 0 failed. spent: 76:33, 253:02 mins remaining. ContextNameUpdateInTestCaseAfterRename. time: 35748ms [INFO] Pass 178 (774) processed. 0 failed. spent: 76:33, 253:02 mins remaining. ContextNameUpdateInTestCaseAfterRename. time: 35748ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:56:09.811 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_Capturing.failed.test in 27368 (178 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:56:09.814 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_ControlPanel.scenario (179 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:56:09.834 [INFO] !MESSAGE Pass 179 (774) processed. 0 failed. spent: 77:03, 252:51 mins remaining. ContextSelectionDialog_Capturing. time: 27368ms [INFO] Pass 179 (774) processed. 0 failed. spent: 77:03, 252:51 mins remaining. ContextSelectionDialog_Capturing. time: 27368ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:56:37.940 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_ControlPanel.scenario in 26237 (179 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:56:37.942 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_GroupContextEditor.scenario (180 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:56:37.961 [INFO] !MESSAGE Pass 180 (774) processed. 0 failed. spent: 77:31, 252:34 mins remaining. ContextSelectionDialog_ControlPanel. time: 26237ms [INFO] Pass 180 (774) processed. 0 failed. spent: 77:31, 252:34 mins remaining. ContextSelectionDialog_ControlPanel. time: 26237ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:56:50.484 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_GroupContextEditor.scenario in 10636 (180 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:56:50.487 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_ScenarioEditor.scenario (181 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:56:50.574 [INFO] !MESSAGE Pass 181 (774) processed. 0 failed. spent: 77:43, 251:24 mins remaining. ContextSelectionDialog_GroupContextEditor. time: 10636ms [INFO] Pass 181 (774) processed. 0 failed. spent: 77:43, 251:24 mins remaining. ContextSelectionDialog_GroupContextEditor. time: 10636ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:57:03.043 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_ScenarioEditor.scenario in 10650 (181 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:57:03.045 [INFO] !MESSAGE [AUT-0] Starting: ControlPanel.test (182 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:57:03.087 [INFO] !MESSAGE Pass 182 (774) processed. 0 failed. spent: 77:56, 250:19 mins remaining. ContextSelectionDialog_ScenarioEditor. time: 10650ms [INFO] Pass 182 (774) processed. 0 failed. spent: 77:56, 250:19 mins remaining. ContextSelectionDialog_ScenarioEditor. time: 10650ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:57:23.511 [INFO] !MESSAGE [AUT-0] Finished: ControlPanel.test in 19067 (182 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:57:23.514 [INFO] !MESSAGE [AUT-0] Starting: ControlPanelShoudBeResizeble.test (183 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:57:23.618 [INFO] !MESSAGE Pass 183 (774) processed. 0 failed. spent: 78:16, 249:36 mins remaining. ControlPanel. time: 19067ms [INFO] Pass 183 (774) processed. 0 failed. spent: 78:16, 249:36 mins remaining. ControlPanel. time: 19067ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:59:07.589 [INFO] !MESSAGE [AUT-0] Finished: ControlPanelShoudBeResizeble.test in 101503 (183 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:59:07.591 [INFO] !MESSAGE [AUT-0] Starting: ControlPanelUI.test (184 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:59:07.632 [INFO] !MESSAGE Pass 184 (774) processed. 0 failed. spent: 80:00, 253:19 mins remaining. ControlPanelShoudBeResizeble. time: 101503ms [INFO] Pass 184 (774) processed. 0 failed. spent: 80:00, 253:19 mins remaining. ControlPanelShoudBeResizeble. time: 101503ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:59:25.184 [INFO] !MESSAGE [AUT-0] Finished: ControlPanelUI.test in 15585 (184 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:59:25.187 [INFO] !MESSAGE [AUT-0] Starting: Copy Workspace Context.test (185 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:59:25.249 [INFO] !MESSAGE Pass 185 (774) processed. 0 failed. spent: 80:18, 252:29 mins remaining. ControlPanelUI. time: 15585ms [INFO] Pass 185 (774) processed. 0 failed. spent: 80:18, 252:29 mins remaining. ControlPanelUI. time: 15585ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:59:50.226 [INFO] !MESSAGE [AUT-0] Finished: Copy Workspace Context.test in 23515 (185 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 15:59:50.228 [INFO] !MESSAGE [AUT-0] Starting: Copy of ContextMenu_Verification.test (186 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 15:59:50.275 [INFO] !MESSAGE Pass 186 (774) processed. 0 failed. spent: 80:43, 252:01 mins remaining. Copy Workspace Context. time: 23515ms [INFO] Pass 186 (774) processed. 0 failed. spent: 80:43, 252:01 mins remaining. Copy Workspace Context. time: 23515ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:00:02.264 [INFO] !MESSAGE [AUT-0] Finished: Copy of ContextMenu_Verification.test in 10400 (186 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:00:02.267 [INFO] !MESSAGE [AUT-0] Starting: CopyAndMergeFolderToProjectWithDuplicateFolder.test (187 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:00:02.288 [INFO] !MESSAGE Pass 187 (774) processed. 0 failed. spent: 80:55, 250:53 mins remaining. Copy of ContextMenu_Verification. time: 10400ms [INFO] Pass 187 (774) processed. 0 failed. spent: 80:55, 250:53 mins remaining. Copy of ContextMenu_Verification. time: 10400ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:00:33.348 [INFO] !MESSAGE [AUT-0] Finished: CopyAndMergeFolderToProjectWithDuplicateFolder.test in 29063 (187 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:00:33.351 [INFO] !MESSAGE [AUT-0] Starting: CopyAndRenameContext.test (188 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:00:33.419 [INFO] !MESSAGE Pass 188 (774) processed. 0 failed. spent: 81:26, 250:43 mins remaining. CopyAndMergeFolderToProjectWithDuplicateFolder. time: 29063ms [INFO] Pass 188 (774) processed. 0 failed. spent: 81:26, 250:43 mins remaining. CopyAndMergeFolderToProjectWithDuplicateFolder. time: 29063ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:00:52.903 [INFO] !MESSAGE [AUT-0] Finished: CopyAndRenameContext.test in 17850 (188 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:00:52.905 [INFO] !MESSAGE [AUT-0] Starting: CopyAndRenameProject.test (189 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:00:52.938 [INFO] !MESSAGE Pass 189 (774) processed. 0 failed. spent: 81:46, 250:00 mins remaining. CopyAndRenameContext. time: 17850ms [INFO] Pass 189 (774) processed. 0 failed. spent: 81:46, 250:00 mins remaining. CopyAndRenameContext. time: 17850ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:01:12.489 [INFO] !MESSAGE [AUT-0] Finished: CopyAndRenameProject.test in 17620 (189 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:01:12.492 [INFO] !MESSAGE [AUT-0] Starting: CopyAndRenameTestToTheSameLocation.test (190 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:01:12.558 [INFO] !MESSAGE Pass 190 (774) processed. 0 failed. spent: 82:05, 249:14 mins remaining. CopyAndRenameProject. time: 17620ms [INFO] Pass 190 (774) processed. 0 failed. spent: 82:05, 249:14 mins remaining. CopyAndRenameProject. time: 17620ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:01:30.478 [INFO] !MESSAGE [AUT-0] Finished: CopyAndRenameTestToTheSameLocation.test in 16103 (190 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:01:30.482 [INFO] !MESSAGE [AUT-0] Starting: CopyContextFromOneGroupContextToAnother_NEW.test (191 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:01:30.576 [INFO] !MESSAGE Pass 191 (774) processed. 0 failed. spent: 82:23, 248:25 mins remaining. CopyAndRenameTestToTheSameLocation. time: 16103ms [INFO] Pass 191 (774) processed. 0 failed. spent: 82:23, 248:25 mins remaining. CopyAndRenameTestToTheSameLocation. time: 16103ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:01:50.570 [INFO] !MESSAGE [AUT-0] Finished: CopyContextFromOneGroupContextToAnother_NEW.test in 18169 (191 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:01:50.573 [INFO] !MESSAGE [AUT-0] Starting: CopyContextListToAnotherTestInOneProject.test (192 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:01:50.636 [INFO] !MESSAGE Pass 192 (774) processed. 0 failed. spent: 82:43, 247:43 mins remaining. CopyContextFromOneGroupContextToAnother_NEW. time: 18169ms [INFO] Pass 192 (774) processed. 0 failed. spent: 82:43, 247:43 mins remaining. CopyContextFromOneGroupContextToAnother_NEW. time: 18169ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:02:08.116 [INFO] !MESSAGE [AUT-0] Finished: CopyContextListToAnotherTestInOneProject.test in 15898 (192 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:02:08.120 [INFO] !MESSAGE [AUT-0] Starting: CopyContextListToTestByShortKey.test (193 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:02:08.156 [INFO] !MESSAGE Pass 193 (774) processed. 0 failed. spent: 83:01, 246:55 mins remaining. CopyContextListToAnotherTestInOneProject. time: 15898ms [INFO] Pass 193 (774) processed. 0 failed. spent: 83:01, 246:55 mins remaining. CopyContextListToAnotherTestInOneProject. time: 15898ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:02:26.158 [INFO] !MESSAGE [AUT-0] Finished: CopyContextListToTestByShortKey.test in 16325 (193 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:02:26.161 [INFO] !MESSAGE [AUT-0] Starting: CopyContextListToTestFromReferencedProject.test (194 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:02:26.232 [INFO] !MESSAGE Pass 194 (774) processed. 0 failed. spent: 83:19, 246:07 mins remaining. CopyContextListToTestByShortKey. time: 16325ms [INFO] Pass 194 (774) processed. 0 failed. spent: 83:19, 246:07 mins remaining. CopyContextListToTestByShortKey. time: 16325ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:02:45.226 [INFO] !MESSAGE [AUT-0] Finished: CopyContextListToTestFromReferencedProject.test in 17388 (194 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:02:45.229 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToAnotherProject.test (195 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:02:45.252 [INFO] !MESSAGE Pass 195 (774) processed. 0 failed. spent: 83:38, 245:22 mins remaining. CopyContextListToTestFromReferencedProject. time: 17388ms [INFO] Pass 195 (774) processed. 0 failed. spent: 83:38, 245:22 mins remaining. CopyContextListToTestFromReferencedProject. time: 17388ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:03:21.292 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToAnotherProject.test in 34426 (195 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:03:21.295 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToProjectWithDuplicateContext.test (196 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:03:21.390 [INFO] !MESSAGE Pass 196 (774) processed. 0 failed. spent: 84:14, 245:28 mins remaining. CopyContextToAnotherProject. time: 34426ms [INFO] Pass 196 (774) processed. 0 failed. spent: 84:14, 245:28 mins remaining. CopyContextToAnotherProject. time: 34426ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:03:43.364 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToProjectWithDuplicateContext.test in 20452 (196 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:03:43.367 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToTestFromNotReferencedProject.test (197 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:03:43.420 [INFO] !MESSAGE Pass 197 (774) processed. 0 failed. spent: 84:36, 244:52 mins remaining. CopyContextToProjectWithDuplicateContext. time: 20452ms [INFO] Pass 197 (774) processed. 0 failed. spent: 84:36, 244:52 mins remaining. CopyContextToProjectWithDuplicateContext. time: 20452ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:04:18.955 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToTestFromNotReferencedProject.test in 33846 (197 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:04:18.957 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToTheSameLocation.test (198 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:04:19.054 [INFO] !MESSAGE Pass 198 (774) processed. 0 failed. spent: 85:12, 244:57 mins remaining. CopyContextToTestFromNotReferencedProject. time: 33846ms [INFO] Pass 198 (774) processed. 0 failed. spent: 85:12, 244:57 mins remaining. CopyContextToTestFromNotReferencedProject. time: 33846ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:04:37.996 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToTheSameLocation.test in 17061 (198 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:04:37.999 [INFO] !MESSAGE [AUT-0] Starting: CopyCutPasteDescriptionInDefaultContext.test (199 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:04:38.073 [INFO] !MESSAGE Pass 199 (774) processed. 0 failed. spent: 85:31, 244:12 mins remaining. CopyContextToTheSameLocation. time: 17061ms [INFO] Pass 199 (774) processed. 0 failed. spent: 85:31, 244:12 mins remaining. CopyContextToTheSameLocation. time: 17061ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:04:52.031 [INFO] !MESSAGE [AUT-0] Finished: CopyCutPasteDescriptionInDefaultContext.test in 12045 (199 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:04:52.033 [INFO] !MESSAGE [AUT-0] Starting: CopyDirectory.test (200 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:04:52.087 [INFO] !MESSAGE Pass 200 (774) processed. 0 failed. spent: 85:45, 243:14 mins remaining. CopyCutPasteDescriptionInDefaultContext. time: 12045ms [INFO] Pass 200 (774) processed. 0 failed. spent: 85:45, 243:14 mins remaining. CopyCutPasteDescriptionInDefaultContext. time: 12045ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:05:12.086 [INFO] !MESSAGE [AUT-0] Finished: CopyDirectory.test in 18234 (200 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:05:12.088 [INFO] !MESSAGE [AUT-0] Starting: CopyFile.test (201 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:05:12.109 [INFO] !MESSAGE Pass 201 (774) processed. 0 failed. spent: 86:05, 242:33 mins remaining. CopyDirectory. time: 18234ms [INFO] Pass 201 (774) processed. 0 failed. spent: 86:05, 242:33 mins remaining. CopyDirectory. time: 18234ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:05:32.614 [INFO] !MESSAGE [AUT-0] Finished: CopyFile.test in 18497 (201 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:05:32.618 [INFO] !MESSAGE [AUT-0] Starting: CopyFolderToAnotherProject.test (202 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:05:32.629 [INFO] !MESSAGE Pass 202 (774) processed. 0 failed. spent: 86:25, 241:52 mins remaining. CopyFile. time: 18497ms [INFO] Pass 202 (774) processed. 0 failed. spent: 86:25, 241:52 mins remaining. CopyFile. time: 18497ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:06:01.158 [INFO] !MESSAGE [AUT-0] Finished: CopyFolderToAnotherProject.test in 26764 (202 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:06:01.161 [INFO] !MESSAGE [AUT-0] Starting: CopyFolderToTheSameLocation.test (203 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:06:01.255 [INFO] !MESSAGE Pass 203 (774) processed. 0 failed. spent: 86:54, 241:37 mins remaining. CopyFolderToAnotherProject. time: 26764ms [INFO] Pass 203 (774) processed. 0 failed. spent: 86:54, 241:37 mins remaining. CopyFolderToAnotherProject. time: 26764ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:06:35.727 [INFO] !MESSAGE [AUT-0] Finished: CopyFolderToTheSameLocation.test in 32528 (203 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:06:35.731 [INFO] !MESSAGE [AUT-0] Starting: CopyGroupContextWithAddingReference_NEW.test (204 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:06:35.790 [INFO] !MESSAGE Pass 204 (774) processed. 0 failed. spent: 87:28, 241:35 mins remaining. CopyFolderToTheSameLocation. time: 32528ms [INFO] Pass 204 (774) processed. 0 failed. spent: 87:28, 241:35 mins remaining. CopyFolderToTheSameLocation. time: 32528ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:07:02.796 [INFO] !MESSAGE [AUT-0] Finished: CopyGroupContextWithAddingReference_NEW.test in 25296 (204 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:07:02.798 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In ECL Context Editor From Menu.test (205 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:07:02.817 [INFO] !MESSAGE Pass 205 (774) processed. 0 failed. spent: 87:55, 241:14 mins remaining. CopyGroupContextWithAddingReference_NEW. time: 25296ms [INFO] Pass 205 (774) processed. 0 failed. spent: 87:55, 241:14 mins remaining. CopyGroupContextWithAddingReference_NEW. time: 25296ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:07:16.366 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In ECL Context Editor From Menu.test in 11553 (205 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:07:16.377 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Folder Context Editor From Menu.test (206 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:07:16.430 [INFO] !MESSAGE Pass 206 (774) processed. 0 failed. spent: 88:09, 240:17 mins remaining. CopyPaste In ECL Context Editor From Menu. time: 11553ms [INFO] Pass 206 (774) processed. 0 failed. spent: 88:09, 240:17 mins remaining. CopyPaste In ECL Context Editor From Menu. time: 11553ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:07:28.939 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Folder Context Editor From Menu.test in 10676 (206 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:07:28.941 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Group Context Editor From Menu.test (207 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:07:28.943 [INFO] !MESSAGE Pass 207 (774) processed. 0 failed. spent: 88:22, 239:18 mins remaining. CopyPaste In Folder Context Editor From Menu. time: 10676ms [INFO] Pass 207 (774) processed. 0 failed. spent: 88:22, 239:18 mins remaining. CopyPaste In Folder Context Editor From Menu. time: 10676ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:07:42.500 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Group Context Editor From Menu.test in 11715 (207 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:07:42.503 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Launch Context Editor From Menu.test (208 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:07:42.556 [INFO] !MESSAGE Pass 208 (774) processed. 0 failed. spent: 88:35, 238:19 mins remaining. CopyPaste In Group Context Editor From Menu. time: 11715ms [INFO] Pass 208 (774) processed. 0 failed. spent: 88:35, 238:19 mins remaining. CopyPaste In Group Context Editor From Menu. time: 11715ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:07:55.722 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Launch Context Editor From Menu.test in 10928 (208 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:07:55.726 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Parameters Context Editor From Menu.test (209 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:07:55.769 [INFO] !MESSAGE Pass 209 (774) processed. 0 failed. spent: 88:48, 237:21 mins remaining. CopyPaste In Launch Context Editor From Menu. time: 10928ms [INFO] Pass 209 (774) processed. 0 failed. spent: 88:48, 237:21 mins remaining. CopyPaste In Launch Context Editor From Menu. time: 10928ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:08:09.786 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Parameters Context Editor From Menu.test in 12318 (209 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:08:09.788 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Preference Context Editor From Menu.test (210 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:08:09.884 [INFO] !MESSAGE Pass 210 (774) processed. 0 failed. spent: 89:03, 236:29 mins remaining. CopyPaste In Parameters Context Editor From Menu. time: 12318ms [INFO] Pass 210 (774) processed. 0 failed. spent: 89:03, 236:29 mins remaining. CopyPaste In Parameters Context Editor From Menu. time: 12318ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:08:22.856 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Preference Context Editor From Menu.test in 11346 (210 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:08:22.859 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Project Settings Editor From Menu.test (211 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:08:22.898 [INFO] !MESSAGE Pass 211 (774) processed. 0 failed. spent: 89:16, 235:31 mins remaining. CopyPaste In Preference Context Editor From Menu. time: 11346ms [INFO] Pass 211 (774) processed. 0 failed. spent: 89:16, 235:31 mins remaining. CopyPaste In Preference Context Editor From Menu. time: 11346ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:08:35.415 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Project Settings Editor From Menu.test in 10831 (211 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:08:35.417 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Super Context Editor From Menu.test (212 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:08:35.427 [INFO] !MESSAGE Pass 212 (774) processed. 0 failed. spent: 89:28, 234:32 mins remaining. CopyPaste In Project Settings Editor From Menu. time: 10831ms [INFO] Pass 212 (774) processed. 0 failed. spent: 89:28, 234:32 mins remaining. CopyPaste In Project Settings Editor From Menu. time: 10831ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:08:48.947 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Super Context Editor From Menu.test in 11922 (212 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:08:48.950 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Test Case Editor From Menu.test (213 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:08:49.040 [INFO] !MESSAGE Pass 213 (774) processed. 0 failed. spent: 89:42, 233:38 mins remaining. CopyPaste In Super Context Editor From Menu. time: 11922ms [INFO] Pass 213 (774) processed. 0 failed. spent: 89:42, 233:38 mins remaining. CopyPaste In Super Context Editor From Menu. time: 11922ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:09:06.644 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Test Case Editor From Menu.test in 15233 (213 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:09:06.647 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Verification Editor From Menu.test (214 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:09:06.658 [INFO] !MESSAGE Pass 214 (774) processed. 0 failed. spent: 89:59, 232:52 mins remaining. CopyPaste In Test Case Editor From Menu. time: 15233ms [INFO] Pass 214 (774) processed. 0 failed. spent: 89:59, 232:52 mins remaining. CopyPaste In Test Case Editor From Menu. time: 15233ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:09:20.743 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Verification Editor From Menu.test in 12357 (214 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:09:20.746 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Workbench Context Editor From Menu.test (215 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:09:20.772 [INFO] !MESSAGE Pass 215 (774) processed. 0 failed. spent: 90:13, 231:59 mins remaining. CopyPaste In Verification Editor From Menu. time: 12357ms [INFO] Pass 215 (774) processed. 0 failed. spent: 90:13, 231:59 mins remaining. CopyPaste In Verification Editor From Menu. time: 12357ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:09:33.799 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Workbench Context Editor From Menu.test in 11202 (215 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:09:33.801 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Workspace Context Editor From Menu.test (216 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:09:33.886 [INFO] !MESSAGE Pass 216 (774) processed. 0 failed. spent: 90:27, 231:06 mins remaining. CopyPaste In Workbench Context Editor From Menu. time: 11202ms [INFO] Pass 216 (774) processed. 0 failed. spent: 90:27, 231:06 mins remaining. CopyPaste In Workbench Context Editor From Menu. time: 11202ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:09:50.858 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Workspace Context Editor From Menu.test in 14959 (216 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:09:50.860 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste Parameters From One Context To Another.test (217 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:09:50.904 [INFO] !MESSAGE Pass 217 (774) processed. 0 failed. spent: 90:44, 230:21 mins remaining. CopyPaste In Workspace Context Editor From Menu. time: 14959ms [INFO] Pass 217 (774) processed. 0 failed. spent: 90:44, 230:21 mins remaining. CopyPaste In Workspace Context Editor From Menu. time: 14959ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:10:03.931 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters From One Context To Another.test in 11041 (217 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:10:03.934 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste Parameters To Text Field.test (218 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:10:04.018 [INFO] !MESSAGE Pass 218 (774) processed. 0 failed. spent: 90:57, 229:26 mins remaining. CopyPaste Parameters From One Context To Another. time: 11041ms [INFO] Pass 218 (774) processed. 0 failed. spent: 90:57, 229:26 mins remaining. CopyPaste Parameters From One Context To Another. time: 11041ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:10:14.961 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters To Text Field.test in 9290 (218 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:10:14.963 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste Parameters_Conflict.test (219 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:10:15.029 [INFO] !MESSAGE Pass 219 (774) processed. 0 failed. spent: 91:08, 228:27 mins remaining. CopyPaste Parameters To Text Field. time: 9290ms [INFO] Pass 219 (774) processed. 0 failed. spent: 91:08, 228:27 mins remaining. CopyPaste Parameters To Text Field. time: 9290ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:10:34.506 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters_Conflict.test in 17601 (219 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:10:34.518 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste Parameters_Ctrl+C_Ctrl+V.test (220 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:10:34.549 [INFO] !MESSAGE Pass 220 (774) processed. 0 failed. spent: 91:27, 227:48 mins remaining. CopyPaste Parameters_Conflict. time: 17601ms [INFO] Pass 220 (774) processed. 0 failed. spent: 91:27, 227:48 mins remaining. CopyPaste Parameters_Conflict. time: 17601ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:10:51.553 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters_Ctrl+C_Ctrl+V.test in 15104 (220 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:10:51.555 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste Parameters_Menu.test (221 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:10:51.567 [INFO] !MESSAGE Pass 221 (774) processed. 0 failed. spent: 91:44, 227:04 mins remaining. CopyPaste Parameters_Ctrl+C_Ctrl+V. time: 15104ms [INFO] Pass 221 (774) processed. 0 failed. spent: 91:44, 227:04 mins remaining. CopyPaste Parameters_Ctrl+C_Ctrl+V. time: 15104ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:11:05.091 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters_Menu.test in 11885 (221 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:11:05.093 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste in Script Viewer.test (222 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:11:05.182 [INFO] !MESSAGE Pass 222 (774) processed. 0 failed. spent: 91:58, 226:13 mins remaining. CopyPaste Parameters_Menu. time: 11885ms [INFO] Pass 222 (774) processed. 0 failed. spent: 91:58, 226:13 mins remaining. CopyPaste Parameters_Menu. time: 11885ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:11:25.819 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste in Script Viewer.test in 18552 (222 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:11:25.822 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteContextBetweenTestsByDragDrop.test (223 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:11:25.904 [INFO] !MESSAGE Pass 223 (774) processed. 0 failed. spent: 92:19, 225:39 mins remaining. CopyPaste in Script Viewer. time: 18552ms [INFO] Pass 223 (774) processed. 0 failed. spent: 92:19, 225:39 mins remaining. CopyPaste in Script Viewer. time: 18552ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:11:44.388 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteContextBetweenTestsByDragDrop.test in 16756 (223 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:11:44.391 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteEditorsBetweenWBContexts.test (224 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:11:44.423 [INFO] !MESSAGE Pass 224 (774) processed. 0 failed. spent: 92:37, 224:59 mins remaining. CopyPasteContextBetweenTestsByDragDrop. time: 16756ms [INFO] Pass 224 (774) processed. 0 failed. spent: 92:37, 224:59 mins remaining. CopyPasteContextBetweenTestsByDragDrop. time: 16756ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:12:11.955 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteEditorsBetweenWBContexts.test in 25758 (224 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:12:11.957 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteProjectByShortKeys.test (225 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:12:12.052 [INFO] !MESSAGE Pass 225 (774) processed. 0 failed. spent: 93:05, 224:42 mins remaining. CopyPasteEditorsBetweenWBContexts. time: 25758ms [INFO] Pass 225 (774) processed. 0 failed. spent: 93:05, 224:42 mins remaining. CopyPasteEditorsBetweenWBContexts. time: 25758ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:12:38.025 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteProjectByShortKeys.test in 24000 (225 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:12:38.028 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTestsBetweenTestSuites.test (226 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:12:38.081 [INFO] !MESSAGE Pass 226 (774) processed. 0 failed. spent: 93:31, 224:21 mins remaining. CopyPasteProjectByShortKeys. time: 24000ms [INFO] Pass 226 (774) processed. 0 failed. spent: 93:31, 224:21 mins remaining. CopyPasteProjectByShortKeys. time: 24000ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:12:56.045 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTestsBetweenTestSuites.test in 16383 (226 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:12:56.047 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTestsBetweenTestSuitesByDragDrop.test (227 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:12:56.099 [INFO] !MESSAGE Pass 227 (774) processed. 0 failed. spent: 93:49, 223:41 mins remaining. CopyPasteTestsBetweenTestSuites. time: 16383ms [INFO] Pass 227 (774) processed. 0 failed. spent: 93:49, 223:41 mins remaining. CopyPasteTestsBetweenTestSuites. time: 16383ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:13:15.618 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTestsBetweenTestSuitesByDragDrop.test in 17599 (227 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:13:15.620 [INFO] !MESSAGE Pass 228 (774) processed. 0 failed. spent: 94:08, 224:26 mins remaining. CopyPasteTestsBetweenTestSuitesByDragDrop. time: 17599ms [INFO] Pass 228 (774) processed. 0 failed. spent: 94:08, 224:26 mins remaining. CopyPasteTestsBetweenTestSuitesByDragDrop. time: 17599ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:13:15.622 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTestsBetweenTestSuitesByShortKey.test (228 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:13:34.192 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTestsBetweenTestSuitesByShortKey.test in 16857 (228 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:13:34.195 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTextInDescriptionByShortKey.test (229 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:13:34.239 [INFO] !MESSAGE Pass 229 (774) processed. 0 failed. spent: 94:27, 222:25 mins remaining. CopyPasteTestsBetweenTestSuitesByShortKey. time: 16857ms [INFO] Pass 229 (774) processed. 0 failed. spent: 94:27, 222:25 mins remaining. CopyPasteTestsBetweenTestSuitesByShortKey. time: 16857ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:13:55.832 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTextInDescriptionByShortKey.test in 19581 (229 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:13:55.834 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteViewsBetweenWBContexts.test (230 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:13:55.862 [INFO] !MESSAGE Pass 230 (774) processed. 0 failed. spent: 94:49, 221:55 mins remaining. CopyPasteTextInDescriptionByShortKey. time: 19581ms [INFO] Pass 230 (774) processed. 0 failed. spent: 94:49, 221:55 mins remaining. CopyPasteTextInDescriptionByShortKey. time: 19581ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:14:16.868 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteViewsBetweenWBContexts.test in 19270 (230 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:14:16.870 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteWSContextWithUncheckedClearWorkspaceOption.test (231 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:14:16.883 [INFO] !MESSAGE Pass 231 (774) processed. 0 failed. spent: 95:10, 221:22 mins remaining. CopyPasteViewsBetweenWBContexts. time: 19270ms [INFO] Pass 231 (774) processed. 0 failed. spent: 95:10, 221:22 mins remaining. CopyPasteViewsBetweenWBContexts. time: 19270ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:14:38.944 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteWSContextWithUncheckedClearWorkspaceOption.test in 20064 (231 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:14:38.946 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteWithMenuIntoEmptyField.test (232 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:14:39.009 [INFO] !MESSAGE Pass 232 (774) processed. 0 failed. spent: 95:32, 220:52 mins remaining. CopyPasteWSContextWithUncheckedClearWorkspaceOption. time: 20064ms [INFO] Pass 232 (774) processed. 0 failed. spent: 95:32, 220:52 mins remaining. CopyPasteWSContextWithUncheckedClearWorkspaceOption. time: 20064ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:14:50.464 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteWithMenuIntoEmptyField.test in 9783 (232 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:14:50.466 [INFO] !MESSAGE [AUT-0] Starting: CopyProject.test (233 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:14:50.522 [INFO] !MESSAGE Pass 233 (774) processed. 0 failed. spent: 95:43, 219:56 mins remaining. CopyPasteWithMenuIntoEmptyField. time: 9783ms [INFO] Pass 233 (774) processed. 0 failed. spent: 95:43, 219:56 mins remaining. CopyPasteWithMenuIntoEmptyField. time: 9783ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:15:16.544 [INFO] !MESSAGE [AUT-0] Finished: CopyProject.test in 24368 (233 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:15:16.547 [INFO] !MESSAGE [AUT-0] Starting: CopyProjectAfterDeletingReferences.test (234 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:15:16.548 [INFO] !MESSAGE Pass 234 (774) processed. 0 failed. spent: 96:09, 219:35 mins remaining. CopyProject. time: 24368ms [INFO] Pass 234 (774) processed. 0 failed. spent: 96:09, 219:35 mins remaining. CopyProject. time: 24368ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:15:43.573 [INFO] !MESSAGE [AUT-0] Finished: CopyProjectAfterDeletingReferences.test in 25181 (234 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:15:43.575 [INFO] !MESSAGE [AUT-0] Starting: CopyTestSuite.test (235 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:15:43.576 [INFO] !MESSAGE Pass 235 (774) processed. 0 failed. spent: 96:36, 219:17 mins remaining. CopyProjectAfterDeletingReferences. time: 25181ms [INFO] Pass 235 (774) processed. 0 failed. spent: 96:36, 219:17 mins remaining. CopyProjectAfterDeletingReferences. time: 25181ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:16:01.720 [INFO] !MESSAGE [AUT-0] Finished: CopyTestSuite.test in 16087 (235 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:16:01.722 [INFO] !MESSAGE [AUT-0] Starting: CopyTestToAnotherProjectAndGetUnresolvedRefs.test (236 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:16:01.736 [INFO] !MESSAGE Pass 236 (774) processed. 0 failed. spent: 96:54, 218:38 mins remaining. CopyTestSuite. time: 16087ms [INFO] Pass 236 (774) processed. 0 failed. spent: 96:54, 218:38 mins remaining. CopyTestSuite. time: 16087ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:16:25.797 [INFO] !MESSAGE [AUT-0] Finished: CopyTestToAnotherProjectAndGetUnresolvedRefs.test in 22237 (236 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:16:25.799 [INFO] !MESSAGE [AUT-0] Starting: CopyTestToProjectWithDuplicateTest.test (237 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:16:25.861 [INFO] !MESSAGE Pass 237 (774) processed. 0 failed. spent: 97:19, 218:14 mins remaining. CopyTestToAnotherProjectAndGetUnresolvedRefs. time: 22237ms [INFO] Pass 237 (774) processed. 0 failed. spent: 97:19, 218:14 mins remaining. CopyTestToAnotherProjectAndGetUnresolvedRefs. time: 22237ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:16:47.847 [INFO] !MESSAGE [AUT-0] Finished: CopyTestToProjectWithDuplicateTest.test in 20389 (237 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:16:47.850 [INFO] !MESSAGE [AUT-0] Starting: CopyTestToTheSameLocation.test (238 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:16:47.922 [INFO] !MESSAGE Pass 238 (774) processed. 0 failed. spent: 97:41, 217:45 mins remaining. CopyTestToProjectWithDuplicateTest. time: 20389ms [INFO] Pass 238 (774) processed. 0 failed. spent: 97:41, 217:45 mins remaining. CopyTestToProjectWithDuplicateTest. time: 20389ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:17:05.898 [INFO] !MESSAGE [AUT-0] Finished: CopyTestToTheSameLocation.test in 16391 (238 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:17:05.901 [INFO] !MESSAGE [AUT-0] Starting: CopyTestWithItsRefsToAnotherProject.test (239 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:17:05.940 [INFO] !MESSAGE Pass 239 (774) processed. 0 failed. spent: 97:59, 217:06 mins remaining. CopyTestToTheSameLocation. time: 16391ms [INFO] Pass 239 (774) processed. 0 failed. spent: 97:59, 217:06 mins remaining. CopyTestToTheSameLocation. time: 16391ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:17:23.952 [INFO] !MESSAGE [AUT-0] Finished: CopyTestWithItsRefsToAnotherProject.test in 16083 (239 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:17:23.955 [INFO] !MESSAGE [AUT-0] Starting: Create New ECL Context.test (240 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:17:23.961 [INFO] !MESSAGE Pass 240 (774) processed. 0 failed. spent: 98:17, 216:28 mins remaining. CopyTestWithItsRefsToAnotherProject. time: 16083ms [INFO] Pass 240 (774) processed. 0 failed. spent: 98:17, 216:28 mins remaining. CopyTestWithItsRefsToAnotherProject. time: 16083ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:17:37.967 [INFO] !MESSAGE [AUT-0] Finished: Create New ECL Context.test in 12147 (240 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:17:37.969 [INFO] !MESSAGE [AUT-0] Starting: Create New Preference Context.test (241 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:17:37.979 [INFO] !MESSAGE Pass 241 (774) processed. 0 failed. spent: 98:31, 215:40 mins remaining. Create New ECL Context. time: 12147ms [INFO] Pass 241 (774) processed. 0 failed. spent: 98:31, 215:40 mins remaining. Create New ECL Context. time: 12147ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:17:51.986 [INFO] !MESSAGE [AUT-0] Finished: Create New Preference Context.test in 12181 (241 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:17:51.988 [INFO] !MESSAGE [AUT-0] Starting: Create New Workbench Context.test (242 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:17:51.993 [INFO] !MESSAGE Pass 242 (774) processed. 0 failed. spent: 98:45, 214:54 mins remaining. Create New Preference Context. time: 12181ms [INFO] Pass 242 (774) processed. 0 failed. spent: 98:45, 214:54 mins remaining. Create New Preference Context. time: 12181ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:18:05.513 [INFO] !MESSAGE [AUT-0] Finished: Create New Workbench Context.test in 11684 (242 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:18:05.519 [INFO] !MESSAGE [AUT-0] Starting: Create New Workspace Context.test (243 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:18:05.607 [INFO] !MESSAGE Pass 243 (774) processed. 0 failed. spent: 98:58, 214:05 mins remaining. Create New Workbench Context. time: 11684ms [INFO] Pass 243 (774) processed. 0 failed. spent: 98:58, 214:05 mins remaining. Create New Workbench Context. time: 11684ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:18:18.030 [INFO] !MESSAGE [AUT-0] Finished: Create New Workspace Context.test in 10774 (243 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:18:18.032 [INFO] !MESSAGE [AUT-0] Starting: Create Project With Copy Paste.scenario (244 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:18:18.122 [INFO] !MESSAGE Pass 244 (774) processed. 0 failed. spent: 99:11, 213:17 mins remaining. Create New Workspace Context. time: 10774ms [INFO] Pass 244 (774) processed. 0 failed. spent: 99:11, 213:17 mins remaining. Create New Workspace Context. time: 10774ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:18:29.998 [INFO] !MESSAGE [AUT-0] Finished: Create Project With Copy Paste.scenario in 10248 (244 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:18:30.002 [INFO] !MESSAGE [AUT-0] Starting: CreateAUTWithExistingName.test (245 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:18:30.035 [INFO] !MESSAGE Pass 245 (774) processed. 0 failed. spent: 99:23, 212:26 mins remaining. Create Project With Copy Paste. time: 10248ms [INFO] Pass 245 (774) processed. 0 failed. spent: 99:23, 212:26 mins remaining. Create Project With Copy Paste. time: 10248ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:18:56.928 [INFO] !MESSAGE [AUT-0] Finished: CreateAUTWithExistingName.test in 25505 (245 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:18:56.930 [INFO] !MESSAGE [AUT-0] Starting: CreateAUTWithIncorrectSymbols.test (246 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:18:57.024 [INFO] !MESSAGE Pass 246 (774) processed. 0 failed. spent: 99:50, 212:08 mins remaining. CreateAUTWithExistingName. time: 25505ms [INFO] Pass 246 (774) processed. 0 failed. spent: 99:50, 212:08 mins remaining. CreateAUTWithExistingName. time: 25505ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:21:07.691 [INFO] !MESSAGE [AUT-0] Finished: CreateAUTWithIncorrectSymbols.test in 120483 (246 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:21:07.694 [INFO] !MESSAGE [AUT-0] Starting: CreateContextAndCreateFolder.test (247 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:21:07.753 [INFO] !MESSAGE Pass 247 (774) processed. 0 failed. spent: 102:00, 215:28 mins remaining. CreateAUTWithIncorrectSymbols. time: 120483ms [INFO] Pass 247 (774) processed. 0 failed. spent: 102:00, 215:28 mins remaining. CreateAUTWithIncorrectSymbols. time: 120483ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:21:29.207 [INFO] !MESSAGE [AUT-0] Finished: CreateContextAndCreateFolder.test in 19584 (247 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:21:29.209 [INFO] !MESSAGE [AUT-0] Starting: CreateContextAndCreateProject.test (248 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:21:29.273 [INFO] !MESSAGE Pass 248 (774) processed. 0 failed. spent: 102:22, 214:58 mins remaining. CreateContextAndCreateFolder. time: 19584ms [INFO] Pass 248 (774) processed. 0 failed. spent: 102:22, 214:58 mins remaining. CreateContextAndCreateFolder. time: 19584ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:21:46.687 [INFO] !MESSAGE [AUT-0] Finished: CreateContextAndCreateProject.test in 15671 (248 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:21:46.692 [INFO] !MESSAGE Pass 249 (774) processed. 0 failed. spent: 102:39, 215:33 mins remaining. CreateContextAndCreateProject. time: 15671ms [INFO] Pass 249 (774) processed. 0 failed. spent: 102:39, 215:33 mins remaining. CreateContextAndCreateProject. time: 15671ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:21:46.694 [INFO] !MESSAGE [AUT-0] Starting: CreateContextWithDuplicateName.test (249 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:22:05.259 [INFO] !MESSAGE [AUT-0] Finished: CreateContextWithDuplicateName.test in 16620 (249 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:22:05.261 [INFO] !MESSAGE [AUT-0] Starting: CreateDuplicateTestSuite.test (250 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:22:05.336 [INFO] !MESSAGE Pass 250 (774) processed. 0 failed. spent: 102:58, 213:41 mins remaining. CreateContextWithDuplicateName. time: 16620ms [INFO] Pass 250 (774) processed. 0 failed. spent: 102:58, 213:41 mins remaining. CreateContextWithDuplicateName. time: 16620ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:22:17.278 [INFO] !MESSAGE [AUT-0] Finished: CreateDuplicateTestSuite.test in 10281 (250 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:22:17.280 [INFO] !MESSAGE [AUT-0] Starting: CreateGroupContext.test (251 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:22:17.348 [INFO] !MESSAGE Pass 251 (774) processed. 0 failed. spent: 103:10, 212:51 mins remaining. CreateDuplicateTestSuite. time: 10281ms [INFO] Pass 251 (774) processed. 0 failed. spent: 103:10, 212:51 mins remaining. CreateDuplicateTestSuite. time: 10281ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:22:31.305 [INFO] !MESSAGE [AUT-0] Finished: CreateGroupContext.test in 12384 (251 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:22:31.307 [INFO] !MESSAGE [AUT-0] Starting: CreateLaunchContext.test (252 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:22:31.363 [INFO] !MESSAGE Pass 252 (774) processed. 0 failed. spent: 103:24, 212:05 mins remaining. CreateGroupContext. time: 12384ms [INFO] Pass 252 (774) processed. 0 failed. spent: 103:24, 212:05 mins remaining. CreateGroupContext. time: 12384ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:22:44.321 [INFO] !MESSAGE [AUT-0] Finished: CreateLaunchContext.test in 11363 (252 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:22:44.323 [INFO] !MESSAGE [AUT-0] Starting: CreateMultiAutSuite.test (253 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:22:44.377 [INFO] !MESSAGE Pass 253 (774) processed. 0 failed. spent: 103:37, 211:17 mins remaining. CreateLaunchContext. time: 11363ms [INFO] Pass 253 (774) processed. 0 failed. spent: 103:37, 211:17 mins remaining. CreateLaunchContext. time: 11363ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:22:54.715 [INFO] !MESSAGE [AUT-0] Finished: CreateMultiAutSuite.test in 8885 (253 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:22:54.718 [INFO] !MESSAGE [AUT-0] Starting: CreateNewAUTFromRunConfiguration.test (254 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:22:54.722 [INFO] !MESSAGE Pass 254 (774) processed. 0 failed. spent: 103:47, 210:24 mins remaining. CreateMultiAutSuite. time: 8885ms [INFO] Pass 254 (774) processed. 0 failed. spent: 103:47, 210:24 mins remaining. CreateMultiAutSuite. time: 8885ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:23:21.637 [INFO] !MESSAGE [AUT-0] Finished: CreateNewAUTFromRunConfiguration.test in 25654 (254 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:23:21.639 [INFO] !MESSAGE [AUT-0] Starting: CreateNewContextWhileAddingIntoGroupContext.test (255 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:23:21.651 [INFO] !MESSAGE Pass 255 (774) processed. 0 failed. spent: 104:14, 210:05 mins remaining. CreateNewAUTFromRunConfiguration. time: 25654ms [INFO] Pass 255 (774) processed. 0 failed. spent: 104:14, 210:05 mins remaining. CreateNewAUTFromRunConfiguration. time: 25654ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:23:50.151 [INFO] !MESSAGE [AUT-0] Finished: CreateNewContextWhileAddingIntoGroupContext.test in 26727 (255 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:23:50.154 [INFO] !MESSAGE [AUT-0] Starting: CreateNewObjectFromToolbar.test (256 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:23:50.181 [INFO] !MESSAGE Pass 256 (774) processed. 0 failed. spent: 104:43, 209:50 mins remaining. CreateNewContextWhileAddingIntoGroupContext. time: 26727ms [INFO] Pass 256 (774) processed. 0 failed. spent: 104:43, 209:50 mins remaining. CreateNewContextWhileAddingIntoGroupContext. time: 26727ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:24:16.654 [INFO] !MESSAGE [AUT-0] Finished: CreateNewObjectFromToolbar.test in 24974 (256 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:24:16.657 [INFO] !MESSAGE [AUT-0] Starting: CreateNewTextVerification.test (257 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:24:16.707 [INFO] !MESSAGE Pass 257 (774) processed. 0 failed. spent: 105:09, 209:29 mins remaining. CreateNewObjectFromToolbar. time: 24974ms [INFO] Pass 257 (774) processed. 0 failed. spent: 105:09, 209:29 mins remaining. CreateNewObjectFromToolbar. time: 24974ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:24:31.136 [INFO] !MESSAGE [AUT-0] Finished: CreateNewTextVerification.test in 12627 (257 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:24:31.138 [INFO] !MESSAGE [AUT-0] Starting: CreateNewTimeVerification.test (258 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:24:31.221 [INFO] !MESSAGE Pass 258 (774) processed. 0 failed. spent: 105:24, 208:46 mins remaining. CreateNewTextVerification. time: 12627ms [INFO] Pass 258 (774) processed. 0 failed. spent: 105:24, 208:46 mins remaining. CreateNewTextVerification. time: 12627ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:24:45.167 [INFO] !MESSAGE [AUT-0] Finished: CreateNewTimeVerification.test in 12129 (258 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:24:45.170 [INFO] !MESSAGE [AUT-0] Starting: CreateProjectWithDuplicateName.test (259 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:24:45.235 [INFO] !MESSAGE Pass 259 (774) processed. 0 failed. spent: 105:38, 208:01 mins remaining. CreateNewTimeVerification. time: 12129ms [INFO] Pass 259 (774) processed. 0 failed. spent: 105:38, 208:01 mins remaining. CreateNewTimeVerification. time: 12129ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:24:58.661 [INFO] !MESSAGE [AUT-0] Finished: CreateProjectWithDuplicateName.test in 11807 (259 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:24:58.663 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperEclContext.test (260 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:24:58.748 [INFO] !MESSAGE Pass 260 (774) processed. 0 failed. spent: 105:51, 207:15 mins remaining. CreateProjectWithDuplicateName. time: 11807ms [INFO] Pass 260 (774) processed. 0 failed. spent: 105:51, 207:15 mins remaining. CreateProjectWithDuplicateName. time: 11807ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:25:14.156 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperEclContext.test in 13684 (260 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:25:14.159 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperFolderContext.test (261 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:25:14.163 [INFO] !MESSAGE Pass 261 (774) processed. 0 failed. spent: 106:07, 206:35 mins remaining. CreateSuperEclContext. time: 13684ms [INFO] Pass 261 (774) processed. 0 failed. spent: 106:07, 206:35 mins remaining. CreateSuperEclContext. time: 13684ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:25:28.673 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperFolderContext.test in 12661 (261 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:25:28.675 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperLaunchContext.test (262 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:25:28.677 [INFO] !MESSAGE Pass 262 (774) processed. 0 failed. spent: 106:21, 205:51 mins remaining. CreateSuperFolderContext. time: 12661ms [INFO] Pass 262 (774) processed. 0 failed. spent: 106:21, 205:51 mins remaining. CreateSuperFolderContext. time: 12661ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:25:44.701 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperLaunchContext.test in 14054 (262 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:25:44.704 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperParametersContext.test (263 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:25:44.793 [INFO] !MESSAGE Pass 263 (774) processed. 0 failed. spent: 106:37, 205:11 mins remaining. CreateSuperLaunchContext. time: 14054ms [INFO] Pass 263 (774) processed. 0 failed. spent: 106:37, 205:11 mins remaining. CreateSuperLaunchContext. time: 14054ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:25:59.259 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperParametersContext.test in 12560 (263 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:25:59.261 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperPreferencesContext.test (264 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:25:59.308 [INFO] !MESSAGE Pass 264 (774) processed. 0 failed. spent: 106:52, 204:29 mins remaining. CreateSuperParametersContext. time: 12560ms [INFO] Pass 264 (774) processed. 0 failed. spent: 106:52, 204:29 mins remaining. CreateSuperParametersContext. time: 12560ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:26:14.310 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperPreferencesContext.test in 13417 (264 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:26:14.313 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperWorkbenchContext.test (265 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:26:14.322 [INFO] !MESSAGE Pass 265 (774) processed. 0 failed. spent: 107:07, 203:48 mins remaining. CreateSuperPreferencesContext. time: 13417ms [INFO] Pass 265 (774) processed. 0 failed. spent: 107:07, 203:48 mins remaining. CreateSuperPreferencesContext. time: 13417ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:26:29.848 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperWorkbenchContext.test in 13635 (265 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:26:29.850 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperWorkspaceContext.test (266 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:26:29.939 [INFO] !MESSAGE Pass 266 (774) processed. 0 failed. spent: 107:23, 203:08 mins remaining. CreateSuperWorkbenchContext. time: 13635ms [INFO] Pass 266 (774) processed. 0 failed. spent: 107:23, 203:08 mins remaining. CreateSuperWorkbenchContext. time: 13635ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:26:43.370 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperWorkspaceContext.test in 11468 (266 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:26:43.372 [INFO] !MESSAGE [AUT-0] Starting: CreateTestAndCreateFolder.test (267 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:26:43.452 [INFO] !MESSAGE Pass 267 (774) processed. 0 failed. spent: 107:36, 202:24 mins remaining. CreateSuperWorkspaceContext. time: 11468ms [INFO] Pass 267 (774) processed. 0 failed. spent: 107:36, 202:24 mins remaining. CreateSuperWorkspaceContext. time: 11468ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:27:03.385 [INFO] !MESSAGE [AUT-0] Finished: CreateTestAndCreateFolder.test in 18570 (267 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:27:03.389 [INFO] !MESSAGE [AUT-0] Starting: CreateTestAndCreateProject.test (268 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:27:03.472 [INFO] !MESSAGE Pass 268 (774) processed. 0 failed. spent: 107:56, 201:52 mins remaining. CreateTestAndCreateFolder. time: 18570ms [INFO] Pass 268 (774) processed. 0 failed. spent: 107:56, 201:52 mins remaining. CreateTestAndCreateFolder. time: 18570ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:27:18.365 [INFO] !MESSAGE [AUT-0] Finished: CreateTestAndCreateProject.test in 13476 (268 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:27:18.367 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteAndProjectViaWizard.test (269 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:27:18.393 [INFO] !MESSAGE Pass 269 (774) processed. 0 failed. spent: 108:11, 201:11 mins remaining. CreateTestAndCreateProject. time: 13476ms [INFO] Pass 269 (774) processed. 0 failed. spent: 108:11, 201:11 mins remaining. CreateTestAndCreateProject. time: 13476ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:27:33.341 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteAndProjectViaWizard.test in 13436 (269 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:27:33.344 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteByFileMenu.test (270 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:27:33.408 [INFO] !MESSAGE Pass 270 (774) processed. 0 failed. spent: 108:26, 200:31 mins remaining. CreateTestSuiteAndProjectViaWizard. time: 13436ms [INFO] Pass 270 (774) processed. 0 failed. spent: 108:26, 200:31 mins remaining. CreateTestSuiteAndProjectViaWizard. time: 13436ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:27:47.378 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteByFileMenu.test in 12142 (270 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:27:47.380 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteInNewFolder.test (271 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:27:47.421 [INFO] !MESSAGE Pass 271 (774) processed. 0 failed. spent: 108:40, 199:49 mins remaining. CreateTestSuiteByFileMenu. time: 12142ms [INFO] Pass 271 (774) processed. 0 failed. spent: 108:40, 199:49 mins remaining. CreateTestSuiteByFileMenu. time: 12142ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:28:06.392 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteInNewFolder.test in 17307 (271 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:28:06.394 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteViaContextMenu.test (272 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:28:06.440 [INFO] !MESSAGE Pass 272 (774) processed. 0 failed. spent: 108:59, 199:16 mins remaining. CreateTestSuiteInNewFolder. time: 17307ms [INFO] Pass 272 (774) processed. 0 failed. spent: 108:59, 199:16 mins remaining. CreateTestSuiteInNewFolder. time: 17307ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:28:20.904 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteViaContextMenu.test in 12972 (272 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:28:20.907 [INFO] !MESSAGE [AUT-0] Starting: CreateTestWithDuplicateName.test (273 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:28:20.954 [INFO] !MESSAGE Pass 273 (774) processed. 0 failed. spent: 109:14, 198:36 mins remaining. CreateTestSuiteViaContextMenu. time: 12972ms [INFO] Pass 273 (774) processed. 0 failed. spent: 109:14, 198:36 mins remaining. CreateTestSuiteViaContextMenu. time: 12972ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:28:42.447 [INFO] !MESSAGE [AUT-0] Finished: CreateTestWithDuplicateName.test in 19303 (273 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:28:42.449 [INFO] !MESSAGE [AUT-0] Starting: CreateTestWithNameOfDiacritic.test (274 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:28:42.519 [INFO] !MESSAGE Pass 274 (774) processed. 0 failed. spent: 109:35, 198:07 mins remaining. CreateTestWithDuplicateName. time: 19303ms [INFO] Pass 274 (774) processed. 0 failed. spent: 109:35, 198:07 mins remaining. CreateTestWithDuplicateName. time: 19303ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:29:01.988 [INFO] !MESSAGE [AUT-0] Finished: CreateTestWithNameOfDiacritic.test in 17845 (274 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:29:01.990 [INFO] !MESSAGE [AUT-0] Starting: CreateTestWithSpecificSymbolInName.test (275 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:29:02.038 [INFO] !MESSAGE Pass 275 (774) processed. 0 failed. spent: 109:55, 197:36 mins remaining. CreateTestWithNameOfDiacritic. time: 17845ms [INFO] Pass 275 (774) processed. 0 failed. spent: 109:55, 197:36 mins remaining. CreateTestWithNameOfDiacritic. time: 17845ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:29:19.508 [INFO] !MESSAGE [AUT-0] Finished: CreateTestWithSpecificSymbolInName.test in 16014 (275 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:29:19.511 [INFO] !MESSAGE [AUT-0] Starting: CreateWorkbenchContext.test (276 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:29:19.559 [INFO] !MESSAGE Pass 276 (774) processed. 0 failed. spent: 110:12, 197:00 mins remaining. CreateTestWithSpecificSymbolInName. time: 16014ms [INFO] Pass 276 (774) processed. 0 failed. spent: 110:12, 197:00 mins remaining. CreateTestWithSpecificSymbolInName. time: 16014ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:29:33.547 [INFO] !MESSAGE [AUT-0] Finished: CreateWorkbenchContext.test in 12451 (276 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:29:33.549 [INFO] !MESSAGE [AUT-0] Starting: CutContextFromTest.test (277 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:29:33.572 [INFO] !MESSAGE Pass 277 (774) processed. 0 failed. spent: 110:26, 196:19 mins remaining. CreateWorkbenchContext. time: 12451ms [INFO] Pass 277 (774) processed. 0 failed. spent: 110:26, 196:19 mins remaining. CreateWorkbenchContext. time: 12451ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:29:52.092 [INFO] !MESSAGE [AUT-0] Finished: CutContextFromTest.test in 16899 (277 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:29:52.095 [INFO] !MESSAGE [AUT-0] Starting: CutContextFromTestByShortKey.test (278 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:29:52.189 [INFO] !MESSAGE Pass 278 (774) processed. 0 failed. spent: 110:45, 195:47 mins remaining. CutContextFromTest. time: 16899ms [INFO] Pass 278 (774) processed. 0 failed. spent: 110:45, 195:47 mins remaining. CutContextFromTest. time: 16899ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:30:11.656 [INFO] !MESSAGE [AUT-0] Finished: CutContextFromTestByShortKey.test in 17656 (278 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:30:11.658 [INFO] !MESSAGE [AUT-0] Starting: CutContextsFromGroupContext.test (279 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:30:11.708 [INFO] !MESSAGE Pass 279 (774) processed. 0 failed. spent: 111:04, 195:15 mins remaining. CutContextFromTestByShortKey. time: 17656ms [INFO] Pass 279 (774) processed. 0 failed. spent: 111:04, 195:15 mins remaining. CutContextFromTestByShortKey. time: 17656ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:30:32.800 [INFO] !MESSAGE [AUT-0] Finished: CutContextsFromGroupContext.test in 18904 (279 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:30:32.803 [INFO] !MESSAGE [AUT-0] Starting: CutPaste in Script Viewer.test (280 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:30:32.828 [INFO] !MESSAGE Pass 280 (774) processed. 0 failed. spent: 111:26, 194:48 mins remaining. CutContextsFromGroupContext. time: 18904ms [INFO] Pass 280 (774) processed. 0 failed. spent: 111:26, 194:48 mins remaining. CutContextsFromGroupContext. time: 18904ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:30:54.854 [INFO] !MESSAGE [AUT-0] Finished: CutPaste in Script Viewer.test in 20023 (280 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:30:54.857 [INFO] !MESSAGE [AUT-0] Starting: CutPasteTestsBetweenTestSuites.test (281 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:30:54.948 [INFO] !MESSAGE Pass 281 (774) processed. 0 failed. spent: 111:48, 194:21 mins remaining. CutPaste in Script Viewer. time: 20023ms [INFO] Pass 281 (774) processed. 0 failed. spent: 111:48, 194:21 mins remaining. CutPaste in Script Viewer. time: 20023ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:31:13.921 [INFO] !MESSAGE [AUT-0] Finished: CutPasteTestsBetweenTestSuites.test in 17226 (281 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:31:13.925 [INFO] !MESSAGE [AUT-0] Starting: CutTextFromScriptEditor.test (282 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:31:13.971 [INFO] !MESSAGE Pass 282 (774) processed. 0 failed. spent: 112:07, 193:50 mins remaining. CutPasteTestsBetweenTestSuites. time: 17226ms [INFO] Pass 282 (774) processed. 0 failed. spent: 112:07, 193:50 mins remaining. CutPasteTestsBetweenTestSuites. time: 17226ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:31:25.484 [INFO] !MESSAGE [AUT-0] Finished: CutTextFromScriptEditor.test in 9641 (282 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:31:25.486 [INFO] !MESSAGE [AUT-0] Starting: DebugContext_CopyPaste_Name_ContextMenu.test (283 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:31:25.583 [INFO] !MESSAGE Pass 283 (774) processed. 0 failed. spent: 112:18, 193:04 mins remaining. CutTextFromScriptEditor. time: 9641ms [INFO] Pass 283 (774) processed. 0 failed. spent: 112:18, 193:04 mins remaining. CutTextFromScriptEditor. time: 9641ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:31:37.050 [INFO] !MESSAGE [AUT-0] Finished: DebugContext_CopyPaste_Name_ContextMenu.test in 9889 (283 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:31:37.052 [INFO] !MESSAGE [AUT-0] Starting: DebugContext_CopyPaste_Tags_ContextMenu.test (284 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:31:37.126 [INFO] !MESSAGE Pass 284 (774) processed. 0 failed. spent: 112:30, 192:21 mins remaining. DebugContext_CopyPaste_Name_ContextMenu. time: 9889ms [INFO] Pass 284 (774) processed. 0 failed. spent: 112:30, 192:21 mins remaining. DebugContext_CopyPaste_Name_ContextMenu. time: 9889ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:31:48.593 [INFO] !MESSAGE [AUT-0] Finished: DebugContext_CopyPaste_Tags_ContextMenu.test in 9973 (284 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:31:48.597 [INFO] !MESSAGE [AUT-0] Starting: DebugTestContainingCommaInName.test (285 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:31:48.637 [INFO] !MESSAGE Pass 285 (774) processed. 0 failed. spent: 112:41, 191:36 mins remaining. DebugContext_CopyPaste_Tags_ContextMenu. time: 9973ms [INFO] Pass 285 (774) processed. 0 failed. spent: 112:41, 191:36 mins remaining. DebugContext_CopyPaste_Tags_ContextMenu. time: 9973ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:32:46.763 [INFO] !MESSAGE [AUT-0] Finished: DebugTestContainingCommaInName.test in 56357 (285 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:32:46.765 [INFO] !MESSAGE [AUT-0] Starting: Delete Content And Check Validation_Same Project.test (286 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:32:46.852 [INFO] !MESSAGE Pass 286 (774) processed. 0 failed. spent: 113:40, 192:12 mins remaining. DebugTestContainingCommaInName. time: 56357ms [INFO] Pass 286 (774) processed. 0 failed. spent: 113:40, 192:12 mins remaining. DebugTestContainingCommaInName. time: 56357ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:33:20.895 [INFO] !MESSAGE [AUT-0] Finished: Delete Content And Check Validation_Same Project.test in 31996 (286 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:33:20.898 [INFO] !MESSAGE [AUT-0] Starting: Delete ECL Context.test (287 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:33:20.984 [INFO] !MESSAGE Pass 287 (774) processed. 0 failed. spent: 114:14, 192:06 mins remaining. Delete Content And Check Validation_Same Project. time: 31996ms [INFO] Pass 287 (774) processed. 0 failed. spent: 114:14, 192:06 mins remaining. Delete Content And Check Validation_Same Project. time: 31996ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:33:33.491 [INFO] !MESSAGE [AUT-0] Finished: Delete ECL Context.test in 10633 (287 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:33:33.494 [INFO] !MESSAGE [AUT-0] Starting: Delete Preference Context.test (288 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:33:33.527 [INFO] !MESSAGE Pass 288 (774) processed. 0 failed. spent: 114:26, 191:22 mins remaining. DeleteECLContextByDeleteButton. time: 10633ms [INFO] Pass 288 (774) processed. 0 failed. spent: 114:26, 191:22 mins remaining. DeleteECLContextByDeleteButton. time: 10633ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:33:45.517 [INFO] !MESSAGE [AUT-0] Finished: Delete Preference Context.test in 10230 (288 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:33:45.520 [INFO] !MESSAGE [AUT-0] Starting: Delete Workspace Context.test (289 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:33:45.540 [INFO] !MESSAGE Pass 289 (774) processed. 0 failed. spent: 114:38, 190:39 mins remaining. Delete Preference Context. time: 10230ms [INFO] Pass 289 (774) processed. 0 failed. spent: 114:38, 190:39 mins remaining. Delete Preference Context. time: 10230ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:33:57.539 [INFO] !MESSAGE [AUT-0] Finished: Delete Workspace Context.test in 10535 (289 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:33:57.541 [INFO] !MESSAGE [AUT-0] Starting: DeleteCompletedTasks.test (290 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:33:57.551 [INFO] !MESSAGE Pass 290 (774) processed. 0 failed. spent: 114:50, 189:56 mins remaining. Delete Workspace Context. time: 10535ms [INFO] Pass 290 (774) processed. 0 failed. spent: 114:50, 189:56 mins remaining. Delete Workspace Context. time: 10535ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:34:25.645 [INFO] !MESSAGE [AUT-0] Finished: DeleteCompletedTasks.test in 26330 (290 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:34:25.648 [INFO] !MESSAGE [AUT-0] Starting: DeleteContext.test (291 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:34:25.678 [INFO] !MESSAGE Pass 291 (774) processed. 0 failed. spent: 115:18, 189:40 mins remaining. DeleteCompletedTasks. time: 26330ms [INFO] Pass 291 (774) processed. 0 failed. spent: 115:18, 189:40 mins remaining. DeleteCompletedTasks. time: 26330ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:34:51.754 [INFO] !MESSAGE [AUT-0] Finished: DeleteContext.test in 24235 (291 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:34:51.757 [INFO] !MESSAGE [AUT-0] Starting: DeleteContextNoReferences.test (292 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:34:51.802 [INFO] !MESSAGE Pass 292 (774) processed. 0 failed. spent: 115:44, 189:20 mins remaining. DeleteContext. time: 24235ms [INFO] Pass 292 (774) processed. 0 failed. spent: 115:44, 189:20 mins remaining. DeleteContext. time: 24235ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:35:16.295 [INFO] !MESSAGE [AUT-0] Finished: DeleteContextNoReferences.test in 22961 (292 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:35:16.298 [INFO] !MESSAGE [AUT-0] Starting: DeleteContextWithReferences.test (293 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:35:16.326 [INFO] !MESSAGE Pass 293 (774) processed. 0 failed. spent: 116:09, 188:59 mins remaining. DeleteContextNoReferences. time: 22961ms [INFO] Pass 293 (774) processed. 0 failed. spent: 116:09, 188:59 mins remaining. DeleteContextNoReferences. time: 22961ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:35:41.315 [INFO] !MESSAGE [AUT-0] Finished: DeleteContextWithReferences.test in 23365 (293 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:35:41.320 [INFO] !MESSAGE [AUT-0] Starting: DeleteDirectory.test (294 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:35:41.348 [INFO] !MESSAGE Pass 294 (774) processed. 0 failed. spent: 116:34, 188:37 mins remaining. DeleteContextWithReferences. time: 23365ms [INFO] Pass 294 (774) processed. 0 failed. spent: 116:34, 188:37 mins remaining. DeleteContextWithReferences. time: 23365ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:35:54.321 [INFO] !MESSAGE [AUT-0] Finished: DeleteDirectory.test in 11525 (294 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:35:54.323 [INFO] !MESSAGE [AUT-0] Starting: DeleteECLContextByContextMenu.test (295 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:35:54.361 [INFO] !MESSAGE Pass 295 (774) processed. 0 failed. spent: 116:47, 187:57 mins remaining. DeleteDerictory. time: 11525ms [INFO] Pass 295 (774) processed. 0 failed. spent: 116:47, 187:57 mins remaining. DeleteDerictory. time: 11525ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:36:07.338 [INFO] !MESSAGE [AUT-0] Finished: DeleteECLContextByContextMenu.test in 11332 (295 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:36:07.340 [INFO] !MESSAGE [AUT-0] Starting: DeleteEmptyFolder.test (296 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:36:07.373 [INFO] !MESSAGE Pass 296 (774) processed. 0 failed. spent: 117:00, 187:16 mins remaining. DeleteECLContextByContextMenu. time: 11332ms [INFO] Pass 296 (774) processed. 0 failed. spent: 117:00, 187:16 mins remaining. DeleteECLContextByContextMenu. time: 11332ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:36:28.389 [INFO] !MESSAGE [AUT-0] Finished: DeleteEmptyFolder.test in 19247 (296 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:36:28.392 [INFO] !MESSAGE [AUT-0] Starting: DeleteFile.test (297 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:36:28.393 [INFO] !MESSAGE Pass 297 (774) processed. 0 failed. spent: 117:21, 186:49 mins remaining. DeleteEmptyFolder. time: 19247ms [INFO] Pass 297 (774) processed. 0 failed. spent: 117:21, 186:49 mins remaining. DeleteEmptyFolder. time: 19247ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:36:41.419 [INFO] !MESSAGE [AUT-0] Finished: DeleteFile.test in 11140 (297 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:36:41.422 [INFO] !MESSAGE [AUT-0] Starting: DeleteFileUriInput.test (298 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:36:41.505 [INFO] !MESSAGE Pass 298 (774) processed. 0 failed. spent: 117:34, 186:08 mins remaining. DeleteFile. time: 11140ms [INFO] Pass 298 (774) processed. 0 failed. spent: 117:34, 186:08 mins remaining. DeleteFile. time: 11140ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:36:53.423 [INFO] !MESSAGE [AUT-0] Finished: DeleteFileUriInput.test in 10192 (298 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:36:53.425 [INFO] !MESSAGE [AUT-0] Starting: DeleteFolderWithNonRefencesObjects.test (299 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:36:53.425 [INFO] !MESSAGE Pass 299 (774) processed. 0 failed. spent: 117:46, 185:27 mins remaining. DeleteFileUriInput. time: 10192ms [INFO] Pass 299 (774) processed. 0 failed. spent: 117:46, 185:27 mins remaining. DeleteFileUriInput. time: 10192ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:37:13.445 [INFO] !MESSAGE [AUT-0] Finished: DeleteFolderWithNonRefencesObjects.test in 18375 (299 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:37:13.447 [INFO] !MESSAGE [AUT-0] Starting: DeleteFolderWithRefObjectsFromAnotherProject.test (300 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:37:13.544 [INFO] !MESSAGE Pass 300 (774) processed. 0 failed. spent: 118:06, 184:58 mins remaining. DeleteFolderWithNonRefencesObjects. time: 18375ms [INFO] Pass 300 (774) processed. 0 failed. spent: 118:06, 184:58 mins remaining. DeleteFolderWithNonRefencesObjects. time: 18375ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:37:33.468 [INFO] !MESSAGE [AUT-0] Finished: DeleteFolderWithRefObjectsFromAnotherProject.test in 18221 (300 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:37:33.471 [INFO] !MESSAGE [AUT-0] Starting: DeleteFolderWithRefencesObjects.test (301 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:37:33.564 [INFO] !MESSAGE Pass 301 (774) processed. 0 failed. spent: 118:26, 184:29 mins remaining. DeleteFolderWithRefObjectsFromAnotherProject. time: 18221ms [INFO] Pass 301 (774) processed. 0 failed. spent: 118:26, 184:29 mins remaining. DeleteFolderWithRefObjectsFromAnotherProject. time: 18221ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:37:51.012 [INFO] !MESSAGE [AUT-0] Finished: DeleteFolderWithRefencesObjects.test in 15801 (301 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:37:51.018 [INFO] !MESSAGE [AUT-0] Starting: DeleteLastSubTag.test (302 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:37:51.081 [INFO] !MESSAGE Pass 302 (774) processed. 0 failed. spent: 118:44, 183:57 mins remaining. DeleteFolderWithRefencesObjects. time: 15801ms [INFO] Pass 302 (774) processed. 0 failed. spent: 118:44, 183:57 mins remaining. DeleteFolderWithRefencesObjects. time: 15801ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:38:10.551 [INFO] !MESSAGE [AUT-0] Finished: DeleteLastSubTag.test in 18008 (302 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:38:10.554 [INFO] !MESSAGE [AUT-0] Starting: DeleteLineByShortKeyFromScript.test (303 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:38:10.599 [INFO] !MESSAGE Pass 303 (774) processed. 0 failed. spent: 119:03, 183:27 mins remaining. DeleteLastSubTag. time: 18008ms [INFO] Pass 303 (774) processed. 0 failed. spent: 119:03, 183:27 mins remaining. DeleteLastSubTag. time: 18008ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:38:23.572 [INFO] !MESSAGE [AUT-0] Finished: DeleteLineByShortKeyFromScript.test in 11324 (303 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:38:23.575 [INFO] !MESSAGE [AUT-0] Starting: DeleteLowLevelItems.test (304 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:38:23.612 [INFO] !MESSAGE Pass 304 (774) processed. 0 failed. spent: 119:16, 182:47 mins remaining. DeleteLineByShortKeyFromScript. time: 11324ms [INFO] Pass 304 (774) processed. 0 failed. spent: 119:16, 182:47 mins remaining. DeleteLineByShortKeyFromScript. time: 11324ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:38:35.125 [INFO] !MESSAGE [AUT-0] Finished: DeleteLowLevelItems.test in 9819 (304 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:38:35.127 [INFO] !MESSAGE [AUT-0] Starting: DeleteMiddleSubTag.test (305 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:38:35.223 [INFO] !MESSAGE Pass 305 (774) processed. 0 failed. spent: 119:28, 182:07 mins remaining. DeleteLowLevelItems. time: 9819ms [INFO] Pass 305 (774) processed. 0 failed. spent: 119:28, 182:07 mins remaining. DeleteLowLevelItems. time: 9819ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:38:54.131 [INFO] !MESSAGE [AUT-0] Finished: DeleteMiddleSubTag.test in 17397 (305 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:38:54.133 [INFO] !MESSAGE [AUT-0] Starting: DeleteProject.test (306 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:38:54.141 [INFO] !MESSAGE Pass 306 (774) processed. 0 failed. spent: 119:47, 181:37 mins remaining. DeleteMiddleSubTag. time: 17397ms [INFO] Pass 306 (774) processed. 0 failed. spent: 119:47, 181:37 mins remaining. DeleteMiddleSubTag. time: 17397ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:39:13.632 [INFO] !MESSAGE [AUT-0] Finished: DeleteProject.test in 17609 (306 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:39:13.635 [INFO] !MESSAGE [AUT-0] Starting: DeleteProjectByPressingDelButton.test (307 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:39:13.659 [INFO] !MESSAGE Pass 307 (774) processed. 0 failed. spent: 120:06, 181:07 mins remaining. DeleteProject. time: 17609ms [INFO] Pass 307 (774) processed. 0 failed. spent: 120:06, 181:07 mins remaining. DeleteProject. time: 17609ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:39:28.636 [INFO] !MESSAGE [AUT-0] Finished: DeleteProjectByPressingDelButton.test in 13494 (307 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:39:28.638 [INFO] !MESSAGE [AUT-0] Starting: DeleteProjectWithDeleteFromDisk.test (308 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:39:28.674 [INFO] !MESSAGE Pass 308 (774) processed. 0 failed. spent: 120:21, 180:31 mins remaining. DeleteProjectByPressingDelButton. time: 13494ms [INFO] Pass 308 (774) processed. 0 failed. spent: 120:21, 180:31 mins remaining. DeleteProjectByPressingDelButton. time: 13494ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:39:49.138 [INFO] !MESSAGE [AUT-0] Finished: DeleteProjectWithDeleteFromDisk.test in 18804 (308 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:39:49.140 [INFO] !MESSAGE [AUT-0] Starting: DeleteProjectWithoutDeleteFromDisk.test (309 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:39:49.193 [INFO] !MESSAGE Pass 309 (774) processed. 0 failed. spent: 120:42, 180:04 mins remaining. DeleteProjectWithDeleteFromDisk. time: 18804ms [INFO] Pass 309 (774) processed. 0 failed. spent: 120:42, 180:04 mins remaining. DeleteProjectWithDeleteFromDisk. time: 18804ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:40:09.156 [INFO] !MESSAGE [AUT-0] Finished: DeleteProjectWithoutDeleteFromDisk.test in 18166 (309 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:40:09.159 [INFO] !MESSAGE [AUT-0] Starting: DeleteSeveralProjects.test (310 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:40:09.212 [INFO] !MESSAGE Pass 310 (774) processed. 0 failed. spent: 121:02, 179:36 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByCreating. time: 18166ms [INFO] Pass 310 (774) processed. 0 failed. spent: 121:02, 179:36 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByCreating. time: 18166ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:40:24.173 [INFO] !MESSAGE [AUT-0] Finished: DeleteSeveralProjects.test in 13101 (310 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:40:24.176 [INFO] !MESSAGE [AUT-0] Starting: DeleteSimpleTag.test (311 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:40:24.228 [INFO] !MESSAGE Pass 311 (774) processed. 0 failed. spent: 121:17, 179:01 mins remaining. DeleteSeveralProjects. time: 13101ms [INFO] Pass 311 (774) processed. 0 failed. spent: 121:17, 179:01 mins remaining. DeleteSeveralProjects. time: 13101ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:40:42.190 [INFO] !MESSAGE [AUT-0] Finished: DeleteSimpleTag.test in 16416 (311 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:40:42.193 [INFO] !MESSAGE [AUT-0] Starting: DeleteTagWithSubTags.test (312 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:40:42.245 [INFO] !MESSAGE Pass 312 (774) processed. 0 failed. spent: 121:35, 178:30 mins remaining. DeleteSimpleTag. time: 16416ms [INFO] Pass 312 (774) processed. 0 failed. spent: 121:35, 178:30 mins remaining. DeleteSimpleTag. time: 16416ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:41:01.206 [INFO] !MESSAGE [AUT-0] Finished: DeleteTagWithSubTags.test in 17283 (312 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:41:01.208 [INFO] !MESSAGE [AUT-0] Starting: DeleteTaskFromScriptEditor.test (313 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:41:01.263 [INFO] !MESSAGE Pass 313 (774) processed. 0 failed. spent: 121:54, 178:00 mins remaining. DeleteTagWithSubTags. time: 17283ms [INFO] Pass 313 (774) processed. 0 failed. spent: 121:54, 178:00 mins remaining. DeleteTagWithSubTags. time: 17283ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:41:28.300 [INFO] !MESSAGE [AUT-0] Finished: DeleteTaskFromScriptEditor.test in 25012 (313 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:41:28.302 [INFO] !MESSAGE [AUT-0] Starting: DeleteTest.test (314 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:41:28.388 [INFO] !MESSAGE Pass 314 (774) processed. 0 failed. spent: 122:21, 177:43 mins remaining. DeleteTaskFromScriptEditor. time: 25012ms [INFO] Pass 314 (774) processed. 0 failed. spent: 122:21, 177:43 mins remaining. DeleteTaskFromScriptEditor. time: 25012ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:41:48.889 [INFO] !MESSAGE [AUT-0] Finished: DeleteTest.test in 18327 (314 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:41:48.893 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestByDeleteButton.test (315 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:41:48.907 [INFO] !MESSAGE Pass 315 (774) processed. 0 failed. spent: 122:42, 177:16 mins remaining. DeleteTestByContextMenu. time: 18327ms [INFO] Pass 315 (774) processed. 0 failed. spent: 122:42, 177:16 mins remaining. DeleteTestByContextMenu. time: 18327ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:42:07.923 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestByDeleteButton.test in 17252 (315 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:42:07.925 [INFO] !MESSAGE Pass 316 (774) processed. 0 failed. spent: 123:01, 177:44 mins remaining. DeleteTestByDeleteButton. time: 17252ms [INFO] Pass 316 (774) processed. 0 failed. spent: 123:01, 177:44 mins remaining. DeleteTestByDeleteButton. time: 17252ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:42:07.926 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestCaseWithOpenedControlPanel.test (316 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:42:46.999 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestCaseWithOpenedControlPanel.test in 37213 (316 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:42:47.007 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestSuite.test (317 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:42:47.062 [INFO] !MESSAGE Pass 317 (774) processed. 0 failed. spent: 123:40, 176:46 mins remaining. DeleteTestCaseWithOpenedControlPanel. time: 37213ms [INFO] Pass 317 (774) processed. 0 failed. spent: 123:40, 176:46 mins remaining. DeleteTestCaseWithOpenedControlPanel. time: 37213ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:43:22.523 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestSuite.test in 33763 (317 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:43:22.525 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestSuiteWithTests.test (318 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:43:22.596 [INFO] !MESSAGE Pass 318 (774) processed. 0 failed. spent: 124:15, 176:40 mins remaining. DeleteTestSuite. time: 33763ms [INFO] Pass 318 (774) processed. 0 failed. spent: 124:15, 176:40 mins remaining. DeleteTestSuite. time: 33763ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:43:43.524 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestSuiteWithTests.test in 18280 (318 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:43:43.524 [INFO] !MESSAGE Pass 319 (774) processed. 0 failed. spent: 124:36, 177:09 mins remaining. DeleteTestSuiteWithTests. time: 18280ms [INFO] Pass 319 (774) processed. 0 failed. spent: 124:36, 177:09 mins remaining. DeleteTestSuiteWithTests. time: 18280ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:43:43.526 [INFO] !MESSAGE [AUT-0] Starting: DeleteTopLevelItems.test (319 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:43:56.051 [INFO] !MESSAGE [AUT-0] Finished: DeleteTopLevelItems.test in 10638 (319 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:43:56.053 [INFO] !MESSAGE [AUT-0] Starting: DeletingParameterFromParameterContextRemoveButton.test (320 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:43:56.136 [INFO] !MESSAGE Pass 320 (774) processed. 0 failed. spent: 124:49, 175:35 mins remaining. DeleteTopLevelItems. time: 10638ms [INFO] Pass 320 (774) processed. 0 failed. spent: 124:49, 175:35 mins remaining. DeleteTopLevelItems. time: 10638ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:44:11.588 [INFO] !MESSAGE [AUT-0] Finished: DeletingParameterFromParameterContextRemoveButton.test in 13909 (320 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:44:11.594 [INFO] !MESSAGE [AUT-0] Starting: DeletingTextFromScriptViewer.scenario (321 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:44:11.651 [INFO] !MESSAGE Pass 321 (774) processed. 0 failed. spent: 125:04, 175:00 mins remaining. DeletingParameterFromParameterContextRemoveButton. time: 13909ms [INFO] Pass 321 (774) processed. 0 failed. spent: 125:04, 175:00 mins remaining. DeletingParameterFromParameterContextRemoveButton. time: 13909ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:44:27.612 [INFO] !MESSAGE [AUT-0] Finished: DeletingTextFromScriptViewer.scenario in 14572 (321 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:44:27.614 [INFO] !MESSAGE [AUT-0] Starting: Disable folder_file field if Clear Workspace is unchecked.test (322 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:44:27.666 [INFO] !MESSAGE Pass 322 (774) processed. 0 failed. spent: 125:20, 174:27 mins remaining. DeletingTextFromScriptViewer. time: 14572ms [INFO] Pass 322 (774) processed. 0 failed. spent: 125:20, 174:27 mins remaining. DeletingTextFromScriptViewer. time: 14572ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:44:39.132 [INFO] !MESSAGE [AUT-0] Finished: Disable folder_file field if Clear Workspace is unchecked.test in 9573 (322 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:44:39.134 [INFO] !MESSAGE [AUT-0] Starting: DisableBreakpointInBreakpointsView.test (323 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:44:39.177 [INFO] !MESSAGE Pass 323 (774) processed. 0 failed. spent: 125:32, 173:48 mins remaining. Disable folder/file field if Clear Workspace is unchecked. time: 9573ms [INFO] Pass 323 (774) processed. 0 failed. spent: 125:32, 173:48 mins remaining. Disable folder/file field if Clear Workspace is unchecked. time: 9573ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:45:08.871 [INFO] !MESSAGE [AUT-0] Finished: DisableBreakpointInBreakpointsView.test in 27284 (323 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:45:08.873 [INFO] !MESSAGE [AUT-0] Starting: DisableBreakpointViaContextMenu.test (324 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:45:08.928 [INFO] !MESSAGE Pass 324 (774) processed. 0 failed. spent: 126:02, 173:35 mins remaining. DisableBreakpointInBreakpointsView. time: 27284ms [INFO] Pass 324 (774) processed. 0 failed. spent: 126:02, 173:35 mins remaining. DisableBreakpointInBreakpointsView. time: 27284ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:45:37.526 [INFO] !MESSAGE [AUT-0] Finished: DisableBreakpointViaContextMenu.test in 26461 (324 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:45:37.529 [INFO] !MESSAGE [AUT-0] Starting: DisableClearWorkspaceInContext.test (325 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:45:37.556 [INFO] !MESSAGE Pass 325 (774) processed. 0 failed. spent: 126:30, 173:18 mins remaining. DisableBreakpointViaContextMenu. time: 26461ms [INFO] Pass 325 (774) processed. 0 failed. spent: 126:30, 173:18 mins remaining. DisableBreakpointViaContextMenu. time: 26461ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:46:06.107 [INFO] !MESSAGE [AUT-0] Finished: DisableClearWorkspaceInContext.test in 26726 (325 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:46:06.109 [INFO] !MESSAGE [AUT-0] Starting: DisableMoveFeatureForProject.test (326 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:46:06.183 [INFO] !MESSAGE Pass 326 (774) processed. 0 failed. spent: 126:59, 173:03 mins remaining. DisableClearWorkspaceInContext. time: 26726ms [INFO] Pass 326 (774) processed. 0 failed. spent: 126:59, 173:03 mins remaining. DisableClearWorkspaceInContext. time: 26726ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:46:27.670 [INFO] !MESSAGE [AUT-0] Finished: DisableMoveFeatureForProject.test in 19619 (326 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:46:27.673 [INFO] !MESSAGE [AUT-0] Starting: DisplayingDetailsCheckDecorators.test (327 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:46:27.703 [INFO] !MESSAGE Pass 327 (774) processed. 0 failed. spent: 127:20, 172:36 mins remaining. DisableMoveFeatureForProject. time: 19619ms [INFO] Pass 327 (774) processed. 0 failed. spent: 127:20, 172:36 mins remaining. DisableMoveFeatureForProject. time: 19619ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:47:18.845 [INFO] !MESSAGE [AUT-0] Finished: DisplayingDetailsCheckDecorators.test in 49108 (327 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:47:18.847 [INFO] !MESSAGE [AUT-0] Starting: DisplayingDetailsForFailedTest.test (328 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:47:18.849 [INFO] !MESSAGE Pass 328 (774) processed. 0 failed. spent: 128:12, 172:52 mins remaining. DisplayingDetailsCheckDecorators. time: 49108ms [INFO] Pass 328 (774) processed. 0 failed. spent: 128:12, 172:52 mins remaining. DisplayingDetailsCheckDecorators. time: 49108ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:47:46.025 [INFO] !MESSAGE [AUT-0] Finished: DisplayingDetailsForFailedTest.test in 24611 (328 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:47:46.027 [INFO] !MESSAGE [AUT-0] Starting: DisplayingDetailsForPassedTest.test (329 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:47:46.075 [INFO] !MESSAGE Pass 329 (774) processed. 0 failed. spent: 128:39, 172:34 mins remaining. DisplayingDetailsForFailedTest. time: 24611ms [INFO] Pass 329 (774) processed. 0 failed. spent: 128:39, 172:34 mins remaining. DisplayingDetailsForFailedTest. time: 24611ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:48:10.099 [INFO] !MESSAGE [AUT-0] Finished: DisplayingDetailsForPassedTest.test in 22441 (329 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:48:10.102 [INFO] !MESSAGE [AUT-0] Starting: Do not Clear Workspace.test (330 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:48:10.125 [INFO] !MESSAGE Pass 330 (774) processed. 0 failed. spent: 129:03, 172:11 mins remaining. DisplayingDetailsForPassedTest. time: 22441ms [INFO] Pass 330 (774) processed. 0 failed. spent: 129:03, 172:11 mins remaining. DisplayingDetailsForPassedTest. time: 22441ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:48:38.110 [INFO] !MESSAGE [AUT-0] Finished: Do not Clear Workspace.test in 26099 (330 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:48:38.112 [INFO] !MESSAGE [AUT-0] Starting: Do not clear folder.test (331 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:48:38.151 [INFO] !MESSAGE Pass 331 (774) processed. 0 failed. spent: 129:31, 171:54 mins remaining. Do not Clear Workspace. time: 26099ms [INFO] Pass 331 (774) processed. 0 failed. spent: 129:31, 171:54 mins remaining. Do not Clear Workspace. time: 26099ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:49:05.197 [INFO] !MESSAGE [AUT-0] Finished: Do not clear folder.test in 25403 (331 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:49:05.200 [INFO] !MESSAGE [AUT-0] Starting: DumpConfiguration.test (332 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:49:05.233 [INFO] !MESSAGE Pass 332 (774) processed. 0 failed. spent: 129:58, 171:36 mins remaining. Do not clear folder or file. time: 25403ms [INFO] Pass 332 (774) processed. 0 failed. spent: 129:58, 171:36 mins remaining. Do not clear folder or file. time: 25403ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:49:21.174 [INFO] !MESSAGE [AUT-0] Finished: DumpConfiguration.test in 14332 (332 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:49:21.176 [INFO] !MESSAGE [AUT-0] Starting: DuplicateTestSuite.test (333 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:49:21.248 [INFO] !MESSAGE Pass 333 (774) processed. 0 failed. spent: 130:14, 171:03 mins remaining. DumpConfiguration. time: 14332ms [INFO] Pass 333 (774) processed. 0 failed. spent: 130:14, 171:03 mins remaining. DumpConfiguration. time: 14332ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:49:54.260 [INFO] !MESSAGE [AUT-0] Finished: DuplicateTestSuite.test in 30027 (333 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:49:54.262 [INFO] !MESSAGE [AUT-0] Starting: ECLContext_CopyPaste_Name_ContextMenu.test (334 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:49:54.278 [INFO] !MESSAGE Pass 334 (774) processed. 0 failed. spent: 130:47, 170:52 mins remaining. DuplicateTestSuite. time: 30027ms [INFO] Pass 334 (774) processed. 0 failed. spent: 130:47, 170:52 mins remaining. DuplicateTestSuite. time: 30027ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:50:06.259 [INFO] !MESSAGE [AUT-0] Finished: ECLContext_CopyPaste_Name_ContextMenu.test in 10526 (334 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:50:06.262 [INFO] !MESSAGE [AUT-0] Starting: ECLContext_CopyPaste_Tags_ContextMenu.test (335 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:50:06.289 [INFO] !MESSAGE Pass 335 (774) processed. 0 failed. spent: 130:59, 170:14 mins remaining. ECLContext_CopyPaste_Name_ContextMenu. time: 10526ms [INFO] Pass 335 (774) processed. 0 failed. spent: 130:59, 170:14 mins remaining. ECLContext_CopyPaste_Name_ContextMenu. time: 10526ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:50:18.809 [INFO] !MESSAGE [AUT-0] Finished: ECLContext_CopyPaste_Tags_ContextMenu.test in 10591 (335 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:50:18.811 [INFO] !MESSAGE [AUT-0] Starting: ECLEditor.test (336 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:50:18.820 [INFO] !MESSAGE Pass 336 (774) processed. 0 failed. spent: 131:11, 169:36 mins remaining. ECLContext_CopyPaste_Tags_ContextMenu. time: 10591ms [INFO] Pass 336 (774) processed. 0 failed. spent: 131:11, 169:36 mins remaining. ECLContext_CopyPaste_Tags_ContextMenu. time: 10591ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:50:30.271 [INFO] !MESSAGE [AUT-0] Finished: ECLEditor.test in 10148 (336 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:50:30.273 [INFO] !MESSAGE [AUT-0] Starting: Edit Preference in Preference Context.test (337 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:50:30.331 [INFO] !MESSAGE Pass 337 (774) processed. 0 failed. spent: 131:23, 168:58 mins remaining. ECLEditor. time: 10148ms [INFO] Pass 337 (774) processed. 0 failed. spent: 131:23, 168:58 mins remaining. ECLEditor. time: 10148ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:50:42.266 [INFO] !MESSAGE [AUT-0] Finished: Edit Preference in Preference Context.test in 10262 (337 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:50:42.268 [INFO] !MESSAGE [AUT-0] Starting: Edit script in ECL context.test (338 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:50:42.342 [INFO] !MESSAGE Pass 338 (774) processed. 0 failed. spent: 131:35, 168:20 mins remaining. Edit Preference in Preference Context. time: 10262ms [INFO] Pass 338 (774) processed. 0 failed. spent: 131:35, 168:20 mins remaining. Edit Preference in Preference Context. time: 10262ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:50:58.825 [INFO] !MESSAGE [AUT-0] Finished: Edit script in ECL context.test in 14843 (338 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:50:58.827 [INFO] !MESSAGE [AUT-0] Starting: EditContextsFromTextEditor.test (339 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:50:58.858 [INFO] !MESSAGE Pass 339 (774) processed. 0 failed. spent: 131:52, 167:49 mins remaining. Edit script in ECL context. time: 14843ms [INFO] Pass 339 (774) processed. 0 failed. spent: 131:52, 167:49 mins remaining. Edit script in ECL context. time: 14843ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:51:19.896 [INFO] !MESSAGE [AUT-0] Finished: EditContextsFromTextEditor.test in 19196 (339 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:51:19.899 [INFO] !MESSAGE [AUT-0] Starting: EditDebugContextDescriptionFromTextEditor.test (340 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:51:19.978 [INFO] !MESSAGE Pass 340 (774) processed. 0 failed. spent: 132:13, 167:23 mins remaining. EditContextsFromTextEditor. time: 19196ms [INFO] Pass 340 (774) processed. 0 failed. spent: 132:13, 167:23 mins remaining. EditContextsFromTextEditor. time: 19196ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:51:39.958 [INFO] !MESSAGE [AUT-0] Finished: EditDebugContextDescriptionFromTextEditor.test in 18105 (340 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:51:39.961 [INFO] !MESSAGE [AUT-0] Starting: EditDebugContextNameFromTextEditor.test (341 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:51:39.999 [INFO] !MESSAGE Pass 341 (774) processed. 0 failed. spent: 132:33, 166:56 mins remaining. EditDebugContextDescriptionFromTextEditor. time: 18105ms [INFO] Pass 341 (774) processed. 0 failed. spent: 132:33, 166:56 mins remaining. EditDebugContextDescriptionFromTextEditor. time: 18105ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:51:59.561 [INFO] !MESSAGE [AUT-0] Finished: EditDebugContextNameFromTextEditor.test in 17596 (341 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:51:59.563 [INFO] !MESSAGE [AUT-0] Starting: EditDebugContextTagFromTextEditor.test (342 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:51:59.619 [INFO] !MESSAGE Pass 342 (774) processed. 0 failed. spent: 132:52, 166:28 mins remaining. EditDebugContextNameFromTextEditor. time: 17596ms [INFO] Pass 342 (774) processed. 0 failed. spent: 132:52, 166:28 mins remaining. EditDebugContextNameFromTextEditor. time: 17596ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:52:19.169 [INFO] !MESSAGE [AUT-0] Finished: EditDebugContextTagFromTextEditor.test in 17513 (342 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:52:19.171 [INFO] !MESSAGE [AUT-0] Starting: EditDescriptionFromTextEditor.test (343 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:52:19.238 [INFO] !MESSAGE Pass 343 (774) processed. 0 failed. spent: 133:12, 166:01 mins remaining. EditDebugContextTagFromTextEditor. time: 17513ms [INFO] Pass 343 (774) processed. 0 failed. spent: 133:12, 166:01 mins remaining. EditDebugContextTagFromTextEditor. time: 17513ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:52:39.273 [INFO] !MESSAGE [AUT-0] Finished: EditDescriptionFromTextEditor.test in 17876 (343 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:52:39.276 [INFO] !MESSAGE [AUT-0] Starting: EditEclContextDescriptionFromTextEditor_NEW.test (344 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:52:39.356 [INFO] !MESSAGE Pass 344 (774) processed. 0 failed. spent: 133:32, 165:33 mins remaining. EditDescriptionFromTextEditor. time: 17876ms [INFO] Pass 344 (774) processed. 0 failed. spent: 133:32, 165:33 mins remaining. EditDescriptionFromTextEditor. time: 17876ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:52:59.352 [INFO] !MESSAGE [AUT-0] Finished: EditEclContextDescriptionFromTextEditor_NEW.test in 17966 (344 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:52:59.354 [INFO] !MESSAGE [AUT-0] Starting: EditEclContextNameFromTextEditor.test (345 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:52:59.375 [INFO] !MESSAGE Pass 345 (774) processed. 0 failed. spent: 133:52, 165:06 mins remaining. EditEclContextDescriptionFromTextEditor_NEW. time: 17966ms [INFO] Pass 345 (774) processed. 0 failed. spent: 133:52, 165:06 mins remaining. EditEclContextDescriptionFromTextEditor_NEW. time: 17966ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:53:18.441 [INFO] !MESSAGE [AUT-0] Finished: EditEclContextNameFromTextEditor.test in 17423 (345 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:53:18.443 [INFO] !MESSAGE [AUT-0] Starting: EditEclContextTagFromTextEditor_NEW.test (346 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:53:18.492 [INFO] !MESSAGE Pass 346 (774) processed. 0 failed. spent: 134:11, 164:38 mins remaining. EditEclContextNameFromTextEditor. time: 17423ms [INFO] Pass 346 (774) processed. 0 failed. spent: 134:11, 164:38 mins remaining. EditEclContextNameFromTextEditor. time: 17423ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:53:38.031 [INFO] !MESSAGE [AUT-0] Finished: EditEclContextTagFromTextEditor_NEW.test in 17744 (346 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:53:38.033 [INFO] !MESSAGE [AUT-0] Starting: EditExtRefFromTextEditor.test (347 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:53:38.111 [INFO] !MESSAGE Pass 347 (774) processed. 0 failed. spent: 134:31, 164:11 mins remaining. EditEclContextTagFromTextEditor_NEW. time: 17744ms [INFO] Pass 347 (774) processed. 0 failed. spent: 134:31, 164:11 mins remaining. EditEclContextTagFromTextEditor_NEW. time: 17744ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:53:59.615 [INFO] !MESSAGE [AUT-0] Finished: EditExtRefFromTextEditor.test in 19663 (347 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:53:59.617 [INFO] !MESSAGE [AUT-0] Starting: EditGroupContextDescriptionFromTextEditor.test (348 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:53:59.633 [INFO] !MESSAGE Pass 348 (774) processed. 0 failed. spent: 134:52, 163:46 mins remaining. EditExtRefFromTextEditor. time: 19663ms [INFO] Pass 348 (774) processed. 0 failed. spent: 134:52, 163:46 mins remaining. EditExtRefFromTextEditor. time: 19663ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:54:19.668 [INFO] !MESSAGE [AUT-0] Finished: EditGroupContextDescriptionFromTextEditor.test in 18378 (348 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:54:19.670 [INFO] !MESSAGE [AUT-0] Starting: EditGroupContextNameFromTextEditor.test (349 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:54:19.752 [INFO] !MESSAGE Pass 349 (774) processed. 0 failed. spent: 135:12, 163:19 mins remaining. EditGroupContextDescriptionFromTextEditor. time: 18378ms [INFO] Pass 349 (774) processed. 0 failed. spent: 135:12, 163:19 mins remaining. EditGroupContextDescriptionFromTextEditor. time: 18378ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:54:38.259 [INFO] !MESSAGE [AUT-0] Finished: EditGroupContextNameFromTextEditor.test in 16781 (349 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:54:38.262 [INFO] !MESSAGE [AUT-0] Starting: EditGroupContextTagFromTextEditor.test (350 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:54:38.269 [INFO] !MESSAGE Pass 350 (774) processed. 0 failed. spent: 135:31, 162:51 mins remaining. EditGroupContextNameFromTextEditor. time: 16781ms [INFO] Pass 350 (774) processed. 0 failed. spent: 135:31, 162:51 mins remaining. EditGroupContextNameFromTextEditor. time: 16781ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:54:57.858 [INFO] !MESSAGE [AUT-0] Finished: EditGroupContextTagFromTextEditor.test in 17517 (350 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:54:57.861 [INFO] !MESSAGE [AUT-0] Starting: EditNameFromTextEditor.test (351 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:54:57.888 [INFO] !MESSAGE Pass 351 (774) processed. 0 failed. spent: 135:51, 162:24 mins remaining. EditGroupContextTagFromTextEditor. time: 17517ms [INFO] Pass 351 (774) processed. 0 failed. spent: 135:51, 162:24 mins remaining. EditGroupContextTagFromTextEditor. time: 17517ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:55:17.477 [INFO] !MESSAGE [AUT-0] Finished: EditNameFromTextEditor.test in 17502 (351 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:55:17.479 [INFO] !MESSAGE [AUT-0] Starting: EditParameterInParametersContext.test (352 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:55:17.506 [INFO] !MESSAGE Pass 352 (774) processed. 0 failed. spent: 136:10, 161:56 mins remaining. EditNameFromTextEditor. time: 17502ms [INFO] Pass 352 (774) processed. 0 failed. spent: 136:10, 161:56 mins remaining. EditNameFromTextEditor. time: 17502ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:55:34.579 [INFO] !MESSAGE [AUT-0] Finished: EditParameterInParametersContext.test in 15160 (352 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:55:34.582 [INFO] !MESSAGE [AUT-0] Starting: EditParameterInParametersContext2.test (353 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:55:34.628 [INFO] !MESSAGE Pass 353 (774) processed. 0 failed. spent: 136:27, 161:26 mins remaining. EditParameterInParametersContext. time: 15160ms [INFO] Pass 353 (774) processed. 0 failed. spent: 136:27, 161:26 mins remaining. EditParameterInParametersContext. time: 15160ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:55:48.094 [INFO] !MESSAGE [AUT-0] Finished: EditParameterInParametersContext2.test in 11765 (353 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:55:48.096 [INFO] !MESSAGE [AUT-0] Starting: EditPrefContextDescriptionFromTextEditor.test (354 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:55:48.140 [INFO] !MESSAGE Pass 354 (774) processed. 0 failed. spent: 136:41, 160:52 mins remaining. EditParameterInParametersContext2. time: 11765ms [INFO] Pass 354 (774) processed. 0 failed. spent: 136:41, 160:52 mins remaining. EditParameterInParametersContext2. time: 11765ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:56:07.153 [INFO] !MESSAGE [AUT-0] Finished: EditPrefContextDescriptionFromTextEditor.test in 17459 (354 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:56:07.155 [INFO] !MESSAGE [AUT-0] Starting: EditPrefContextNameFromTextEditor.test (355 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:56:07.157 [INFO] !MESSAGE Pass 355 (774) processed. 0 failed. spent: 137:00, 160:24 mins remaining. EditPrefContextDescriptionFromTextEditor. time: 17459ms [INFO] Pass 355 (774) processed. 0 failed. spent: 137:00, 160:24 mins remaining. EditPrefContextDescriptionFromTextEditor. time: 17459ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:56:27.758 [INFO] !MESSAGE [AUT-0] Finished: EditPrefContextNameFromTextEditor.test in 18347 (355 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:56:27.760 [INFO] !MESSAGE [AUT-0] Starting: EditPrefContextTagFromTextEditor.test (356 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:56:27.776 [INFO] !MESSAGE Pass 356 (774) processed. 0 failed. spent: 137:20, 159:57 mins remaining. EditPrefContextNameFromTextEditor. time: 18347ms [INFO] Pass 356 (774) processed. 0 failed. spent: 137:20, 159:57 mins remaining. EditPrefContextNameFromTextEditor. time: 18347ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:56:48.408 [INFO] !MESSAGE [AUT-0] Finished: EditPrefContextTagFromTextEditor.test in 18439 (356 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:56:48.410 [INFO] !MESSAGE [AUT-0] Starting: EditScriptFromTextEditor.test (357 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:56:48.495 [INFO] !MESSAGE Pass 357 (774) processed. 0 failed. spent: 137:41, 159:32 mins remaining. EditPrefContextTagFromTextEditor. time: 18439ms [INFO] Pass 357 (774) processed. 0 failed. spent: 137:41, 159:32 mins remaining. EditPrefContextTagFromTextEditor. time: 18439ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:57:09.518 [INFO] !MESSAGE [AUT-0] Finished: EditScriptFromTextEditor.test in 18900 (357 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:57:09.521 [INFO] !MESSAGE [AUT-0] Starting: EditTagFromTextEditor.test (358 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:57:09.525 [INFO] !MESSAGE Pass 358 (774) processed. 0 failed. spent: 138:02, 159:07 mins remaining. EditScriptFromTextEditor. time: 18900ms [INFO] Pass 358 (774) processed. 0 failed. spent: 138:02, 159:07 mins remaining. EditScriptFromTextEditor. time: 18900ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:57:30.122 [INFO] !MESSAGE [AUT-0] Finished: EditTagFromTextEditor.test in 18629 (358 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:57:30.125 [INFO] !MESSAGE [AUT-0] Starting: EditTagsFromTextEditor.test (359 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:57:30.144 [INFO] !MESSAGE Pass 359 (774) processed. 0 failed. spent: 138:23, 158:42 mins remaining. EditTagFromTextEditor. time: 18629ms [INFO] Pass 359 (774) processed. 0 failed. spent: 138:23, 158:42 mins remaining. EditTagFromTextEditor. time: 18629ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:57:51.254 [INFO] !MESSAGE [AUT-0] Finished: EditTagsFromTextEditor.test in 18987 (359 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:57:51.256 [INFO] !MESSAGE [AUT-0] Starting: EditTestNameFromTextEditor.test (360 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:57:51.263 [INFO] !MESSAGE Pass 360 (774) processed. 0 failed. spent: 138:44, 158:16 mins remaining. EditTagsFromTextEditor. time: 18987ms [INFO] Pass 360 (774) processed. 0 failed. spent: 138:44, 158:16 mins remaining. EditTagsFromTextEditor. time: 18987ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:58:09.805 [INFO] !MESSAGE [AUT-0] Finished: EditTestNameFromTextEditor.test in 16930 (360 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:58:09.807 [INFO] !MESSAGE [AUT-0] Starting: EditTreeItems.test (361 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:58:09.881 [INFO] !MESSAGE Pass 361 (774) processed. 0 failed. spent: 139:03, 157:49 mins remaining. EditTestNameFromTextEditor. time: 16930ms [INFO] Pass 361 (774) processed. 0 failed. spent: 139:03, 157:49 mins remaining. EditTestNameFromTextEditor. time: 16930ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:58:26.057 [INFO] !MESSAGE [AUT-0] Finished: EditTreeItems.test in 14317 (361 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:58:26.060 [INFO] !MESSAGE [AUT-0] Starting: EditWbContextDescriptionFromTextEditor.test (362 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:58:26.097 [INFO] !MESSAGE Pass 362 (774) processed. 0 failed. spent: 139:19, 157:18 mins remaining. EditTreeItems. time: 14317ms [INFO] Pass 362 (774) processed. 0 failed. spent: 139:19, 157:18 mins remaining. EditTreeItems. time: 14317ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:58:46.102 [INFO] !MESSAGE [AUT-0] Finished: EditWbContextDescriptionFromTextEditor.test in 18309 (362 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:58:46.104 [INFO] !MESSAGE [AUT-0] Starting: EditWbContextNameFromTextEditor_NEW1.test (363 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:58:46.135 [INFO] !MESSAGE Pass 363 (774) processed. 0 failed. spent: 139:39, 156:52 mins remaining. EditWbContextDescriptionFromTextEditor. time: 18309ms [INFO] Pass 363 (774) processed. 0 failed. spent: 139:39, 156:52 mins remaining. EditWbContextDescriptionFromTextEditor. time: 18309ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:59:07.222 [INFO] !MESSAGE [AUT-0] Finished: EditWbContextNameFromTextEditor_NEW1.test in 18990 (363 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:59:07.224 [INFO] !MESSAGE [AUT-0] Starting: EditWbContextTagFromTextEditor.test (364 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:59:07.253 [INFO] !MESSAGE Pass 364 (774) processed. 0 failed. spent: 140:00, 156:26 mins remaining. EditWbContextNameFromTextEditor_NEW. time: 18990ms [INFO] Pass 364 (774) processed. 0 failed. spent: 140:00, 156:26 mins remaining. EditWbContextNameFromTextEditor_NEW. time: 18990ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:59:26.849 [INFO] !MESSAGE [AUT-0] Finished: EditWbContextTagFromTextEditor.test in 17699 (364 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:59:26.855 [INFO] !MESSAGE [AUT-0] Starting: EditWsContextDescriptionFromTextEditor.test (365 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:59:26.871 [INFO] !MESSAGE Pass 365 (774) processed. 0 failed. spent: 140:20, 156:00 mins remaining. EditWbContextTagFromTextEditor. time: 17699ms [INFO] Pass 365 (774) processed. 0 failed. spent: 140:20, 156:00 mins remaining. EditWbContextTagFromTextEditor. time: 17699ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:59:46.989 [INFO] !MESSAGE [AUT-0] Finished: EditWsContextDescriptionFromTextEditor.test in 18012 (365 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:59:47.011 [INFO] !MESSAGE [AUT-0] Starting: EmptyErrorLog.test (366 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:59:47.088 [INFO] !MESSAGE Pass 366 (774) processed. 0 failed. spent: 140:40, 155:34 mins remaining. EditWsContextDescriptionFromTextEditor. time: 18012ms [INFO] Pass 366 (774) processed. 0 failed. spent: 140:40, 155:34 mins remaining. EditWsContextDescriptionFromTextEditor. time: 18012ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:59:58.101 [INFO] !MESSAGE [AUT-0] Finished: EmptyErrorLog.test in 9102 (366 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 16:59:58.103 [INFO] !MESSAGE [AUT-0] Starting: EmptyWindowInAssertionMode.test (367 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 16:59:58.199 [INFO] !MESSAGE Pass 367 (774) processed. 0 failed. spent: 140:51, 154:58 mins remaining. EmptyErrorLog. time: 9102ms [INFO] Pass 367 (774) processed. 0 failed. spent: 140:51, 154:58 mins remaining. EmptyErrorLog. time: 9102ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:01:45.540 [INFO] !MESSAGE [AUT-0] Finished: EmptyWindowInAssertionMode.test in 104764 (367 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:01:45.542 [INFO] !MESSAGE [AUT-0] Starting: EnableClearWorkspaceInContext.test (368 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:01:45.636 [INFO] !MESSAGE Pass 368 (774) processed. 0 failed. spent: 142:38, 156:07 mins remaining. EmptyWindowInAssertionMode. time: 104764ms [INFO] Pass 368 (774) processed. 0 failed. spent: 142:38, 156:07 mins remaining. EmptyWindowInAssertionMode. time: 104764ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:03:39.698 [INFO] !MESSAGE [AUT-0] Finished: EnableClearWorkspaceInContext.test in 112272 (368 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:03:39.704 [INFO] !MESSAGE [AUT-0] Starting: Encrypt passwords during test recording.test (369 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:03:39.742 [INFO] !MESSAGE Pass 369 (774) processed. 0 failed. spent: 144:32, 157:23 mins remaining. EnableClearWorkspaceInContext. time: 112272ms [INFO] Pass 369 (774) processed. 0 failed. spent: 144:32, 157:23 mins remaining. EnableClearWorkspaceInContext. time: 112272ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:05:28.425 [INFO] !MESSAGE [AUT-0] Finished: Encrypt passwords during test recording.test in 106589 (369 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:05:28.428 [INFO] !MESSAGE [AUT-0] Starting: EnterDiacriticSymbolsInDescription.test (370 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:05:28.434 [INFO] !MESSAGE Pass 370 (774) processed. 0 failed. spent: 146:21, 158:32 mins remaining. Encrypt passwords during test recording. time: 106589ms [INFO] Pass 370 (774) processed. 0 failed. spent: 146:21, 158:32 mins remaining. Encrypt passwords during test recording. time: 106589ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:05:52.535 [INFO] !MESSAGE [AUT-0] Finished: EnterDiacriticSymbolsInDescription.test in 22494 (370 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:05:52.537 [INFO] !MESSAGE [AUT-0] Starting: EnterSpecialSymbolsInDescription.test (371 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:05:52.555 [INFO] !MESSAGE Pass 371 (774) processed. 0 failed. spent: 146:45, 158:09 mins remaining. EnterDiacriticSymbolsInDescription. time: 22494ms [INFO] Pass 371 (774) processed. 0 failed. spent: 146:45, 158:09 mins remaining. EnterDiacriticSymbolsInDescription. time: 22494ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:06:15.584 [INFO] !MESSAGE [AUT-0] Finished: EnterSpecialSymbolsInDescription.test in 21151 (371 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:06:15.587 [INFO] !MESSAGE [AUT-0] Starting: EnterTestDescriptionInControlPanel.test (372 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:06:15.675 [INFO] !MESSAGE Pass 372 (774) processed. 0 failed. spent: 147:08, 157:45 mins remaining. EnterSpecialSymbolsInDescription. time: 21151ms [INFO] Pass 372 (774) processed. 0 failed. spent: 147:08, 157:45 mins remaining. EnterSpecialSymbolsInDescription. time: 21151ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:08:02.722 [INFO] !MESSAGE [AUT-0] Finished: EnterTestDescriptionInControlPanel.test in 105405 (372 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:08:02.725 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Add New Entry in Error Log Verification.test (373 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:08:02.735 [INFO] !MESSAGE Pass 373 (774) processed. 0 failed. spent: 148:55, 158:50 mins remaining. EnterTestDescriptionInControlPanel. time: 105405ms [INFO] Pass 373 (774) processed. 0 failed. spent: 148:55, 158:50 mins remaining. EnterTestDescriptionInControlPanel. time: 105405ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:08:21.925 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Add New Entry in Error Log Verification.test in 16965 (373 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:08:21.927 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Capture ErrorLog Verification.test (374 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:08:21.930 [INFO] !MESSAGE Pass 374 (774) processed. 0 failed. spent: 149:15, 158:22 mins remaining. ErrLogVerification_Add New Entry in Error Log Verification. time: 16965ms [INFO] Pass 374 (774) processed. 0 failed. spent: 149:15, 158:22 mins remaining. ErrLogVerification_Add New Entry in Error Log Verification. time: 16965ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:08:46.497 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Capture ErrorLog Verification.test in 22678 (374 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:08:46.499 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Create New Error Log Verification.test (375 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:08:46.555 [INFO] !MESSAGE Pass 375 (774) processed. 0 failed. spent: 149:39, 157:59 mins remaining. ErrLogVerification_Capture ErrorLog Verification. time: 22678ms [INFO] Pass 375 (774) processed. 0 failed. spent: 149:39, 157:59 mins remaining. ErrLogVerification_Capture ErrorLog Verification. time: 22678ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:09:01.102 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Create New Error Log Verification.test in 12487 (375 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:09:01.104 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Delete Entry in Error Log Verification.test (376 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:09:01.168 [INFO] !MESSAGE Pass 376 (774) processed. 0 failed. spent: 149:54, 157:26 mins remaining. ErrLogVerification_Create New Error Log Verification. time: 12487ms [INFO] Pass 376 (774) processed. 0 failed. spent: 149:54, 157:26 mins remaining. ErrLogVerification_Create New Error Log Verification. time: 12487ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:09:13.624 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Delete Entry in Error Log Verification.test in 10954 (376 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:09:13.626 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Drag and Drop Entry Between Tables in Error Log Verification.test (377 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:09:13.680 [INFO] !MESSAGE Pass 377 (774) processed. 0 failed. spent: 150:06, 156:49 mins remaining. ErrLogVerification_Delete Entry in Error Log Verification. time: 10954ms [INFO] Pass 377 (774) processed. 0 failed. spent: 150:06, 156:49 mins remaining. ErrLogVerification_Delete Entry in Error Log Verification. time: 10954ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:09:28.647 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Drag and Drop Entry Between Tables in Error Log Verification.test in 13453 (377 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:09:28.649 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Multiple Drag and Drop.test (378 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:09:28.694 [INFO] !MESSAGE Pass 378 (774) processed. 0 failed. spent: 150:21, 156:17 mins remaining. ErrLogVerification_Drag and Drop Entry Between Tables in Error Log Verification. time: 13453ms [INFO] Pass 378 (774) processed. 0 failed. spent: 150:21, 156:17 mins remaining. ErrLogVerification_Drag and Drop Entry Between Tables in Error Log Verification. time: 13453ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:09:43.181 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Multiple Drag and Drop.test in 12572 (378 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:09:43.183 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_NEGATIVE Case Denied Entry_Error.test (379 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:09:43.207 [INFO] !MESSAGE Pass 379 (774) processed. 0 failed. spent: 150:36, 155:44 mins remaining. ErrLogVerification_Multiple Drag and Drop. time: 12572ms [INFO] Pass 379 (774) processed. 0 failed. spent: 150:36, 155:44 mins remaining. ErrLogVerification_Multiple Drag and Drop. time: 12572ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:10:06.952 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Error.test in 21769 (379 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:10:06.955 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_NEGATIVE Case Denied Entry_Info.test (380 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:10:07.033 [INFO] !MESSAGE Pass 380 (774) processed. 0 failed. spent: 151:00, 155:20 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Error. time: 21769ms [INFO] Pass 380 (774) processed. 0 failed. spent: 151:00, 155:20 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Error. time: 21769ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:10:36.227 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Info.test in 27293 (380 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:10:36.232 [INFO] !MESSAGE Pass 381 (774) processed. 0 failed. spent: 151:29, 155:50 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Info. time: 27293ms [INFO] Pass 381 (774) processed. 0 failed. spent: 151:29, 155:50 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Info. time: 27293ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:10:36.234 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_NEGATIVE Case Denied Entry_Message Pattern.test (381 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:11:07.905 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Message Pattern.test in 29640 (381 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:11:07.918 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_NEGATIVE Case Denied Entry_Plugin Pattern.test (382 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:11:07.960 [INFO] !MESSAGE Pass 382 (774) processed. 0 failed. spent: 152:01, 154:47 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Message Pattern. time: 29640ms [INFO] Pass 382 (774) processed. 0 failed. spent: 152:01, 154:47 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Message Pattern. time: 29640ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:11:30.490 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Plugin Pattern.test in 20597 (382 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:11:30.493 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_NEGATIVE Case Denied Entry_Warning.test (383 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:11:30.529 [INFO] !MESSAGE Pass 383 (774) processed. 0 failed. spent: 152:23, 154:21 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Plugin Pattern. time: 20597ms [INFO] Pass 383 (774) processed. 0 failed. spent: 152:23, 154:21 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Plugin Pattern. time: 20597ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:11:59.275 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Warning.test in 26504 (383 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:11:59.277 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Entry Type).test (384 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:11:59.357 [INFO] !MESSAGE Pass 384 (774) processed. 0 failed. spent: 152:52, 154:03 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Warning. time: 26504ms [INFO] Pass 384 (774) processed. 0 failed. spent: 152:52, 154:03 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Warning. time: 26504ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:12:22.891 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Entry Type).test in 21534 (384 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:12:22.893 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Message Pattern).test (385 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:12:22.930 [INFO] !MESSAGE Pass 385 (774) processed. 0 failed. spent: 153:16, 153:39 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Entry Type). time: 21534ms [INFO] Pass 385 (774) processed. 0 failed. spent: 153:16, 153:39 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Entry Type). time: 21534ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:12:47.020 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Message Pattern).test in 22184 (385 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:12:47.022 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Code).test (386 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:12:47.051 [INFO] !MESSAGE Pass 386 (774) processed. 0 failed. spent: 153:40, 153:16 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Message Pattern). time: 22184ms [INFO] Pass 386 (774) processed. 0 failed. spent: 153:40, 153:16 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Message Pattern). time: 22184ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:13:10.638 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Code).test in 21899 (386 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:13:10.641 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Pattern).test (387 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:13:10.724 [INFO] !MESSAGE Pass 387 (774) processed. 0 failed. spent: 154:03, 152:51 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Code). time: 21899ms [INFO] Pass 387 (774) processed. 0 failed. spent: 154:03, 152:51 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Code). time: 21899ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:13:34.812 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Pattern).test in 22360 (387 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:13:34.814 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_POSITIVE Case Required Entry_Multiple Type.test (388 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:13:34.846 [INFO] !MESSAGE Pass 388 (774) processed. 0 failed. spent: 154:28, 152:29 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Pattern). time: 22360ms [INFO] Pass 388 (774) processed. 0 failed. spent: 154:28, 152:29 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Pattern). time: 22360ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:13:59.491 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_POSITIVE Case Required Entry_Multiple Type.test in 22251 (388 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:13:59.493 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Plain Text Serialization.test (389 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:13:59.524 [INFO] !MESSAGE Pass 389 (774) processed. 0 failed. spent: 154:52, 152:05 mins remaining. ErrLogVerification_POSITIVE Case Required Entry_Multiple Type. time: 22251ms [INFO] Pass 389 (774) processed. 0 failed. spent: 154:52, 152:05 mins remaining. ErrLogVerification_POSITIVE Case Required Entry_Multiple Type. time: 22251ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:14:23.118 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Plain Text Serialization.test in 21663 (389 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:14:23.120 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Run Test Positive Case .test (390 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:14:23.144 [INFO] !MESSAGE Pass 390 (774) processed. 0 failed. spent: 155:16, 151:42 mins remaining. ErrLogVerification_Plain Text Serialization. time: 21663ms [INFO] Pass 390 (774) processed. 0 failed. spent: 155:16, 151:42 mins remaining. ErrLogVerification_Plain Text Serialization. time: 21663ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:14:41.205 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Run Test Positive Case .test in 16129 (390 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:14:41.207 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Spaces In Plugin Code Should Be Trimmed.test (391 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:14:41.261 [INFO] !MESSAGE Pass 391 (774) processed. 0 failed. spent: 155:34, 151:12 mins remaining. ErrLogVerification_Run Test Positive Case . time: 16129ms [INFO] Pass 391 (774) processed. 0 failed. spent: 155:34, 151:12 mins remaining. ErrLogVerification_Run Test Positive Case . time: 16129ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:14:54.800 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Spaces In Plugin Code Should Be Trimmed.test in 11814 (391 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:14:54.802 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Spaces Should Be Deleted Right after Plugin Pattern Edition.test (392 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:14:54.874 [INFO] !MESSAGE Pass 392 (774) processed. 0 failed. spent: 155:48, 150:39 mins remaining. ErrLogVerification_Spaces In Plugin Code Should Be Trimmed. time: 11814ms [INFO] Pass 392 (774) processed. 0 failed. spent: 155:48, 150:39 mins remaining. ErrLogVerification_Spaces In Plugin Code Should Be Trimmed. time: 11814ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:15:07.357 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Spaces Should Be Deleted Right after Plugin Pattern Edition.test in 10678 (392 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:15:07.359 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Widget is disposed is thrown when you add any entry after you edit verification's name and press Ctrl+S.test (393 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:15:07.385 [INFO] !MESSAGE Pass 393 (774) processed. 0 failed. spent: 156:00, 150:04 mins remaining. ErrLogVerification_Spaces Should Be Deleted Right after Plugin Pattern Edition. time: 10678ms [INFO] Pass 393 (774) processed. 0 failed. spent: 156:00, 150:04 mins remaining. ErrLogVerification_Spaces Should Be Deleted Right after Plugin Pattern Edition. time: 10678ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:15:23.511 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Widget is disposed is thrown when you add any entry after you edit verification's name and press Ctrl+S.test in 14146 (393 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:15:23.513 [INFO] !MESSAGE [AUT-0] Starting: Error In ECL Context.test (394 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:15:23.600 [INFO] !MESSAGE Pass 394 (774) processed. 0 failed. spent: 156:16, 149:33 mins remaining. ErrLogVerification_Widget is disposed is thrown when you add any entry after you edit verification's name and press Ctrl+S. time: 14146ms [INFO] Pass 394 (774) processed. 0 failed. spent: 156:16, 149:33 mins remaining. ErrLogVerification_Widget is disposed is thrown when you add any entry after you edit verification's name and press Ctrl+S. time: 14146ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:15:42.154 [INFO] !MESSAGE [AUT-0] Finished: Error In ECL Context.test in 16508 (394 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:15:42.157 [INFO] !MESSAGE [AUT-0] Starting: ErrorAtOpeningEditorForNonExistingFile.test (395 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:15:42.224 [INFO] !MESSAGE Pass 395 (774) processed. 0 failed. spent: 156:35, 149:05 mins remaining. Error In ECL Context. time: 16508ms [INFO] Pass 395 (774) processed. 0 failed. spent: 156:35, 149:05 mins remaining. Error In ECL Context. time: 16508ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:16:03.775 [INFO] !MESSAGE [AUT-0] Finished: ErrorAtOpeningEditorForNonExistingFile.test in 19392 (395 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:16:03.777 [INFO] !MESSAGE [AUT-0] Starting: ErrorAtOpeningNonExistingView.test (396 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:16:03.844 [INFO] !MESSAGE Pass 396 (774) processed. 0 failed. spent: 156:57, 148:40 mins remaining. ErrorAtOpeningEditorForNonExistingFile. time: 19392ms [INFO] Pass 396 (774) processed. 0 failed. spent: 156:57, 148:40 mins remaining. ErrorAtOpeningEditorForNonExistingFile. time: 19392ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:16:21.913 [INFO] !MESSAGE [AUT-0] Finished: ErrorAtOpeningNonExistingView.test in 16209 (396 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:16:21.919 [INFO] !MESSAGE [AUT-0] Starting: ErrorAtRecordingTestCase.test (397 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:16:21.962 [INFO] !MESSAGE Pass 397 (774) processed. 0 failed. spent: 157:15, 148:11 mins remaining. ErrorAtOpeningNonExistingView. time: 16209ms [INFO] Pass 397 (774) processed. 0 failed. spent: 157:15, 148:11 mins remaining. ErrorAtOpeningNonExistingView. time: 16209ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:16:36.960 [INFO] !MESSAGE [AUT-0] Finished: ErrorAtRecordingTestCase.test in 13452 (397 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:16:36.962 [INFO] !MESSAGE [AUT-0] Starting: ErrorWhenPerspectiveIncorrect.test (398 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:16:36.978 [INFO] !MESSAGE Pass 398 (774) processed. 0 failed. spent: 157:30, 147:39 mins remaining. ErrorAtRecordingTestCase. time: 13452ms [INFO] Pass 398 (774) processed. 0 failed. spent: 157:30, 147:39 mins remaining. ErrorAtRecordingTestCase. time: 13452ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:16:55.580 [INFO] !MESSAGE [AUT-0] Finished: ErrorWhenPerspectiveIncorrect.test in 16834 (398 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:16:55.582 [INFO] !MESSAGE [AUT-0] Starting: ExcludeRows.test (399 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:16:55.622 [INFO] !MESSAGE Pass 399 (774) processed. 0 failed. spent: 157:48, 147:10 mins remaining. ErrorWhenPerspectiveIncorrect. time: 16834ms [INFO] Pass 399 (774) processed. 0 failed. spent: 157:48, 147:10 mins remaining. ErrorWhenPerspectiveIncorrect. time: 16834ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:17:14.127 [INFO] !MESSAGE [AUT-0] Finished: ExcludeRows.test in 16815 (399 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:17:14.129 [INFO] !MESSAGE [AUT-0] Starting: Execute1Tests.test (400 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:17:14.139 [INFO] !MESSAGE Pass 400 (774) processed. 0 failed. spent: 158:07, 146:42 mins remaining. ExcludeRows. time: 16815ms [INFO] Pass 400 (774) processed. 0 failed. spent: 158:07, 146:42 mins remaining. ExcludeRows. time: 16815ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:17:41.690 [INFO] !MESSAGE [AUT-0] Finished: Execute1Tests.test in 25706 (400 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:17:41.692 [INFO] !MESSAGE [AUT-0] Starting: Execute3Tests.test (401 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:17:41.729 [INFO] !MESSAGE Pass 401 (774) processed. 0 failed. spent: 158:34, 146:22 mins remaining. Execute1Test. time: 25706ms [INFO] Pass 401 (774) processed. 0 failed. spent: 158:34, 146:22 mins remaining. Execute1Test. time: 25706ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 4 0 2024-05-21 17:18:04.619 [INFO] !MESSAGE error getting interpreter state [INFO] !SUBENTRY 1 org.eclipse.rcptt.ecl.core 4 0 2024-05-21 17:18:04.619 [INFO] !MESSAGE Failed to write org.eclipse.rcptt.ecl.core.impl.SaveStateImpl@16e631db (host: null) [INFO] !STACK 0 [INFO] java.net.SocketException: Broken pipe [INFO] at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:420) [INFO] at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:440) [INFO] at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:826) [INFO] at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1031) [INFO] at java.base/java.io.DataOutputStream.writeInt(DataOutputStream.java:208) [INFO] at org.eclipse.rcptt.ecl.internal.core.EMFStreamPipe.write(EMFStreamPipe.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession$1.run(EclTcpSession.java:97) [INFO] at java.base/java.lang.Thread.run(Thread.java:831) [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 4 0 2024-05-21 17:18:04.628 [INFO] !MESSAGE Failed to execute command org.eclipse.rcptt.tesla.ecl.model.impl.ShoutdownPlayerImpl@2f8e7983 (host: null) [INFO] !STACK 1 [INFO] org.eclipse.core.runtime.CoreException: Couldn't open ECL session [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.computeInNewSession(BaseAutLaunch.java:296) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.unsafeExecute(BaseAutLaunch.java:326) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execute(BaseAutLaunch.java:209) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execute(BaseAutLaunch.java:180) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execute(BaseAutLaunch.java:175) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.shutdownPlayer(BaseAutLaunch.java:847) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.doExecute(BaseAutLaunch.java:807) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execTestOrEclContext(BaseAutLaunch.java:698) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execElement(BaseAutLaunch.java:611) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.run(BaseAutLaunch.java:589) [INFO] at org.eclipse.rcptt.internal.launching.ecl.EclScenarioExecutable.doExecuteTest(EclScenarioExecutable.java:111) [INFO] at org.eclipse.rcptt.internal.launching.ecl.EclScenarioExecutable.doExecute(EclScenarioExecutable.java:91) [INFO] at org.eclipse.rcptt.internal.launching.DataExecutable.execute(DataExecutable.java:112) [INFO] at org.eclipse.rcptt.internal.launching.Executable.executeAndRememberResult(Executable.java:128) [INFO] at org.eclipse.rcptt.internal.launching.Executable.executeAndRememberResult(Executable.java:139) [INFO] at org.eclipse.rcptt.internal.launching.Q7LaunchManager$SessionRunnable.run(Q7LaunchManager.java:147) [INFO] at org.eclipse.rcptt.internal.launching.Q7LaunchManager$ExecThread$1.run(Q7LaunchManager.java:723) [INFO] at java.base/java.lang.Thread.run(Thread.java:831) [INFO] Caused by: org.eclipse.core.runtime.CoreException: Couldn't open ECL session [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1077) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:269) [INFO] Caused by: java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:576) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:565) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:332) [INFO] at java.base/java.net.Socket.connect(Socket.java:631) [INFO] at java.base/java.net.Socket.connect(Socket.java:581) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1075) [INFO] ... 1 more [INFO] Contains: Couldn't open ECL session [INFO] java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:576) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:565) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:332) [INFO] at java.base/java.net.Socket.connect(Socket.java:631) [INFO] at java.base/java.net.Socket.connect(Socket.java:581) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1075) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:269) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching 4 0 2024-05-21 17:18:04.632 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 1 [INFO] org.eclipse.core.runtime.CoreException: Couldn't open ECL session [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1077) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:269) [INFO] Caused by: java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:576) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:565) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:332) [INFO] at java.base/java.net.Socket.connect(Socket.java:631) [INFO] at java.base/java.net.Socket.connect(Socket.java:581) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1075) [INFO] ... 1 more [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2024-05-21 17:18:04.632 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 0 [INFO] java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:576) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:565) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:332) [INFO] at java.base/java.net.Socket.connect(Socket.java:631) [INFO] at java.base/java.net.Socket.connect(Socket.java:581) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1075) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:269) [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2024-05-21 17:18:04.632 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 0 [INFO] java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:576) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:565) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:332) [INFO] at java.base/java.net.Socket.connect(Socket.java:631) [INFO] at java.base/java.net.Socket.connect(Socket.java:581) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1075) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:269) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching 4 0 2024-05-21 17:18:04.632 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 1 [INFO] org.eclipse.core.runtime.CoreException: Couldn't open ECL session [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1077) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:269) [INFO] Caused by: java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:576) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:565) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:332) [INFO] at java.base/java.net.Socket.connect(Socket.java:631) [INFO] at java.base/java.net.Socket.connect(Socket.java:581) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1075) [INFO] ... 1 more [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2024-05-21 17:18:04.632 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 0 [INFO] java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:576) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:565) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:332) [INFO] at java.base/java.net.Socket.connect(Socket.java:631) [INFO] at java.base/java.net.Socket.connect(Socket.java:581) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1075) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:269) [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2024-05-21 17:18:04.633 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 0 [INFO] java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:576) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:565) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:332) [INFO] at java.base/java.net.Socket.connect(Socket.java:631) [INFO] at java.base/java.net.Socket.connect(Socket.java:581) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1075) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:269) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:18:05.229 [INFO] !MESSAGE [INFO] Retry 1 of 3 [INFO] [INFO] [INFO] Retry 1 of 3 [INFO] [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:18:05.231 [INFO] !MESSAGE AUT-0:Restarting (restartId=1) [INFO] AUT-0:Restarting (restartId=1) [INFO] AUT-0:Product: org.eclipse.rcptt.platform.product [INFO] AUT-0:Application: org.eclipse.ui.ide.workbench [INFO] AUT-0:Architecture: x86_64 [INFO] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws-0_restarted_1: AUT arguments: -nosplash -consoleLog -debug /home/jenkins/agent/workspace/master/rcpttTests/debug.options -os ${target.os} -arch ${target.arch} [INFO] /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws-0_restarted_1: AUT VM arguments: -Xms200m -Xmx2G --add-modules=ALL-SYSTEM -XX:+HeapDumpOnOutOfMemoryError -Xmx3G [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-21 17:18:07.819 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: Detected AUT architecture is x86_64.x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-21 17:18:07.823 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: Selected JVM is /usr/lib/jvm/java-17-openjdk-amd64 detected architecture is x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-21 17:18:07.824 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: JVM and AUT architectures are compatible: true. JVM is 64bit and support running 32bit: false [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-21 17:18:46.039 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: AUT JVM arguments is set to : [-Xms200m, -Xmx2G, --add-modules=ALL-SYSTEM, -XX:+HeapDumpOnOutOfMemoryError, -Xmx3G, -Dq7id=9510ca3d-a933-43ad-99bd-b674715ebd52, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar,reference:file:/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, -Declipse.vmargs=-Xms200m [INFO] -Xmx2G [INFO] --add-modules=ALL-SYSTEM [INFO] -XX:+HeapDumpOnOutOfMemoryError [INFO] -Xmx3G [INFO] -Dq7id=9510ca3d-a933-43ad-99bd-b674715ebd52 [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar,reference:file:/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar [INFO] --add-opens [INFO] java.base/java.lang=ALL-UNNAMED [INFO] --add-modules=ALL-SYSTEM [INFO] ] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-21 17:18:46.120 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: AUT command line arguments is set to: [-product, org.eclipse.rcptt.platform.product, -data, /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws-0_restarted_1, -configuration, file:/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_1/, -dev, file:/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_1/dev.properties, -ws, gtk, -nosplash, -consoleLog, -debug, /home/jenkins/agent/workspace/master/rcpttTests/debug.options, -os, linux, -arch, x86_64, -vm, /usr/lib/jvm/java-17-openjdk-amd64] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-05-21 17:19:22.725 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:19:23.820 [INFO] !MESSAGE [AUT-0] Finished: Execute3Tests.test in 22929, Failed to close report node (401 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:19:23.823 [INFO] !MESSAGE [AUT-0] Starting: Execute3Tests.test (401 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:22:40.343 [INFO] !MESSAGE [AUT-0] Finished: Execute3Tests.test in 193506 (401 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:22:40.346 [INFO] !MESSAGE [AUT-0] Starting: ExecuteFilteredTestsFromQ7Explorer.test (402 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:22:40.432 [INFO] !MESSAGE Pass 402 (774) processed. 0 failed. spent: 163:33, 150:11 mins remaining. Execute3Tests. time: 193506ms [INFO] Pass 402 (774) processed. 0 failed. spent: 163:33, 150:11 mins remaining. Execute3Tests. time: 193506ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:23:17.340 [INFO] !MESSAGE [AUT-0] Finished: ExecuteFilteredTestsFromQ7Explorer.test in 35557 (402 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:23:17.343 [INFO] !MESSAGE [AUT-0] Starting: ExecuteGroupContext.test (403 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:23:17.366 [INFO] !MESSAGE Pass 403 (774) processed. 0 failed. spent: 164:10, 149:58 mins remaining. ExecuteFilteredTestsFromQ7Explorer. time: 35557ms [INFO] Pass 403 (774) processed. 0 failed. spent: 164:10, 149:58 mins remaining. ExecuteFilteredTestsFromQ7Explorer. time: 35557ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:23:36.183 [INFO] !MESSAGE [AUT-0] Finished: ExecuteGroupContext.test in 17013 (403 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:23:36.185 [INFO] !MESSAGE [AUT-0] Starting: ExecuteTestSuiteAndTestCaseFromExplorer.test (404 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:23:36.233 [INFO] !MESSAGE Pass 404 (774) processed. 0 failed. spent: 164:29, 149:29 mins remaining. ExecuteGroupContext. time: 17013ms [INFO] Pass 404 (774) processed. 0 failed. spent: 164:29, 149:29 mins remaining. ExecuteGroupContext. time: 17013ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:24:20.582 [INFO] !MESSAGE [AUT-0] Finished: ExecuteTestSuiteAndTestCaseFromExplorer.test in 42828 (404 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:24:20.585 [INFO] !MESSAGE [AUT-0] Starting: ExecuteTestSuiteAtStopOnFirstFailure.test (405 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:24:20.641 [INFO] !MESSAGE Pass 405 (774) processed. 0 failed. spent: 165:13, 149:23 mins remaining. ExecuteTestSuiteAndTestCaseFromExplorer. time: 42828ms [INFO] Pass 405 (774) processed. 0 failed. spent: 165:13, 149:23 mins remaining. ExecuteTestSuiteAndTestCaseFromExplorer. time: 42828ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:24:50.124 [INFO] !MESSAGE [AUT-0] Finished: ExecuteTestSuiteAtStopOnFirstFailure.test in 27635 (405 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:24:50.128 [INFO] !MESSAGE [AUT-0] Starting: ExecuteTestSuiteWithFailedTest.test (406 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:24:50.169 [INFO] !MESSAGE Pass 406 (774) processed. 0 failed. spent: 165:43, 149:03 mins remaining. ExecuteTestSuiteAtStopOnFirstFailure. time: 27635ms [INFO] Pass 406 (774) processed. 0 failed. spent: 165:43, 149:03 mins remaining. ExecuteTestSuiteAtStopOnFirstFailure. time: 27635ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:25:24.289 [INFO] !MESSAGE [AUT-0] Finished: ExecuteTestSuiteWithFailedTest.test in 32154 (406 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:25:24.293 [INFO] !MESSAGE [AUT-0] Starting: ExpandCollapse.test (407 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:25:24.335 [INFO] !MESSAGE Pass 407 (774) processed. 0 failed. spent: 166:17, 148:48 mins remaining. ExecuteTestSuiteWithFailedTest. time: 32154ms [INFO] Pass 407 (774) processed. 0 failed. spent: 166:17, 148:48 mins remaining. ExecuteTestSuiteWithFailedTest. time: 32154ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:25:39.224 [INFO] !MESSAGE [AUT-0] Finished: ExpandCollapse.test in 13520 (407 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:25:39.227 [INFO] !MESSAGE [AUT-0] Starting: ExpandCollapse.test (408 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:25:39.250 [INFO] !MESSAGE Pass 408 (774) processed. 0 failed. spent: 166:32, 148:15 mins remaining. ExpandCollapse. time: 13520ms [INFO] Pass 408 (774) processed. 0 failed. spent: 166:32, 148:15 mins remaining. ExpandCollapse. time: 13520ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:25:54.093 [INFO] !MESSAGE [AUT-0] Finished: ExpandCollapse.test in 13523 (408 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:25:54.096 [INFO] !MESSAGE [AUT-0] Starting: ExpandTreeItems.test (409 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:25:54.164 [INFO] !MESSAGE Pass 409 (774) processed. 0 failed. spent: 166:47, 147:42 mins remaining. ExpandCollapse. time: 13523ms [INFO] Pass 409 (774) processed. 0 failed. spent: 166:47, 147:42 mins remaining. ExpandCollapse. time: 13523ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:26:04.461 [INFO] !MESSAGE [AUT-0] Finished: ExpandTreeItems.test in 9113 (409 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:26:04.464 [INFO] !MESSAGE [AUT-0] Starting: ExportToClipboard.test (410 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:26:04.526 [INFO] !MESSAGE Pass 410 (774) processed. 0 failed. spent: 166:57, 147:05 mins remaining. ExpandCollapseTreeItems. time: 9113ms [INFO] Pass 410 (774) processed. 0 failed. spent: 166:57, 147:05 mins remaining. ExpandCollapseTreeItems. time: 9113ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:26:20.937 [INFO] !MESSAGE [AUT-0] Finished: ExportToClipboard.test in 15083 (410 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:26:20.939 [INFO] !MESSAGE [AUT-0] Starting: ExportToClipboardTwoTestCases.test (411 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:26:20.941 [INFO] !MESSAGE Pass 411 (774) processed. 0 failed. spent: 167:14, 146:34 mins remaining. ExportToClipboard. time: 15083ms [INFO] Pass 411 (774) processed. 0 failed. spent: 167:14, 146:34 mins remaining. ExportToClipboard. time: 15083ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:26:40.458 [INFO] !MESSAGE [AUT-0] Finished: ExportToClipboardTwoTestCases.test in 17366 (411 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:26:40.459 [INFO] !MESSAGE Pass 412 (774) processed. 0 failed. spent: 167:33, 146:51 mins remaining. ExportToClipboardTwoTestCasesSelection. time: 17366ms [INFO] Pass 412 (774) processed. 0 failed. spent: 167:33, 146:51 mins remaining. ExportToClipboardTwoTestCasesSelection. time: 17366ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:26:40.460 [INFO] !MESSAGE [AUT-0] Starting: ExportToFile.test (412 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:27:04.804 [INFO] !MESSAGE [AUT-0] Finished: ExportToFile.test in 22828 (412 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:27:04.806 [INFO] !MESSAGE [AUT-0] Starting: F2RenameDebugContext.test (413 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:27:04.883 [INFO] !MESSAGE Pass 413 (774) processed. 0 failed. spent: 167:58, 145:42 mins remaining. ExportToFile. time: 22828ms [INFO] Pass 413 (774) processed. 0 failed. spent: 167:58, 145:42 mins remaining. ExportToFile. time: 22828ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:27:18.131 [INFO] !MESSAGE [AUT-0] Finished: F2RenameDebugContext.test in 12085 (413 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:27:18.133 [INFO] !MESSAGE [AUT-0] Starting: F2RenameECLContext.test (414 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:27:18.226 [INFO] !MESSAGE Pass 414 (774) processed. 0 failed. spent: 168:11, 145:08 mins remaining. F2RenameDebugContext. time: 12085ms [INFO] Pass 414 (774) processed. 0 failed. spent: 168:11, 145:08 mins remaining. F2RenameDebugContext. time: 12085ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:27:31.524 [INFO] !MESSAGE [AUT-0] Finished: F2RenameECLContext.test in 11902 (414 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:27:31.526 [INFO] !MESSAGE [AUT-0] Starting: F2RenameGroupContext.test (415 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:27:31.539 [INFO] !MESSAGE Pass 415 (774) processed. 0 failed. spent: 168:24, 144:34 mins remaining. F2RenameECLContext. time: 11902ms [INFO] Pass 415 (774) processed. 0 failed. spent: 168:24, 144:34 mins remaining. F2RenameECLContext. time: 11902ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:27:44.878 [INFO] !MESSAGE [AUT-0] Finished: F2RenameGroupContext.test in 12169 (415 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:27:44.881 [INFO] !MESSAGE [AUT-0] Starting: F2RenamePreferenceContext.test (416 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:27:44.952 [INFO] !MESSAGE Pass 416 (774) processed. 0 failed. spent: 168:38, 144:01 mins remaining. F2RenameGroupContext. time: 12169ms [INFO] Pass 416 (774) processed. 0 failed. spent: 168:38, 144:01 mins remaining. F2RenameGroupContext. time: 12169ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:27:57.754 [INFO] !MESSAGE [AUT-0] Finished: F2RenamePreferenceContext.test in 11774 (416 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:27:57.756 [INFO] !MESSAGE [AUT-0] Starting: F2RenameTestCase.test (417 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:27:57.765 [INFO] !MESSAGE Pass 417 (774) processed. 0 failed. spent: 168:50, 143:26 mins remaining. F2RenamePreferenceContext. time: 11774ms [INFO] Pass 417 (774) processed. 0 failed. spent: 168:50, 143:26 mins remaining. F2RenamePreferenceContext. time: 11774ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:28:11.124 [INFO] !MESSAGE [AUT-0] Finished: F2RenameTestCase.test in 11915 (417 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:28:11.126 [INFO] !MESSAGE [AUT-0] Starting: F2RenameWorkbenchContextt.test (418 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:28:11.177 [INFO] !MESSAGE Pass 418 (774) processed. 0 failed. spent: 169:04, 142:54 mins remaining. F2RenameTestCase. time: 11915ms [INFO] Pass 418 (774) processed. 0 failed. spent: 169:04, 142:54 mins remaining. F2RenameTestCase. time: 11915ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:28:24.487 [INFO] !MESSAGE [AUT-0] Finished: F2RenameWorkbenchContextt.test in 12316 (418 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:28:24.489 [INFO] !MESSAGE [AUT-0] Starting: F2RenameWorkspaceContext.test (419 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:28:24.527 [INFO] !MESSAGE Pass 419 (774) processed. 0 failed. spent: 169:17, 142:20 mins remaining. F2RenameWorkbenchContextt. time: 12316ms [INFO] Pass 419 (774) processed. 0 failed. spent: 169:17, 142:20 mins remaining. F2RenameWorkbenchContextt. time: 12316ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:28:37.867 [INFO] !MESSAGE [AUT-0] Finished: F2RenameWorkspaceContext.test in 11988 (419 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:28:37.870 [INFO] !MESSAGE [AUT-0] Starting: F2ShouldBeDisabledIfMoreThenOneIsSelected.test (420 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:28:37.939 [INFO] !MESSAGE Pass 420 (774) processed. 0 failed. spent: 169:31, 141:47 mins remaining. F2RenameWorkspaceContext. time: 11988ms [INFO] Pass 420 (774) processed. 0 failed. spent: 169:31, 141:47 mins remaining. F2RenameWorkspaceContext. time: 11988ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:28:49.256 [INFO] !MESSAGE [AUT-0] Finished: F2ShouldBeDisabledIfMoreThenOneIsSelected.test in 9988 (420 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:28:49.258 [INFO] !MESSAGE [AUT-0] Starting: Fill and Clear Description in Workspace Context.test (421 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:28:49.350 [INFO] !MESSAGE Pass 421 (774) processed. 0 failed. spent: 169:42, 141:12 mins remaining. F2ShouldBeDisabledIfMoreThenOneIsSelected. time: 9988ms [INFO] Pass 421 (774) processed. 0 failed. spent: 169:42, 141:12 mins remaining. F2ShouldBeDisabledIfMoreThenOneIsSelected. time: 9988ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:28:59.590 [INFO] !MESSAGE [AUT-0] Finished: Fill and Clear Description in Workspace Context.test in 9279 (421 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:28:59.592 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByContainedProject.test (422 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:28:59.660 [INFO] !MESSAGE Pass 422 (774) processed. 0 failed. spent: 169:52, 140:37 mins remaining. Fill and Clear Description in Workspace Context. time: 9279ms [INFO] Pass 422 (774) processed. 0 failed. spent: 169:52, 140:37 mins remaining. Fill and Clear Description in Workspace Context. time: 9279ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:29:15.965 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByContainedProject.test in 15074 (422 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:29:15.968 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByDescription.test (423 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:29:15.975 [INFO] !MESSAGE Pass 423 (774) processed. 0 failed. spent: 170:09, 140:07 mins remaining. FilterSearchContextByContainedProject. time: 15074ms [INFO] Pass 423 (774) processed. 0 failed. spent: 170:09, 140:07 mins remaining. FilterSearchContextByContainedProject. time: 15074ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:29:45.798 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByDescription.test in 28501 (423 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:29:45.800 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByName.test (424 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:29:45.803 [INFO] !MESSAGE Pass 424 (774) processed. 0 failed. spent: 170:38, 139:47 mins remaining. FilterSearchContextByDescription. time: 28501ms [INFO] Pass 424 (774) processed. 0 failed. spent: 170:38, 139:47 mins remaining. FilterSearchContextByDescription. time: 28501ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:29:57.168 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByName.test in 10306 (424 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:29:57.171 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByTag.test (425 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:29:57.215 [INFO] !MESSAGE Pass 425 (774) processed. 0 failed. spent: 170:50, 139:13 mins remaining. FilterSearchContextByName. time: 10306ms [INFO] Pass 425 (774) processed. 0 failed. spent: 170:50, 139:13 mins remaining. FilterSearchContextByName. time: 10306ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:30:25.007 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByTag.test in 26598 (425 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:30:25.010 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchTestCaseByDescription.test (426 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:30:25.043 [INFO] !MESSAGE Pass 426 (774) processed. 0 failed. spent: 171:18, 138:52 mins remaining. FilterSearchContextByTag. time: 26598ms [INFO] Pass 426 (774) processed. 0 failed. spent: 171:18, 138:52 mins remaining. FilterSearchContextByTag. time: 26598ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:30:36.397 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchTestCaseByDescription.test in 10093 (426 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:30:36.400 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchTestCaseByName.test (427 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:30:36.454 [INFO] !MESSAGE Pass 427 (774) processed. 0 failed. spent: 171:29, 138:18 mins remaining. FilterSearchTestCaseByDescription. time: 10093ms [INFO] Pass 427 (774) processed. 0 failed. spent: 171:29, 138:18 mins remaining. FilterSearchTestCaseByDescription. time: 10093ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:30:47.228 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchTestCaseByName.test in 9634 (427 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:30:47.231 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchTestCaseByTag.test (428 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:30:47.265 [INFO] !MESSAGE Pass 428 (774) processed. 0 failed. spent: 171:40, 137:43 mins remaining. FilterSearchTestCaseByName. time: 9634ms [INFO] Pass 428 (774) processed. 0 failed. spent: 171:40, 137:43 mins remaining. FilterSearchTestCaseByName. time: 9634ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:30:59.053 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchTestCaseByTag.test in 10350 (428 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:30:59.057 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchWorksWithInvalidTestFiles.test (429 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:30:59.119 [INFO] !MESSAGE Pass 429 (774) processed. 0 failed. spent: 171:52, 137:10 mins remaining. FilterSearchTestCaseByTag. time: 10350ms [INFO] Pass 429 (774) processed. 0 failed. spent: 171:52, 137:10 mins remaining. FilterSearchTestCaseByTag. time: 10350ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:31:13.379 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchWorksWithInvalidTestFiles.test in 13100 (429 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:31:13.381 [INFO] !MESSAGE [AUT-0] Starting: FilteringAtClearingLaunchConfiguration.test (430 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:31:13.433 [INFO] !MESSAGE Pass 430 (774) processed. 0 failed. spent: 172:06, 136:38 mins remaining. FilterSearchWorksWithInvalidTestFiles. time: 13100ms [INFO] Pass 430 (774) processed. 0 failed. spent: 172:06, 136:38 mins remaining. FilterSearchWorksWithInvalidTestFiles. time: 13100ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:32:22.275 [INFO] !MESSAGE [AUT-0] Finished: FilteringAtClearingLaunchConfiguration.test in 67436 (430 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:32:22.278 [INFO] !MESSAGE [AUT-0] Starting: FilteringContextsInContextList.test (431 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:32:22.365 [INFO] !MESSAGE Pass 431 (774) processed. 0 failed. spent: 173:15, 136:50 mins remaining. FilteringAtClearingLaunchConfiguration. time: 67436ms [INFO] Pass 431 (774) processed. 0 failed. spent: 173:15, 136:50 mins remaining. FilteringAtClearingLaunchConfiguration. time: 67436ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:32:36.250 [INFO] !MESSAGE [AUT-0] Finished: FilteringContextsInContextList.test in 12308 (431 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:32:36.253 [INFO] !MESSAGE [AUT-0] Starting: FindReplaceInControlPanel.test (432 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:32:36.278 [INFO] !MESSAGE Pass 432 (774) processed. 0 failed. spent: 173:29, 136:18 mins remaining. FilteringContextsInContextList. time: 12308ms [INFO] Pass 432 (774) processed. 0 failed. spent: 173:29, 136:18 mins remaining. FilteringContextsInContextList. time: 12308ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:32:56.173 [INFO] !MESSAGE [AUT-0] Finished: FindReplaceInControlPanel.test in 18008 (432 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:32:56.176 [INFO] !MESSAGE [AUT-0] Starting: FindReplaceInScriptByShortKey.test (433 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:32:56.223 [INFO] !MESSAGE Pass 433 (774) processed. 0 failed. spent: 173:49, 135:51 mins remaining. FindReplaceInControlPanel. time: 18008ms [INFO] Pass 433 (774) processed. 0 failed. spent: 173:49, 135:51 mins remaining. FindReplaceInControlPanel. time: 18008ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:33:11.106 [INFO] !MESSAGE [AUT-0] Finished: FindReplaceInScriptByShortKey.test in 13672 (433 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:33:11.108 [INFO] !MESSAGE [AUT-0] Starting: FinishButtonShouldBeDisabledIfLocationIsEmpty.test (434 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:33:11.137 [INFO] !MESSAGE Pass 434 (774) processed. 0 failed. spent: 174:04, 135:20 mins remaining. FindReplaceInScriptByShortKey. time: 13672ms [INFO] Pass 434 (774) processed. 0 failed. spent: 174:04, 135:20 mins remaining. FindReplaceInScriptByShortKey. time: 13672ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:33:31.466 [INFO] !MESSAGE [AUT-0] Finished: FinishButtonShouldBeDisabledIfLocationIsEmpty.test in 19239 (434 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:33:31.468 [INFO] !MESSAGE [AUT-0] Starting: FolderContextWithVariable.test (435 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:33:31.525 [INFO] !MESSAGE Pass 435 (774) processed. 0 failed. spent: 174:24, 134:53 mins remaining. FinishButtonShouldBeDisabledIfLocationIsEmpty. time: 19239ms [INFO] Pass 435 (774) processed. 0 failed. spent: 174:24, 134:53 mins remaining. FinishButtonShouldBeDisabledIfLocationIsEmpty. time: 19239ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:33:41.278 [INFO] !MESSAGE [AUT-0] Finished: FolderContextWithVariable.test in 8434 (435 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:33:41.281 [INFO] !MESSAGE [AUT-0] Starting: FolderContext_CopyPaste_Name_ContextMenu.test (436 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:33:41.335 [INFO] !MESSAGE Pass 436 (774) processed. 0 failed. spent: 174:34, 134:18 mins remaining. FolderContextWithVariable. time: 8434ms [INFO] Pass 436 (774) processed. 0 failed. spent: 174:34, 134:18 mins remaining. FolderContextWithVariable. time: 8434ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:33:52.106 [INFO] !MESSAGE [AUT-0] Finished: FolderContext_CopyPaste_Name_ContextMenu.test in 9593 (436 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:33:52.109 [INFO] !MESSAGE [AUT-0] Starting: FolderContext_CopyPaste_Name_ContextMenu.test (437 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:33:52.144 [INFO] !MESSAGE Pass 437 (774) processed. 0 failed. spent: 174:45, 133:44 mins remaining. FolderContext_CopyPaste_Name_ContextMenu. time: 9593ms [INFO] Pass 437 (774) processed. 0 failed. spent: 174:45, 133:44 mins remaining. FolderContext_CopyPaste_Name_ContextMenu. time: 9593ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:34:02.964 [INFO] !MESSAGE [AUT-0] Finished: FolderContext_CopyPaste_Name_ContextMenu.test in 9374 (437 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:34:02.966 [INFO] !MESSAGE [AUT-0] Starting: FolderContext_CopyPaste_Tags_ContextMenu.test (438 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:34:03.055 [INFO] !MESSAGE Pass 438 (774) processed. 0 failed. spent: 174:56, 133:11 mins remaining. GroupContext_CopyPaste_Name_ContextMenu. time: 9374ms [INFO] Pass 438 (774) processed. 0 failed. spent: 174:56, 133:11 mins remaining. GroupContext_CopyPaste_Name_ContextMenu. time: 9374ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:34:14.316 [INFO] !MESSAGE [AUT-0] Finished: FolderContext_CopyPaste_Tags_ContextMenu.test in 10385 (438 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:34:14.320 [INFO] !MESSAGE [AUT-0] Starting: FormToolkitRecording.test (439 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:34:14.323 [INFO] !MESSAGE Pass 439 (774) processed. 0 failed. spent: 175:07, 132:37 mins remaining. FolderContext_CopyPaste_Tags_ContextMenu. time: 10385ms [INFO] Pass 439 (774) processed. 0 failed. spent: 175:07, 132:37 mins remaining. FolderContext_CopyPaste_Tags_ContextMenu. time: 10385ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:36:13.264 [INFO] !MESSAGE [AUT-0] Finished: FormToolkitRecording.test in 116695 (439 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:36:13.267 [INFO] !MESSAGE [AUT-0] Starting: FormWithLinksRecording.test (440 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:36:13.340 [INFO] !MESSAGE Pass 440 (774) processed. 0 failed. spent: 177:06, 133:25 mins remaining. FormToolkitRecording. time: 116695ms [INFO] Pass 440 (774) processed. 0 failed. spent: 177:06, 133:25 mins remaining. FormToolkitRecording. time: 116695ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:38:01.600 [INFO] !MESSAGE [AUT-0] Finished: FormWithLinksRecording.test in 106241 (440 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:38:01.603 [INFO] !MESSAGE [AUT-0] Starting: GeneratePomFileInProject.test (441 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:38:01.637 [INFO] !MESSAGE Pass 441 (774) processed. 0 failed. spent: 178:54, 134:04 mins remaining. FormWithLinksRecording. time: 106241ms [INFO] Pass 441 (774) processed. 0 failed. spent: 178:54, 134:04 mins remaining. FormWithLinksRecording. time: 106241ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:38:19.940 [INFO] !MESSAGE [AUT-0] Finished: GeneratePomFileInProject.test in 16818 (441 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:38:19.943 [INFO] !MESSAGE [AUT-0] Starting: GenerateSecondPomFileInProject.test (442 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:38:19.954 [INFO] !MESSAGE Pass 442 (774) processed. 0 failed. spent: 179:13, 133:36 mins remaining. GeneratePomFileInProject. time: 16818ms [INFO] Pass 442 (774) processed. 0 failed. spent: 179:13, 133:36 mins remaining. GeneratePomFileInProject. time: 16818ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:38:38.784 [INFO] !MESSAGE [AUT-0] Finished: GenerateSecondPomFileInProject.test in 17385 (442 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:38:38.787 [INFO] !MESSAGE [AUT-0] Starting: GetChildrenFromFile.test (443 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:38:38.873 [INFO] !MESSAGE Pass 443 (774) processed. 0 failed. spent: 179:32, 133:08 mins remaining. GenerateSecondPomFileInProject. time: 17385ms [INFO] Pass 443 (774) processed. 0 failed. spent: 179:32, 133:08 mins remaining. GenerateSecondPomFileInProject. time: 17385ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:38:43.605 [INFO] !MESSAGE [AUT-0] Finished: GetChildrenFromFile.test in 3528 (443 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:38:43.607 [INFO] !MESSAGE [AUT-0] Starting: GetExistsFromFile.test (444 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:38:43.678 [INFO] !MESSAGE Pass 444 (774) processed. 0 failed. spent: 179:36, 132:29 mins remaining. GetChildrenFromFile. time: 3528ms [INFO] Pass 444 (774) processed. 0 failed. spent: 179:36, 132:29 mins remaining. GetChildrenFromFile. time: 3528ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:38:46.824 [INFO] !MESSAGE [AUT-0] Finished: GetExistsFromFile.test in 2513 (444 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:38:46.826 [INFO] !MESSAGE [AUT-0] Starting: GetFile.test (445 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:38:46.881 [INFO] !MESSAGE Pass 445 (774) processed. 0 failed. spent: 179:40, 131:50 mins remaining. GetExistsFromFile. time: 2513ms [INFO] Pass 445 (774) processed. 0 failed. spent: 179:40, 131:50 mins remaining. GetExistsFromFile. time: 2513ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:38:50.093 [INFO] !MESSAGE [AUT-0] Finished: GetFile.test in 2302 (445 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:38:50.095 [INFO] !MESSAGE [AUT-0] Starting: GetHotkey.test (446 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:38:50.185 [INFO] !MESSAGE Pass 446 (774) processed. 0 failed. spent: 179:43, 131:10 mins remaining. GetFile. time: 2302ms [INFO] Pass 446 (774) processed. 0 failed. spent: 179:43, 131:10 mins remaining. GetFile. time: 2302ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:39:01.402 [INFO] !MESSAGE [AUT-0] Finished: GetHotkey.test in 10206 (446 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:39:01.404 [INFO] !MESSAGE [AUT-0] Starting: GetIsDirectoryFromFile.test (447 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:39:01.425 [INFO] !MESSAGE Pass 447 (774) processed. 0 failed. spent: 179:54, 130:37 mins remaining. GetHotkey. time: 10206ms [INFO] Pass 447 (774) processed. 0 failed. spent: 179:54, 130:37 mins remaining. GetHotkey. time: 10206ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:39:05.627 [INFO] !MESSAGE [AUT-0] Finished: GetIsDirectoryFromFile.test in 3492 (447 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:39:05.629 [INFO] !MESSAGE Pass 448 (774) processed. 0 failed. spent: 179:58, 130:39 mins remaining. GetIsDirectoryFromFile. time: 3492ms [INFO] Pass 448 (774) processed. 0 failed. spent: 179:58, 130:39 mins remaining. GetIsDirectoryFromFile. time: 3492ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:39:05.630 [INFO] !MESSAGE [AUT-0] Starting: GetMenu.test (448 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:39:11.854 [INFO] !MESSAGE [AUT-0] Finished: GetMenu.test in 5142 (448 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:39:11.857 [INFO] !MESSAGE [AUT-0] Starting: GetNameFromFile.test (449 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:39:11.935 [INFO] !MESSAGE Pass 449 (774) processed. 0 failed. spent: 180:05, 129:22 mins remaining. GetMenu. time: 5142ms [INFO] Pass 449 (774) processed. 0 failed. spent: 180:05, 129:22 mins remaining. GetMenu. time: 5142ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:39:15.074 [INFO] !MESSAGE [AUT-0] Finished: GetNameFromFile.test in 2118 (449 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:39:15.077 [INFO] !MESSAGE [AUT-0] Starting: GetPropertyWithoutEscaping.test (450 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:39:15.138 [INFO] !MESSAGE Pass 450 (774) processed. 0 failed. spent: 180:08, 128:43 mins remaining. GetNameFromFile. time: 2118ms [INFO] Pass 450 (774) processed. 0 failed. spent: 180:08, 128:43 mins remaining. GetNameFromFile. time: 2118ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:39:22.377 [INFO] !MESSAGE [AUT-0] Finished: GetPropertyWithoutEscaping.test in 6305 (450 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:39:22.380 [INFO] !MESSAGE [AUT-0] Starting: GetTestCaseName.test (451 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:39:22.446 [INFO] !MESSAGE Pass 451 (774) processed. 0 failed. spent: 180:15, 128:07 mins remaining. GetPropertyWithoutEscaping. time: 6305ms [INFO] Pass 451 (774) processed. 0 failed. spent: 180:15, 128:07 mins remaining. GetPropertyWithoutEscaping. time: 6305ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:39:27.119 [INFO] !MESSAGE [AUT-0] Finished: GetTestCaseName.test in 3648 (451 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:39:27.121 [INFO] !MESSAGE [AUT-0] Starting: GetTooltipsWhenColumnsWithoutText.test (452 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:39:27.150 [INFO] !MESSAGE Pass 452 (774) processed. 0 failed. spent: 180:20, 127:30 mins remaining. GetTestCaseName. time: 3648ms [INFO] Pass 452 (774) processed. 0 failed. spent: 180:20, 127:30 mins remaining. GetTestCaseName. time: 3648ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:39:53.466 [INFO] !MESSAGE [AUT-0] Finished: GetTooltipsWhenColumnsWithoutText.test in 25009 (452 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:39:53.469 [INFO] !MESSAGE [AUT-0] Starting: GetTreeElementWithoutHardEscaping.test (453 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:39:53.536 [INFO] !MESSAGE Pass 453 (774) processed. 0 failed. spent: 180:46, 127:07 mins remaining. GetTooltipsWhenColumnsWithoutText. time: 25009ms [INFO] Pass 453 (774) processed. 0 failed. spent: 180:46, 127:07 mins remaining. GetTooltipsWhenColumnsWithoutText. time: 25009ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:42:01.862 [INFO] !MESSAGE [AUT-0] Finished: GetTreeElementWithoutHardEscaping.test in 127109 (453 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:42:01.865 [INFO] !MESSAGE [AUT-0] Starting: GoIntoInQ7Explorer.test (454 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:42:01.951 [INFO] !MESSAGE Pass 454 (774) processed. 0 failed. spent: 182:55, 127:57 mins remaining. GetTreeElementWithoutHardEscaping. time: 127109ms [INFO] Pass 454 (774) processed. 0 failed. spent: 182:55, 127:57 mins remaining. GetTreeElementWithoutHardEscaping. time: 127109ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:42:17.812 [INFO] !MESSAGE [AUT-0] Finished: GoIntoInQ7Explorer.test in 14239 (454 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:42:17.814 [INFO] !MESSAGE [AUT-0] Starting: GroupContext_CopyPaste_Context_ContextMenu.test (455 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:42:17.869 [INFO] !MESSAGE Pass 455 (774) processed. 0 failed. spent: 183:11, 127:28 mins remaining. GoIntoInQ7Explorer. time: 14239ms [INFO] Pass 455 (774) processed. 0 failed. spent: 183:11, 127:28 mins remaining. GoIntoInQ7Explorer. time: 14239ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:42:28.151 [INFO] !MESSAGE [AUT-0] Finished: GroupContext_CopyPaste_Context_ContextMenu.test in 9300 (455 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:42:28.153 [INFO] !MESSAGE [AUT-0] Starting: GroupContext_CopyPaste_Tags_ContextMenu.test (456 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:42:28.179 [INFO] !MESSAGE Pass 456 (774) processed. 0 failed. spent: 183:21, 126:54 mins remaining. GroupContext_CopyPaste_Context_ContextMenu. time: 9300ms [INFO] Pass 456 (774) processed. 0 failed. spent: 183:21, 126:54 mins remaining. GroupContext_CopyPaste_Context_ContextMenu. time: 9300ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:42:39.008 [INFO] !MESSAGE [AUT-0] Finished: GroupContext_CopyPaste_Tags_ContextMenu.test in 9722 (456 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:42:39.010 [INFO] !MESSAGE [AUT-0] Starting: GroupContexts.test (457 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:42:39.024 [INFO] !MESSAGE Pass 457 (774) processed. 0 failed. spent: 183:32, 126:21 mins remaining. GroupContext_CopyPaste_Tags_ContextMenu. time: 9722ms [INFO] Pass 457 (774) processed. 0 failed. spent: 183:32, 126:21 mins remaining. GroupContext_CopyPaste_Tags_ContextMenu. time: 9722ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:42:59.324 [INFO] !MESSAGE [AUT-0] Finished: GroupContexts.test in 19003 (457 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:42:59.326 [INFO] !MESSAGE [AUT-0] Starting: HumanReadableECL.test (458 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:42:59.343 [INFO] !MESSAGE Pass 458 (774) processed. 0 failed. spent: 183:52, 125:54 mins remaining. GroupContexts. time: 19003ms [INFO] Pass 458 (774) processed. 0 failed. spent: 183:52, 125:54 mins remaining. GroupContexts. time: 19003ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:43:34.721 [INFO] !MESSAGE [AUT-0] Finished: HumanReadableECL.test in 34054 (458 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:43:34.725 [INFO] !MESSAGE [AUT-0] Starting: Ignore File At Clearing Workspace.test (459 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:43:34.727 [INFO] !MESSAGE Pass 459 (774) processed. 0 failed. spent: 184:27, 125:38 mins remaining. HumanReadableECL. time: 34054ms [INFO] Pass 459 (774) processed. 0 failed. spent: 184:27, 125:38 mins remaining. HumanReadableECL. time: 34054ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:44:10.180 [INFO] !MESSAGE [AUT-0] Finished: Ignore File At Clearing Workspace.test in 33707 (459 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:44:10.182 [INFO] !MESSAGE [AUT-0] Starting: Ignore Non-Existing File At Clearing Workspace.test (460 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:44:10.260 [INFO] !MESSAGE Pass 460 (774) processed. 0 failed. spent: 185:03, 125:22 mins remaining. Ignore File At Clearing Workspace. time: 33707ms [INFO] Pass 460 (774) processed. 0 failed. spent: 185:03, 125:22 mins remaining. Ignore File At Clearing Workspace. time: 33707ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:45:01.108 [INFO] !MESSAGE [AUT-0] Finished: Ignore Non-Existing File At Clearing Workspace.test in 49559 (460 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:45:01.111 [INFO] !MESSAGE [AUT-0] Starting: Ignore Some Files At Clearing Workspace.test (461 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:45:01.133 [INFO] !MESSAGE Pass 461 (774) processed. 0 failed. spent: 185:54, 125:16 mins remaining. Ignore Non-Existing File At Clearing Workspace. time: 49559ms [INFO] Pass 461 (774) processed. 0 failed. spent: 185:54, 125:16 mins remaining. Ignore Non-Existing File At Clearing Workspace. time: 49559ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:45:41.040 [INFO] !MESSAGE [AUT-0] Finished: Ignore Some Files At Clearing Workspace.test in 38288 (461 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:45:41.042 [INFO] !MESSAGE [AUT-0] Starting: Import Files In Workspace Context.test (462 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:45:41.072 [INFO] !MESSAGE Pass 462 (774) processed. 0 failed. spent: 186:34, 125:02 mins remaining. Ignore Some Files At Clearing Workspace. time: 38288ms [INFO] Pass 462 (774) processed. 0 failed. spent: 186:34, 125:02 mins remaining. Ignore Some Files At Clearing Workspace. time: 38288ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:45:56.439 [INFO] !MESSAGE [AUT-0] Finished: Import Files In Workspace Context.test in 13823 (462 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:45:56.441 [INFO] !MESSAGE [AUT-0] Starting: Import Projects In Workspace Context.test (463 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:45:56.531 [INFO] !MESSAGE Pass 463 (774) processed. 0 failed. spent: 186:49, 124:32 mins remaining. Import Files In Workspace Context. time: 13823ms [INFO] Pass 463 (774) processed. 0 failed. spent: 186:49, 124:32 mins remaining. Import Files In Workspace Context. time: 13823ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:46:10.331 [INFO] !MESSAGE [AUT-0] Finished: Import Projects In Workspace Context.test in 12575 (463 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:46:10.333 [INFO] !MESSAGE [AUT-0] Starting: ImportFromClipboard.test (464 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:46:10.345 [INFO] !MESSAGE Pass 464 (774) processed. 0 failed. spent: 187:03, 124:01 mins remaining. Import Projects In Workspace Context. time: 12575ms [INFO] Pass 464 (774) processed. 0 failed. spent: 187:03, 124:01 mins remaining. Import Projects In Workspace Context. time: 12575ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:46:27.333 [INFO] !MESSAGE [AUT-0] Finished: ImportFromClipboard.test in 15728 (464 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:46:27.335 [INFO] !MESSAGE [AUT-0] Starting: ImportFromClipboardToTheProjectWithSameContexts.test (465 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:46:27.361 [INFO] !MESSAGE Pass 465 (774) processed. 0 failed. spent: 187:20, 123:33 mins remaining. ImportFromClipboard. time: 15728ms [INFO] Pass 465 (774) processed. 0 failed. spent: 187:20, 123:33 mins remaining. ImportFromClipboard. time: 15728ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:46:51.709 [INFO] !MESSAGE [AUT-0] Finished: ImportFromClipboardToTheProjectWithSameContexts.test in 22831 (465 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:46:51.711 [INFO] !MESSAGE [AUT-0] Starting: ImportFromClipboardToTheSameProject.test (466 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:46:51.784 [INFO] !MESSAGE Pass 466 (774) processed. 0 failed. spent: 187:44, 123:08 mins remaining. ImportFromClipboardToTheProjectWithSameContexts. time: 22831ms [INFO] Pass 466 (774) processed. 0 failed. spent: 187:44, 123:08 mins remaining. ImportFromClipboardToTheProjectWithSameContexts. time: 22831ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:47:10.058 [INFO] !MESSAGE [AUT-0] Finished: ImportFromClipboardToTheSameProject.test in 17145 (466 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:47:10.060 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFile.test (467 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:47:10.100 [INFO] !MESSAGE Pass 467 (774) processed. 0 failed. spent: 188:03, 122:41 mins remaining. ImportFromClipboardToTheSameProject. time: 17145ms [INFO] Pass 467 (774) processed. 0 failed. spent: 188:03, 122:41 mins remaining. ImportFromClipboardToTheSameProject. time: 17145ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:47:27.438 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFile.test in 15972 (467 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:47:27.440 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFileAddMissingReferences.test (468 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:47:27.529 [INFO] !MESSAGE Pass 468 (774) processed. 0 failed. spent: 188:20, 122:12 mins remaining. ImportFromFile. time: 15972ms [INFO] Pass 468 (774) processed. 0 failed. spent: 188:20, 122:12 mins remaining. ImportFromFile. time: 15972ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:47:45.351 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFileAddMissingReferences.test in 16569 (468 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:47:45.354 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFileToTheProjectWithSameContexts.test (469 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:47:45.446 [INFO] !MESSAGE Pass 469 (774) processed. 0 failed. spent: 188:38, 121:45 mins remaining. ImportFromFileAddMissingReferences. time: 16569ms [INFO] Pass 469 (774) processed. 0 failed. spent: 188:38, 121:45 mins remaining. ImportFromFileAddMissingReferences. time: 16569ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:48:09.235 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFileToTheProjectWithSameContexts.test in 22382 (469 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:48:09.237 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFileToTheSameProject.test (470 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:48:09.269 [INFO] !MESSAGE Pass 470 (774) processed. 0 failed. spent: 189:02, 121:20 mins remaining. ImportFromFileToTheProjectWithSameContexts. time: 22382ms [INFO] Pass 470 (774) processed. 0 failed. spent: 189:02, 121:20 mins remaining. ImportFromFileToTheProjectWithSameContexts. time: 22382ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:48:30.107 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFileToTheSameProject.test in 19416 (470 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:48:30.109 [INFO] !MESSAGE [AUT-0] Starting: ImportPreferencesInPrefContext.test (471 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:48:30.132 [INFO] !MESSAGE Pass 471 (774) processed. 0 failed. spent: 189:23, 120:55 mins remaining. ImportFromFileToTheSameProject. time: 19416ms [INFO] Pass 471 (774) processed. 0 failed. spent: 189:23, 120:55 mins remaining. ImportFromFileToTheSameProject. time: 19416ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:48:43.529 [INFO] !MESSAGE [AUT-0] Finished: ImportPreferencesInPrefContext.test in 11828 (471 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:48:43.531 [INFO] !MESSAGE [AUT-0] Starting: ImportProjectToWSContextFromArchiveFile.test (472 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:48:43.545 [INFO] !MESSAGE Pass 472 (774) processed. 0 failed. spent: 189:36, 120:24 mins remaining. ImportPreferencesInPrefContext. time: 11828ms [INFO] Pass 472 (774) processed. 0 failed. spent: 189:36, 120:24 mins remaining. ImportPreferencesInPrefContext. time: 11828ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:48:58.397 [INFO] !MESSAGE [AUT-0] Finished: ImportProjectToWSContextFromArchiveFile.test in 13798 (472 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:48:58.399 [INFO] !MESSAGE [AUT-0] Starting: ImportSameNamedButDifferentTypedContextsIsNotAllowed.test (473 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:48:58.460 [INFO] !MESSAGE Pass 473 (774) processed. 0 failed. spent: 189:51, 119:54 mins remaining. ImportProjectToWSContextFromArchiveFile. time: 13798ms [INFO] Pass 473 (774) processed. 0 failed. spent: 189:51, 119:54 mins remaining. ImportProjectToWSContextFromArchiveFile. time: 13798ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:49:17.775 [INFO] !MESSAGE [AUT-0] Finished: ImportSameNamedButDifferentTypedContextsIsNotAllowed.test in 17939 (473 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:49:17.777 [INFO] !MESSAGE [AUT-0] Starting: ImportedContextFromFileEqualsExported.test (474 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:49:17.779 [INFO] !MESSAGE Pass 474 (774) processed. 0 failed. spent: 190:10, 119:27 mins remaining. ImportSameNamedButDifferentTypedContextsIsNotAllowed. time: 17939ms [INFO] Pass 474 (774) processed. 0 failed. spent: 190:10, 119:27 mins remaining. ImportSameNamedButDifferentTypedContextsIsNotAllowed. time: 17939ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:49:43.685 [INFO] !MESSAGE [AUT-0] Finished: ImportedContextFromFileEqualsExported.test in 24565 (474 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:49:43.687 [INFO] !MESSAGE [AUT-0] Starting: ImportedContextsEqualsExported.test (475 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:49:43.736 [INFO] !MESSAGE Pass 475 (774) processed. 0 failed. spent: 190:36, 119:04 mins remaining. ImportedContextFromFileEqualsExported. time: 24565ms [INFO] Pass 475 (774) processed. 0 failed. spent: 190:36, 119:04 mins remaining. ImportedContextFromFileEqualsExported. time: 24565ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:50:20.085 [INFO] !MESSAGE [AUT-0] Finished: ImportedContextsEqualsExported.test in 34942 (475 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:50:20.088 [INFO] !MESSAGE [AUT-0] Starting: ImportedFromFileTestCaseEqualsExported.test (476 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:50:20.169 [INFO] !MESSAGE Pass 476 (774) processed. 0 failed. spent: 191:13, 118:48 mins remaining. ImportedContextsEqualsExported. time: 34942ms [INFO] Pass 476 (774) processed. 0 failed. spent: 191:13, 118:48 mins remaining. ImportedContextsEqualsExported. time: 34942ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:50:38.546 [INFO] !MESSAGE [AUT-0] Finished: ImportedFromFileTestCaseEqualsExported.test in 17207 (476 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:50:38.549 [INFO] !MESSAGE [AUT-0] Starting: ImportedTesCaseEqualsExported.test (477 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:50:38.634 [INFO] !MESSAGE Pass 477 (774) processed. 0 failed. spent: 191:31, 118:20 mins remaining. ImportedFromFileTestCaseEqualsExported. time: 17207ms [INFO] Pass 477 (774) processed. 0 failed. spent: 191:31, 118:20 mins remaining. ImportedFromFileTestCaseEqualsExported. time: 17207ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:50:59.445 [INFO] !MESSAGE [AUT-0] Finished: ImportedTesCaseEqualsExported.test in 19538 (477 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:50:59.447 [INFO] !MESSAGE [AUT-0] Starting: IsEmptyText.test (478 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:50:59.454 [INFO] !MESSAGE Pass 478 (774) processed. 0 failed. spent: 191:52, 117:55 mins remaining. ImportedTesCaseEqualsExported. time: 19538ms [INFO] Pass 478 (774) processed. 0 failed. spent: 191:52, 117:55 mins remaining. ImportedTesCaseEqualsExported. time: 19538ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:51:09.296 [INFO] !MESSAGE [AUT-0] Finished: IsEmptyText.test in 8447 (478 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:51:09.299 [INFO] !MESSAGE [AUT-0] Starting: Job error is captured by Error Log Verification.test (479 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:51:09.364 [INFO] !MESSAGE Pass 479 (774) processed. 0 failed. spent: 192:02, 117:22 mins remaining. IsEmptyText. time: 8447ms [INFO] Pass 479 (774) processed. 0 failed. spent: 192:02, 117:22 mins remaining. IsEmptyText. time: 8447ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:53:00.754 [INFO] !MESSAGE [AUT-0] Finished: Job error is captured by Error Log Verification.test in 110232 (479 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:53:00.757 [INFO] !MESSAGE [AUT-0] Starting: Launch Test From Report Viewer.test (480 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:53:00.837 [INFO] !MESSAGE Pass 480 (774) processed. 0 failed. spent: 193:54, 117:52 mins remaining. Job error is captured by Error Log Verification. time: 110232ms [INFO] Pass 480 (774) processed. 0 failed. spent: 193:54, 117:52 mins remaining. Job error is captured by Error Log Verification. time: 110232ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:55:10.733 [INFO] !MESSAGE [AUT-0] Finished: Launch Test From Report Viewer.test in 128302 (480 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:55:10.735 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_ECL_SuperContext.test (481 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:55:10.757 [INFO] !MESSAGE Pass 481 (774) processed. 0 failed. spent: 196:03, 118:31 mins remaining. Launch Test From Report Viewer. time: 128302ms [INFO] Pass 481 (774) processed. 0 failed. spent: 196:03, 118:31 mins remaining. Launch Test From Report Viewer. time: 128302ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:55:39.846 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_ECL_SuperContext.test in 27543 (481 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:55:39.851 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Group_SuperConext.test (482 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:55:39.930 [INFO] !MESSAGE Pass 482 (774) processed. 0 failed. spent: 196:33, 118:10 mins remaining. LaunchCheck_ECL_SuperContext. time: 27543ms [INFO] Pass 482 (774) processed. 0 failed. spent: 196:33, 118:10 mins remaining. LaunchCheck_ECL_SuperContext. time: 27543ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:56:23.846 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Group_SuperConext.test in 42198 (482 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:56:23.849 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Launch_SuperContext.test (483 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:56:23.872 [INFO] !MESSAGE Pass 483 (774) processed. 0 failed. spent: 197:17, 117:57 mins remaining. LaunchCheck_Group_SuperConext. time: 42198ms [INFO] Pass 483 (774) processed. 0 failed. spent: 197:17, 117:57 mins remaining. LaunchCheck_Group_SuperConext. time: 42198ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:56:57.362 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Launch_SuperContext.test in 32051 (483 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:56:57.365 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Wb_SuperContext.test (484 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:56:57.443 [INFO] !MESSAGE Pass 484 (774) processed. 0 failed. spent: 197:50, 117:38 mins remaining. LaunchCheck_Launch_SuperContext. time: 32051ms [INFO] Pass 484 (774) processed. 0 failed. spent: 197:50, 117:38 mins remaining. LaunchCheck_Launch_SuperContext. time: 32051ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:57:49.893 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Wb_SuperContext.test in 51024 (484 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:57:49.895 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Ws_Pref_SuperContext.test (485 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:57:49.947 [INFO] !MESSAGE Pass 485 (774) processed. 0 failed. spent: 198:43, 117:30 mins remaining. LaunchCheck_Wb_SuperContext. time: 51024ms [INFO] Pass 485 (774) processed. 0 failed. spent: 198:43, 117:30 mins remaining. LaunchCheck_Wb_SuperContext. time: 51024ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:58:31.654 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Ws_Pref_SuperContext.test in 39749 (485 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:58:31.657 [INFO] !MESSAGE [AUT-0] Starting: LaunchngATestCaseWithUnsavedContext.test (486 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:58:31.743 [INFO] !MESSAGE Pass 486 (774) processed. 0 failed. spent: 199:24, 117:16 mins remaining. LaunchCheck_Ws_Pref_SuperContext. time: 39749ms [INFO] Pass 486 (774) processed. 0 failed. spent: 199:24, 117:16 mins remaining. LaunchCheck_Ws_Pref_SuperContext. time: 39749ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:58:45.094 [INFO] !MESSAGE [AUT-0] Finished: LaunchngATestCaseWithUnsavedContext.test in 11997 (486 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:58:45.097 [INFO] !MESSAGE [AUT-0] Starting: LinkWithEditorInQ7Explorer.test (487 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:58:45.156 [INFO] !MESSAGE Pass 487 (774) processed. 0 failed. spent: 199:38, 116:45 mins remaining. LaunchngATestCaseWithUnsavedContext. time: 11997ms [INFO] Pass 487 (774) processed. 0 failed. spent: 199:38, 116:45 mins remaining. LaunchngATestCaseWithUnsavedContext. time: 11997ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:58:58.490 [INFO] !MESSAGE [AUT-0] Finished: LinkWithEditorInQ7Explorer.test in 12001 (487 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:58:58.492 [INFO] !MESSAGE [AUT-0] Starting: ListFeatures.test (488 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:58:58.569 [INFO] !MESSAGE Pass 488 (774) processed. 0 failed. spent: 199:51, 116:14 mins remaining. LinkWithEditorInQ7Explorer. time: 12001ms [INFO] Pass 488 (774) processed. 0 failed. spent: 199:51, 116:14 mins remaining. LinkWithEditorInQ7Explorer. time: 12001ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:59:43.422 [INFO] !MESSAGE [AUT-0] Finished: ListFeatures.test in 43456 (488 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 17:59:43.426 [INFO] !MESSAGE [AUT-0] Starting: ListPlugins.test (489 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 17:59:43.442 [INFO] !MESSAGE Pass 489 (774) processed. 0 failed. spent: 200:36, 116:01 mins remaining. ListFeatures. time: 43456ms [INFO] Pass 489 (774) processed. 0 failed. spent: 200:36, 116:01 mins remaining. ListFeatures. time: 43456ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:00:15.416 [INFO] !MESSAGE [AUT-0] Finished: ListPlugins.test in 30239 (489 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:00:15.418 [INFO] !MESSAGE [AUT-0] Starting: LoadAUTfromFolderContext.test (490 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:00:15.424 [INFO] !MESSAGE Pass 490 (774) processed. 0 failed. spent: 201:08, 115:41 mins remaining. ListPlugins. time: 30239ms [INFO] Pass 490 (774) processed. 0 failed. spent: 201:08, 115:41 mins remaining. ListPlugins. time: 30239ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:02:44.941 [INFO] !MESSAGE [AUT-0] Finished: LoadAUTfromFolderContext.test in 148090 (490 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:02:44.944 [INFO] !MESSAGE [AUT-0] Starting: LoadReport.test (491 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:02:45.027 [INFO] !MESSAGE Pass 491 (774) processed. 0 failed. spent: 203:38, 116:28 mins remaining. LoadAUTfromFolderContext. time: 148090ms [INFO] Pass 491 (774) processed. 0 failed. spent: 203:38, 116:28 mins remaining. LoadAUTfromFolderContext. time: 148090ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:02:56.869 [INFO] !MESSAGE [AUT-0] Finished: LoadReport.test in 10285 (491 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:02:56.872 [INFO] !MESSAGE [AUT-0] Starting: MarkTaskAsCompleted.test (492 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:02:56.938 [INFO] !MESSAGE Pass 492 (774) processed. 0 failed. spent: 203:50, 115:56 mins remaining. LoadReport. time: 10285ms [INFO] Pass 492 (774) processed. 0 failed. spent: 203:50, 115:56 mins remaining. LoadReport. time: 10285ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:03:19.317 [INFO] !MESSAGE [AUT-0] Finished: MarkTaskAsCompleted.test in 21043 (492 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:03:19.320 [INFO] !MESSAGE [AUT-0] Starting: MarkersCanBeAsserted.test (493 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:03:19.359 [INFO] !MESSAGE Pass 493 (774) processed. 0 failed. spent: 204:12, 115:30 mins remaining. MarkTaskAsCompleted. time: 21043ms [INFO] Pass 493 (774) processed. 0 failed. spent: 204:12, 115:30 mins remaining. MarkTaskAsCompleted. time: 21043ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:03:33.674 [INFO] !MESSAGE [AUT-0] Finished: MarkersCanBeAsserted.test in 13235 (493 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:03:33.677 [INFO] !MESSAGE [AUT-0] Starting: Merge Resources in same-named project .test (494 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:03:33.773 [INFO] !MESSAGE Pass 494 (774) processed. 0 failed. spent: 204:26, 114:59 mins remaining. MarkersCanBeAsserted. time: 13235ms [INFO] Pass 494 (774) processed. 0 failed. spent: 204:26, 114:59 mins remaining. MarkersCanBeAsserted. time: 13235ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:04:11.595 [INFO] !MESSAGE [AUT-0] Finished: Merge Resources in same-named project .test in 36362 (494 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:04:11.598 [INFO] !MESSAGE [AUT-0] Starting: MergeWSContextsWithCaseSensitiveFileNames.test (495 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:04:11.646 [INFO] !MESSAGE Pass 495 (774) processed. 0 failed. spent: 205:04, 114:42 mins remaining. Merge Resources in same-named project . time: 36362ms [INFO] Pass 495 (774) processed. 0 failed. spent: 205:04, 114:42 mins remaining. Merge Resources in same-named project . time: 36362ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:04:30.555 [INFO] !MESSAGE [AUT-0] Finished: MergeWSContextsWithCaseSensitiveFileNames.test in 17423 (495 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:04:30.557 [INFO] !MESSAGE [AUT-0] Starting: MinimalSave.test (496 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:04:30.563 [INFO] !MESSAGE Pass 496 (774) processed. 0 failed. spent: 205:23, 114:14 mins remaining. MergeWSContextsWithCaseSensitiveFileNames. time: 17423ms [INFO] Pass 496 (774) processed. 0 failed. spent: 205:23, 114:14 mins remaining. MergeWSContextsWithCaseSensitiveFileNames. time: 17423ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:04:44.973 [INFO] !MESSAGE [AUT-0] Finished: MinimalSave.test in 12870 (496 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:04:44.975 [INFO] !MESSAGE [AUT-0] Starting: MoveBunchOfElementsToAnotherProject.test (497 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:04:44.977 [INFO] !MESSAGE Pass 497 (774) processed. 0 failed. spent: 205:38, 113:44 mins remaining. MinimalSave. time: 12870ms [INFO] Pass 497 (774) processed. 0 failed. spent: 205:38, 113:44 mins remaining. MinimalSave. time: 12870ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:04:58.348 [INFO] !MESSAGE [AUT-0] Finished: MoveBunchOfElementsToAnotherProject.test in 12125 (497 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:04:58.351 [INFO] !MESSAGE [AUT-0] Starting: MoveContextByDragDrop.test (498 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:04:58.389 [INFO] !MESSAGE Pass 498 (774) processed. 0 failed. spent: 205:51, 113:13 mins remaining. MoveBunchOfElementsToAnotherProject. time: 12125ms [INFO] Pass 498 (774) processed. 0 failed. spent: 205:51, 113:13 mins remaining. MoveBunchOfElementsToAnotherProject. time: 12125ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:05:21.703 [INFO] !MESSAGE [AUT-0] Finished: MoveContextByDragDrop.test in 22231 (498 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:05:21.706 [INFO] !MESSAGE [AUT-0] Starting: MoveContextInContextList.test (499 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:05:21.711 [INFO] !MESSAGE Pass 499 (774) processed. 0 failed. spent: 206:14, 112:47 mins remaining. MoveContextByDragDrop. time: 22231ms [INFO] Pass 499 (774) processed. 0 failed. spent: 206:14, 112:47 mins remaining. MoveContextByDragDrop. time: 22231ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:05:40.063 [INFO] !MESSAGE [AUT-0] Finished: MoveContextInContextList.test in 17239 (499 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:05:40.065 [INFO] !MESSAGE [AUT-0] Starting: MoveElementsToAnotherProjectOneByOne.test (500 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:05:40.129 [INFO] !MESSAGE Pass 500 (774) processed. 0 failed. spent: 206:33, 112:19 mins remaining. MoveContextInContextList. time: 17239ms [INFO] Pass 500 (774) processed. 0 failed. spent: 206:33, 112:19 mins remaining. MoveContextInContextList. time: 17239ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:06:00.494 [INFO] !MESSAGE [AUT-0] Finished: MoveElementsToAnotherProjectOneByOne.test in 19303 (500 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:06:00.496 [INFO] !MESSAGE [AUT-0] Starting: MoveEntireContextsToAnotherProject.test (501 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:06:00.549 [INFO] !MESSAGE Pass 501 (774) processed. 0 failed. spent: 206:53, 111:52 mins remaining. MoveElementsToAnotherProjectOneByOne. time: 19303ms [INFO] Pass 501 (774) processed. 0 failed. spent: 206:53, 111:52 mins remaining. MoveElementsToAnotherProjectOneByOne. time: 19303ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:06:20.335 [INFO] !MESSAGE [AUT-0] Finished: MoveEntireContextsToAnotherProject.test in 18742 (501 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:06:20.338 [INFO] !MESSAGE [AUT-0] Starting: MoveFolderToProjectWithDuplicateFolder.test (502 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:06:20.369 [INFO] !MESSAGE Pass 502 (774) processed. 0 failed. spent: 207:13, 111:25 mins remaining. MoveEntireContextsToAnotherProject. time: 18742ms [INFO] Pass 502 (774) processed. 0 failed. spent: 207:13, 111:25 mins remaining. MoveEntireContextsToAnotherProject. time: 18742ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:06:50.232 [INFO] !MESSAGE [AUT-0] Finished: MoveFolderToProjectWithDuplicateFolder.test in 28434 (502 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:06:50.234 [INFO] !MESSAGE [AUT-0] Starting: MoveFolderWithTestAndContext.test (503 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:06:50.243 [INFO] !MESSAGE Pass 503 (774) processed. 0 failed. spent: 207:43, 111:03 mins remaining. MoveFolderToProjectWithDuplicateFolder. time: 28434ms [INFO] Pass 503 (774) processed. 0 failed. spent: 207:43, 111:03 mins remaining. MoveFolderToProjectWithDuplicateFolder. time: 28434ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:07:27.636 [INFO] !MESSAGE [AUT-0] Finished: MoveFolderWithTestAndContext.test in 35889 (503 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:07:27.638 [INFO] !MESSAGE [AUT-0] Starting: MoveLineByAltUp_DownInEclContext.test (504 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:07:27.729 [INFO] !MESSAGE Pass 504 (774) processed. 0 failed. spent: 208:20, 110:45 mins remaining. MoveFolderWithTestAndContext. time: 35889ms [INFO] Pass 504 (774) processed. 0 failed. spent: 208:20, 110:45 mins remaining. MoveFolderWithTestAndContext. time: 35889ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:07:44.007 [INFO] !MESSAGE [AUT-0] Finished: MoveLineByAltUp_DownInEclContext.test in 15209 (504 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:07:44.010 [INFO] !MESSAGE [AUT-0] Starting: MoveLineByAltUp_DownInScriptViewer.test (505 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:07:44.044 [INFO] !MESSAGE Pass 505 (774) processed. 0 failed. spent: 208:37, 110:16 mins remaining. MoveLineByAltUp\DownInEclContext. time: 15209ms [INFO] Pass 505 (774) processed. 0 failed. spent: 208:37, 110:16 mins remaining. MoveLineByAltUp\DownInEclContext. time: 15209ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:08:02.915 [INFO] !MESSAGE [AUT-0] Finished: MoveLineByAltUp_DownInScriptViewer.test in 17661 (505 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:08:02.917 [INFO] !MESSAGE [AUT-0] Starting: MoveObjectToProjectWithDuplicateObject.test (506 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:08:02.962 [INFO] !MESSAGE Pass 506 (774) processed. 0 failed. spent: 208:56, 109:48 mins remaining. MoveLineByAltUp\DownInScriptViewer. time: 17661ms [INFO] Pass 506 (774) processed. 0 failed. spent: 208:56, 109:48 mins remaining. MoveLineByAltUp\DownInScriptViewer. time: 17661ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:08:35.334 [INFO] !MESSAGE [AUT-0] Finished: MoveObjectToProjectWithDuplicateObject.test in 30831 (506 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:08:35.337 [INFO] !MESSAGE [AUT-0] Starting: MoveObjectsByDragDrop.test (507 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:08:35.395 [INFO] !MESSAGE Pass 507 (774) processed. 0 failed. spent: 209:28, 109:27 mins remaining. MoveObjectToProjectWithDuplicateObject. time: 30831ms [INFO] Pass 507 (774) processed. 0 failed. spent: 209:28, 109:27 mins remaining. MoveObjectToProjectWithDuplicateObject. time: 30831ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:08:58.695 [INFO] !MESSAGE [AUT-0] Finished: MoveObjectsByDragDrop.test in 22334 (507 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:08:58.697 [INFO] !MESSAGE [AUT-0] Starting: MoveOneTestByDragDrop.test (508 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:08:58.737 [INFO] !MESSAGE Pass 508 (774) processed. 0 failed. spent: 209:51, 109:02 mins remaining. MoveObjectsByDragDrop. time: 22334ms [INFO] Pass 508 (774) processed. 0 failed. spent: 209:51, 109:02 mins remaining. MoveObjectsByDragDrop. time: 22334ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:09:23.556 [INFO] !MESSAGE [AUT-0] Finished: MoveOneTestByDragDrop.test in 23539 (508 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:09:23.558 [INFO] !MESSAGE [AUT-0] Starting: MoveReadOnlyResourceIntoAFolder.test (509 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:09:23.561 [INFO] !MESSAGE Pass 509 (774) processed. 0 failed. spent: 210:16, 108:37 mins remaining. MoveOneTestByDragDrop. time: 23539ms [INFO] Pass 509 (774) processed. 0 failed. spent: 210:16, 108:37 mins remaining. MoveOneTestByDragDrop. time: 23539ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:09:40.354 [INFO] !MESSAGE [AUT-0] Finished: MoveReadOnlyResourceIntoAFolder.test in 15597 (509 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:09:40.356 [INFO] !MESSAGE [AUT-0] Starting: MultipleScenarioModificationTest.test (510 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:09:40.377 [INFO] !MESSAGE Pass 510 (774) processed. 0 failed. spent: 210:33, 108:09 mins remaining. MoveReadOnlyResourceIntoAFolder. time: 15597ms [INFO] Pass 510 (774) processed. 0 failed. spent: 210:33, 108:09 mins remaining. MoveReadOnlyResourceIntoAFolder. time: 15597ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:10:20.240 [INFO] !MESSAGE [AUT-0] Finished: MultipleScenarioModificationTest.test in 38684 (510 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:10:20.242 [INFO] !MESSAGE [AUT-0] Starting: NavigationInContextDescription.test (511 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:10:20.317 [INFO] !MESSAGE Pass 511 (774) processed. 0 failed. spent: 211:13, 107:52 mins remaining. MultipleScenarioModificationTest. time: 38684ms [INFO] Pass 511 (774) processed. 0 failed. spent: 211:13, 107:52 mins remaining. MultipleScenarioModificationTest. time: 38684ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:10:36.597 [INFO] !MESSAGE [AUT-0] Finished: NavigationInContextDescription.test in 14884 (511 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:10:36.600 [INFO] !MESSAGE [AUT-0] Starting: NavigationInTagsFieldOfTestCase.test (512 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:10:36.634 [INFO] !MESSAGE Pass 512 (774) processed. 0 failed. spent: 211:29, 107:23 mins remaining. NavigationInContextDescription. time: 14884ms [INFO] Pass 512 (774) processed. 0 failed. spent: 211:29, 107:23 mins remaining. NavigationInContextDescription. time: 14884ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:10:54.988 [INFO] !MESSAGE [AUT-0] Finished: NavigationInTagsFieldOfTestCase.test in 17209 (512 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:10:54.990 [INFO] !MESSAGE [AUT-0] Starting: NavigationInTestDescription.test (513 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:10:55.054 [INFO] !MESSAGE Pass 513 (774) processed. 0 failed. spent: 211:48, 106:55 mins remaining. NavigationInTagsFieldOfTestCase. time: 17209ms [INFO] Pass 513 (774) processed. 0 failed. spent: 211:48, 106:55 mins remaining. NavigationInTagsFieldOfTestCase. time: 17209ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:11:11.870 [INFO] !MESSAGE [AUT-0] Finished: NavigationInTestDescription.test in 15594 (513 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:11:11.870 [INFO] !MESSAGE Pass 514 (774) processed. 0 failed. spent: 212:05, 107:04 mins remaining. NavigationInTestDescription. time: 15594ms [INFO] Pass 514 (774) processed. 0 failed. spent: 212:05, 107:04 mins remaining. NavigationInTestDescription. time: 15594ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:11:11.872 [INFO] !MESSAGE [AUT-0] Starting: NavigationInTestSuiteDescription.test (514 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:11:27.765 [INFO] !MESSAGE [AUT-0] Finished: NavigationInTestSuiteDescription.test in 14688 (514 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:11:27.767 [INFO] !MESSAGE [AUT-0] Starting: NavigationOnScriptViewer.test (515 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:11:27.785 [INFO] !MESSAGE Pass 515 (774) processed. 0 failed. spent: 212:20, 105:57 mins remaining. NavigationInTestSuiteDescription. time: 14688ms [INFO] Pass 515 (774) processed. 0 failed. spent: 212:20, 105:57 mins remaining. NavigationInTestSuiteDescription. time: 14688ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:11:39.168 [INFO] !MESSAGE [AUT-0] Finished: NavigationOnScriptViewer.test in 10242 (515 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:11:39.170 [INFO] !MESSAGE [AUT-0] Starting: New Contexts Creation.scenario (516 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:11:39.197 [INFO] !MESSAGE Pass 516 (774) processed. 0 failed. spent: 212:32, 105:26 mins remaining. NavigationOnScriptViewer. time: 10242ms [INFO] Pass 516 (774) processed. 0 failed. spent: 212:32, 105:26 mins remaining. NavigationOnScriptViewer. time: 10242ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:12:06.065 [INFO] !MESSAGE [AUT-0] Finished: New Contexts Creation.scenario in 25608 (516 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:12:06.067 [INFO] !MESSAGE [AUT-0] Starting: New Project Creation.scenario (517 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:12:06.125 [INFO] !MESSAGE Pass 517 (774) processed. 0 failed. spent: 212:59, 105:03 mins remaining. New Contexts Creation. time: 25608ms [INFO] Pass 517 (774) processed. 0 failed. spent: 212:59, 105:03 mins remaining. New Contexts Creation. time: 25608ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:12:15.898 [INFO] !MESSAGE [AUT-0] Finished: New Project Creation.scenario in 8501 (517 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:12:15.901 [INFO] !MESSAGE [AUT-0] Starting: New Scenario Creation.scenario (518 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:12:15.935 [INFO] !MESSAGE Pass 518 (774) processed. 0 failed. spent: 213:09, 104:31 mins remaining. New Project Creation. time: 8501ms [INFO] Pass 518 (774) processed. 0 failed. spent: 213:09, 104:31 mins remaining. New Project Creation. time: 8501ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:12:27.228 [INFO] !MESSAGE [AUT-0] Finished: New Scenario Creation.scenario in 10055 (518 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:12:27.230 [INFO] !MESSAGE [AUT-0] Starting: NewFolderInRootPath.test (519 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:12:27.245 [INFO] !MESSAGE Pass 519 (774) processed. 0 failed. spent: 213:20, 104:00 mins remaining. New Scenario Creation. time: 10055ms [INFO] Pass 519 (774) processed. 0 failed. spent: 213:20, 104:00 mins remaining. New Scenario Creation. time: 10055ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:12:47.118 [INFO] !MESSAGE [AUT-0] Finished: NewFolderInRootPath.test in 18369 (519 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:12:47.120 [INFO] !MESSAGE [AUT-0] Starting: NoLaunchDuplicates.test (520 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:12:47.164 [INFO] !MESSAGE Pass 520 (774) processed. 0 failed. spent: 213:40, 103:33 mins remaining. NewFolderInRootPath. time: 18369ms [INFO] Pass 520 (774) processed. 0 failed. spent: 213:40, 103:33 mins remaining. NewFolderInRootPath. time: 18369ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:13:55.738 [INFO] !MESSAGE [AUT-0] Finished: NoLaunchDuplicates.test in 66750 (520 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:13:55.740 [INFO] !MESSAGE [AUT-0] Starting: NoUndoInReopenedDocument.test (521 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:13:55.741 [INFO] !MESSAGE Pass 521 (774) processed. 0 failed. spent: 214:48, 103:29 mins remaining. NoLaunchDuplicates. time: 66750ms [INFO] Pass 521 (774) processed. 0 failed. spent: 214:48, 103:29 mins remaining. NoLaunchDuplicates. time: 66750ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:14:11.721 [INFO] !MESSAGE [AUT-0] Finished: NoUndoInReopenedDocument.test in 14203 (521 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:14:11.723 [INFO] !MESSAGE [AUT-0] Starting: NotAllowedToReplaceInContexts.test (522 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:14:11.756 [INFO] !MESSAGE Pass 522 (774) processed. 0 failed. spent: 215:04, 103:01 mins remaining. NoUndoInReopenedDocument. time: 14203ms [INFO] Pass 522 (774) processed. 0 failed. spent: 215:04, 103:01 mins remaining. NoUndoInReopenedDocument. time: 14203ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:14:22.083 [INFO] !MESSAGE [AUT-0] Finished: NotAllowedToReplaceInContexts.test in 9084 (522 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:14:22.086 [INFO] !MESSAGE [AUT-0] Starting: NotRemoveDuplicateContextFromTestAtAddingDefaultContexts.test (523 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:14:22.166 [INFO] !MESSAGE Pass 523 (774) processed. 0 failed. spent: 215:15, 102:30 mins remaining. NotAllowedToReplaceInContexts. time: 9084ms [INFO] Pass 523 (774) processed. 0 failed. spent: 215:15, 102:30 mins remaining. NotAllowedToReplaceInContexts. time: 9084ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:14:50.444 [INFO] !MESSAGE [AUT-0] Finished: NotRemoveDuplicateContextFromTestAtAddingDefaultContexts.test in 27082 (523 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:14:50.447 [INFO] !MESSAGE [AUT-0] Starting: NotSaveChangesInContext.test (524 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:14:50.538 [INFO] !MESSAGE Pass 524 (774) processed. 0 failed. spent: 215:43, 102:07 mins remaining. NotRemoveDuplicateContextFromTestAtAddingDefaultContexts. time: 27082ms [INFO] Pass 524 (774) processed. 0 failed. spent: 215:43, 102:07 mins remaining. NotRemoveDuplicateContextFromTestAtAddingDefaultContexts. time: 27082ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:15:12.406 [INFO] !MESSAGE [AUT-0] Finished: NotSaveChangesInContext.test in 20445 (524 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:15:12.409 [INFO] !MESSAGE [AUT-0] Starting: NotSaveChangesInTest.test (525 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:15:12.457 [INFO] !MESSAGE Pass 525 (774) processed. 0 failed. spent: 216:05, 101:41 mins remaining. NotSaveChangesInContext. time: 20445ms [INFO] Pass 525 (774) processed. 0 failed. spent: 216:05, 101:41 mins remaining. NotSaveChangesInContext. time: 20445ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:15:31.318 [INFO] !MESSAGE [AUT-0] Finished: NotSaveChangesInTest.test in 17715 (525 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:15:31.320 [INFO] !MESSAGE [AUT-0] Starting: Open File From Workspace Context.test (526 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:15:31.374 [INFO] !MESSAGE Pass 526 (774) processed. 0 failed. spent: 216:24, 101:13 mins remaining. NotSaveChangesInTest. time: 17715ms [INFO] Pass 526 (774) processed. 0 failed. spent: 216:24, 101:13 mins remaining. NotSaveChangesInTest. time: 17715ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:15:44.193 [INFO] !MESSAGE [AUT-0] Finished: Open File From Workspace Context.test in 11794 (526 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:15:44.195 [INFO] !MESSAGE [AUT-0] Starting: OpenAndApplyTestAfterSearching.test (527 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:15:44.225 [INFO] !MESSAGE Pass 527 (774) processed. 0 failed. spent: 216:37, 100:43 mins remaining. Open File From Workspace Context. time: 11794ms [INFO] Pass 527 (774) processed. 0 failed. spent: 216:37, 100:43 mins remaining. Open File From Workspace Context. time: 11794ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:16:05.054 [INFO] !MESSAGE [AUT-0] Finished: OpenAndApplyTestAfterSearching.test in 19467 (527 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:16:05.056 [INFO] !MESSAGE [AUT-0] Starting: OpenContextEditorFromTestEditor.test (528 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:16:05.144 [INFO] !MESSAGE Pass 528 (774) processed. 0 failed. spent: 216:58, 100:17 mins remaining. OpenAndApplyTestAfterSearching. time: 19467ms [INFO] Pass 528 (774) processed. 0 failed. spent: 216:58, 100:17 mins remaining. OpenAndApplyTestAfterSearching. time: 19467ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:16:27.446 [INFO] !MESSAGE [AUT-0] Finished: OpenContextEditorFromTestEditor.test in 20895 (528 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:16:27.448 [INFO] !MESSAGE [AUT-0] Starting: OpenContextFromToolbar.test (529 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:16:27.464 [INFO] !MESSAGE Pass 529 (774) processed. 0 failed. spent: 217:20, 99:52 mins remaining. OpenContextEditorFromTestEditor. time: 20895ms [INFO] Pass 529 (774) processed. 0 failed. spent: 217:20, 99:52 mins remaining. OpenContextEditorFromTestEditor. time: 20895ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:16:39.846 [INFO] !MESSAGE [AUT-0] Finished: OpenContextFromToolbar.test in 11249 (529 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:16:39.849 [INFO] !MESSAGE [AUT-0] Starting: OpenDefaultContextFRomTestCase.test (530 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:16:39.876 [INFO] !MESSAGE Pass 530 (774) processed. 0 failed. spent: 217:33, 99:22 mins remaining. OpenContextFromToolbar. time: 11249ms [INFO] Pass 530 (774) processed. 0 failed. spent: 217:33, 99:22 mins remaining. OpenContextFromToolbar. time: 11249ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:16:52.736 [INFO] !MESSAGE [AUT-0] Finished: OpenDefaultContextFRomTestCase.test in 11552 (530 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:16:52.739 [INFO] !MESSAGE [AUT-0] Starting: OpenFiles.test (531 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:16:52.788 [INFO] !MESSAGE Pass 531 (774) processed. 0 failed. spent: 217:45, 98:51 mins remaining. OpenDefaultContextFromTestCase. time: 11552ms [INFO] Pass 531 (774) processed. 0 failed. spent: 217:45, 98:51 mins remaining. OpenDefaultContextFromTestCase. time: 11552ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:17:07.612 [INFO] !MESSAGE [AUT-0] Finished: OpenFiles.test in 13450 (531 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:17:07.614 [INFO] !MESSAGE [AUT-0] Starting: OpenFiles.test (532 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:17:07.702 [INFO] !MESSAGE Pass 532 (774) processed. 0 failed. spent: 218:00, 98:23 mins remaining. OpenFiles. time: 13450ms [INFO] Pass 532 (774) processed. 0 failed. spent: 218:00, 98:23 mins remaining. OpenFiles. time: 13450ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:17:22.046 [INFO] !MESSAGE [AUT-0] Finished: OpenFiles.test in 13008 (532 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:17:22.048 [INFO] !MESSAGE [AUT-0] Starting: OpenRCPTTSearchDialog.test (533 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:17:22.118 [INFO] !MESSAGE Pass 533 (774) processed. 0 failed. spent: 218:15, 97:54 mins remaining. OpenFiles. time: 13008ms [INFO] Pass 533 (774) processed. 0 failed. spent: 218:15, 97:54 mins remaining. OpenFiles. time: 13008ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:17:33.045 [INFO] !MESSAGE [AUT-0] Finished: OpenRCPTTSearchDialog.test in 9068 (533 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:17:33.048 [INFO] !MESSAGE [AUT-0] Starting: OpenRunConfigurationFromQ7Explorer.test (534 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:17:33.128 [INFO] !MESSAGE Pass 534 (774) processed. 0 failed. spent: 218:26, 97:23 mins remaining. OpenRCPTTSearchDialog. time: 9068ms [INFO] Pass 534 (774) processed. 0 failed. spent: 218:26, 97:23 mins remaining. OpenRCPTTSearchDialog. time: 9068ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:17:49.918 [INFO] !MESSAGE [AUT-0] Finished: OpenRunConfigurationFromQ7Explorer.test in 15512 (534 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:17:49.920 [INFO] !MESSAGE [AUT-0] Starting: OpenTestFromToolbar.test (535 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:17:49.947 [INFO] !MESSAGE Pass 535 (774) processed. 0 failed. spent: 218:43, 96:56 mins remaining. OpenRunConfigurationFromQ7Explorer. time: 15512ms [INFO] Pass 535 (774) processed. 0 failed. spent: 218:43, 96:56 mins remaining. OpenRunConfigurationFromQ7Explorer. time: 15512ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:18:01.760 [INFO] !MESSAGE [AUT-0] Finished: OpenTestFromToolbar.test in 10882 (535 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:18:01.762 [INFO] !MESSAGE [AUT-0] Starting: OrderContextsInGroupContext.test (536 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:18:01.858 [INFO] !MESSAGE Pass 536 (774) processed. 0 failed. spent: 218:55, 96:26 mins remaining. OpenTestFromToolbar. time: 10882ms [INFO] Pass 536 (774) processed. 0 failed. spent: 218:55, 96:26 mins remaining. OpenTestFromToolbar. time: 10882ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:18:16.649 [INFO] !MESSAGE [AUT-0] Finished: OrderContextsInGroupContext.test in 13831 (536 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:18:16.652 [INFO] !MESSAGE [AUT-0] Starting: PageUp_PageDownInScriptViewer.test (537 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:18:16.672 [INFO] !MESSAGE Pass 537 (774) processed. 0 failed. spent: 219:09, 95:57 mins remaining. OrderContextsInGroupContext. time: 13831ms [INFO] Pass 537 (774) processed. 0 failed. spent: 219:09, 95:57 mins remaining. OrderContextsInGroupContext. time: 13831ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:18:29.135 [INFO] !MESSAGE [AUT-0] Finished: PageUp_PageDownInScriptViewer.test in 11153 (537 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:18:29.137 [INFO] !MESSAGE [AUT-0] Starting: Parameters.test (538 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:18:29.183 [INFO] !MESSAGE Pass 538 (774) processed. 0 failed. spent: 219:22, 95:27 mins remaining. PageUp\PageDownInScriptViewer. time: 11153ms [INFO] Pass 538 (774) processed. 0 failed. spent: 219:22, 95:27 mins remaining. PageUp\PageDownInScriptViewer. time: 11153ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:18:44.076 [INFO] !MESSAGE [AUT-0] Finished: Parameters.test in 13399 (538 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:18:44.078 [INFO] !MESSAGE [AUT-0] Starting: ParseDateTime.test (539 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:18:44.097 [INFO] !MESSAGE Pass 539 (774) processed. 0 failed. spent: 219:37, 94:59 mins remaining. Parameters. time: 13399ms [INFO] Pass 539 (774) processed. 0 failed. spent: 219:37, 94:59 mins remaining. Parameters. time: 13399ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:18:48.305 [INFO] !MESSAGE [AUT-0] Finished: ParseDateTime.test in 3548 (539 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:18:48.307 [INFO] !MESSAGE [AUT-0] Starting: Q7SearchBox2.test (540 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:18:48.401 [INFO] !MESSAGE Pass 540 (774) processed. 0 failed. spent: 219:41, 94:26 mins remaining. ParseDateTime. time: 3548ms [INFO] Pass 540 (774) processed. 0 failed. spent: 219:41, 94:26 mins remaining. ParseDateTime. time: 3548ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:19:00.125 [INFO] !MESSAGE [AUT-0] Finished: Q7SearchBox2.test in 10852 (540 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:19:00.127 [INFO] !MESSAGE [AUT-0] Starting: Q7SearchBoxTest.test (541 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:19:00.213 [INFO] !MESSAGE Pass 541 (774) processed. 0 failed. spent: 219:53, 93:56 mins remaining. Q7SearchBox2. time: 10852ms [INFO] Pass 541 (774) processed. 0 failed. spent: 219:53, 93:56 mins remaining. Q7SearchBox2. time: 10852ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:19:14.949 [INFO] !MESSAGE [AUT-0] Finished: Q7SearchBoxTest.test in 13586 (541 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:19:14.951 [INFO] !MESSAGE [AUT-0] Starting: QS-1252_It is possible to add duplicate editor in Workbench context.test (542 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:19:15.027 [INFO] !MESSAGE Pass 542 (774) processed. 0 failed. spent: 220:08, 93:28 mins remaining. Q7SearchBoxTest. time: 13586ms [INFO] Pass 542 (774) processed. 0 failed. spent: 220:08, 93:28 mins remaining. Q7SearchBoxTest. time: 13586ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:19:27.329 [INFO] !MESSAGE [AUT-0] Finished: QS-1252_It is possible to add duplicate editor in Workbench context.test in 10917 (542 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:19:27.331 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_Add a preference for ECL content assist autoactivation.test (543 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:19:27.338 [INFO] !MESSAGE Pass 543 (774) processed. 0 failed. spent: 220:20, 92:59 mins remaining. QS-1252_It is possible to add duplicate editor in Workbench context. time: 10917ms [INFO] Pass 543 (774) processed. 0 failed. spent: 220:20, 92:59 mins remaining. QS-1252_It is possible to add duplicate editor in Workbench context. time: 10917ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:19:34.649 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Add a preference for ECL content assist autoactivation.test in 6379 (543 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:19:34.651 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_Check Auto Activation.test (544 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:19:34.745 [INFO] !MESSAGE Pass 544 (774) processed. 0 failed. spent: 220:27, 92:27 mins remaining. QS-2221_Add a preference for ECL content assist autoactivation. time: 6379ms [INFO] Pass 544 (774) processed. 0 failed. spent: 220:27, 92:27 mins remaining. QS-2221_Add a preference for ECL content assist autoactivation. time: 6379ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:19:44.967 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Check Auto Activation.test in 8961 (544 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:19:44.969 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_CheckAutoActivationDisabled.test (545 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:19:45.055 [INFO] !MESSAGE Pass 545 (774) processed. 0 failed. spent: 220:38, 91:57 mins remaining. QS-2221_Check Auto Activation. time: 8961ms [INFO] Pass 545 (774) processed. 0 failed. spent: 220:38, 91:57 mins remaining. QS-2221_Check Auto Activation. time: 8961ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:19:56.377 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_CheckAutoActivationDisabled.test in 10145 (545 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:19:56.379 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_CheckErrorMessages.test (546 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:19:56.466 [INFO] !MESSAGE Pass 546 (774) processed. 0 failed. spent: 220:49, 91:28 mins remaining. QS-2221_CheckAutoActivationDisabled. time: 10145ms [INFO] Pass 546 (774) processed. 0 failed. spent: 220:49, 91:28 mins remaining. QS-2221_CheckAutoActivationDisabled. time: 10145ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:20:04.199 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_CheckErrorMessages.test in 6463 (546 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:20:04.202 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_Resore Defaults.test (547 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:20:04.277 [INFO] !MESSAGE Pass 547 (774) processed. 0 failed. spent: 220:57, 90:57 mins remaining. QS-2221_CheckErrorMessages. time: 6463ms [INFO] Pass 547 (774) processed. 0 failed. spent: 220:57, 90:57 mins remaining. QS-2221_CheckErrorMessages. time: 6463ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:20:10.473 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Resore Defaults.test in 5379 (547 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:20:10.475 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_Trigger And Delay Fields Should become disabled if Autoactivation is disabled .test (548 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:20:10.483 [INFO] !MESSAGE Pass 548 (774) processed. 0 failed. spent: 221:03, 90:25 mins remaining. QS-2221_Resore Defaults. time: 5379ms [INFO] Pass 548 (774) processed. 0 failed. spent: 221:03, 90:25 mins remaining. QS-2221_Resore Defaults. time: 5379ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:20:17.243 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Trigger And Delay Fields Should become disabled if Autoactivation is disabled .test in 5853 (548 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:20:17.245 [INFO] !MESSAGE [AUT-0] Starting: QS-2678_Suite editor should update the name of nested test suite if it changed.test (549 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:20:17.289 [INFO] !MESSAGE Pass 549 (774) processed. 0 failed. spent: 221:10, 89:54 mins remaining. QS-2221_Trigger And Delay Fields Should become disabled if Autoactivation is disabled . time: 5853ms [INFO] Pass 549 (774) processed. 0 failed. spent: 221:10, 89:54 mins remaining. QS-2221_Trigger And Delay Fields Should become disabled if Autoactivation is disabled . time: 5853ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:20:29.560 [INFO] !MESSAGE [AUT-0] Finished: QS-2678_Suite editor should update the name of nested test suite if it changed.test in 11368 (549 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:20:29.562 [INFO] !MESSAGE [AUT-0] Starting: QS-2678_Suite editor should update the name of the test case if it changed.test (550 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:20:29.602 [INFO] !MESSAGE Pass 550 (774) processed. 0 failed. spent: 221:22, 89:25 mins remaining. QS-2678_Suite editor should update the name of nested test suite if it changed. time: 11368ms [INFO] Pass 550 (774) processed. 0 failed. spent: 221:22, 89:25 mins remaining. QS-2678_Suite editor should update the name of nested test suite if it changed. time: 11368ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:20:43.427 [INFO] !MESSAGE [AUT-0] Finished: QS-2678_Suite editor should update the name of the test case if it changed.test in 12538 (550 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:20:43.429 [INFO] !MESSAGE [AUT-0] Starting: QS-2699_Error removing a reference from supercontext to a context during context removal.test (551 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:20:43.515 [INFO] !MESSAGE Pass 551 (774) processed. 0 failed. spent: 221:36, 88:57 mins remaining. QS-2678_Suite editor should update the name of the test case if it changed. time: 12538ms [INFO] Pass 551 (774) processed. 0 failed. spent: 221:36, 88:57 mins remaining. QS-2678_Suite editor should update the name of the test case if it changed. time: 12538ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:20:57.792 [INFO] !MESSAGE [AUT-0] Finished: QS-2699_Error removing a reference from supercontext to a context during context removal.test in 13340 (551 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:20:57.794 [INFO] !MESSAGE [AUT-0] Starting: QS-2734_Q7 can't handle File_Restart.test (552 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:20:57.828 [INFO] !MESSAGE Pass 552 (774) processed. 0 failed. spent: 221:51, 88:29 mins remaining. QS-2699_Error removing a reference from supercontext to a context during context removal. time: 13340ms [INFO] Pass 552 (774) processed. 0 failed. spent: 221:51, 88:29 mins remaining. QS-2699_Error removing a reference from supercontext to a context during context removal. time: 13340ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-05-21 18:22:15.124 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:22:20.550 [INFO] !MESSAGE [AUT-0] Finished: QS-2734_Q7 can't handle File_Restart.test in 80645 (552 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:22:20.555 [INFO] !MESSAGE [AUT-0] Starting: QS-2815.test (553 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:22:20.624 [INFO] !MESSAGE Pass 553 (774) processed. 0 failed. spent: 223:13, 88:28 mins remaining. QS-2734_Q7 can't handle File/Restart. time: 80645ms [INFO] Pass 553 (774) processed. 0 failed. spent: 223:13, 88:28 mins remaining. QS-2734_Q7 can't handle File/Restart. time: 80645ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:22:28.317 [INFO] !MESSAGE [AUT-0] Finished: QS-2815.test in 6569 (553 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:22:28.321 [INFO] !MESSAGE [AUT-0] Starting: QS-2819_Navigation to parameter in Parameters context.test (554 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:22:28.331 [INFO] !MESSAGE Pass 554 (774) processed. 0 failed. spent: 223:21, 87:58 mins remaining. QS-2815. time: 6569ms [INFO] Pass 554 (774) processed. 0 failed. spent: 223:21, 87:58 mins remaining. QS-2815. time: 6569ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:22:50.157 [INFO] !MESSAGE [AUT-0] Finished: QS-2819_Navigation to parameter in Parameters context.test in 20530 (554 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:22:50.161 [INFO] !MESSAGE [AUT-0] Starting: QS-2821_Add tooltip information for references.test (555 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:22:50.250 [INFO] !MESSAGE Pass 555 (774) processed. 0 failed. spent: 223:43, 87:33 mins remaining. QS-2819_Navigation to parameter in Parameters context. time: 20530ms [INFO] Pass 555 (774) processed. 0 failed. spent: 223:43, 87:33 mins remaining. QS-2819_Navigation to parameter in Parameters context. time: 20530ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:23:06.057 [INFO] !MESSAGE [AUT-0] Finished: QS-2821_Add tooltip information for references.test in 14499 (555 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:23:06.060 [INFO] !MESSAGE [AUT-0] Starting: QS-2824_Navigation to procedures.test (556 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:23:06.130 [INFO] !MESSAGE Pass 556 (774) processed. 0 failed. spent: 223:59, 87:06 mins remaining. QS-2821_Add tooltip information for references. time: 14499ms [INFO] Pass 556 (774) processed. 0 failed. spent: 223:59, 87:06 mins remaining. QS-2821_Add tooltip information for references. time: 14499ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:23:23.947 [INFO] !MESSAGE [AUT-0] Finished: QS-2824_Navigation to procedures.test in 16254 (556 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:23:23.959 [INFO] !MESSAGE [AUT-0] Starting: QS-2830_Automatic completeion of references on $ sign.test (557 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:23:24.045 [INFO] !MESSAGE Pass 557 (774) processed. 0 failed. spent: 224:17, 86:39 mins remaining. QS-2824_Navigation to procedures. time: 16254ms [INFO] Pass 557 (774) processed. 0 failed. spent: 224:17, 86:39 mins remaining. QS-2824_Navigation to procedures. time: 16254ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:23:41.319 [INFO] !MESSAGE [AUT-0] Finished: QS-2830_Automatic completeion of references on $ sign.test in 15816 (557 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:23:41.322 [INFO] !MESSAGE [AUT-0] Starting: QS-2833_Add $ sign to autocompletion triggers.test (558 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:23:41.361 [INFO] !MESSAGE Pass 558 (774) processed. 0 failed. spent: 224:34, 86:13 mins remaining. QS-2830_Automatic completeion of references on $ sign. time: 15816ms [INFO] Pass 558 (774) processed. 0 failed. spent: 224:34, 86:13 mins remaining. QS-2830_Automatic completeion of references on $ sign. time: 15816ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:23:56.185 [INFO] !MESSAGE [AUT-0] Finished: QS-2833_Add $ sign to autocompletion triggers.test in 13471 (558 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:23:56.188 [INFO] !MESSAGE [AUT-0] Starting: QS-2834_Ignore all public commands for Open Declaration action_.test (559 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:23:56.275 [INFO] !MESSAGE Pass 559 (774) processed. 0 failed. spent: 224:49, 85:45 mins remaining. QS-2833_Add $ sign to autocompletion triggers. time: 13471ms [INFO] Pass 559 (774) processed. 0 failed. spent: 224:49, 85:45 mins remaining. QS-2833_Add $ sign to autocompletion triggers. time: 13471ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:24:12.036 [INFO] !MESSAGE [AUT-0] Finished: QS-2834_Ignore all public commands for Open Declaration action_.test in 14780 (559 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:24:12.039 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-478_HTML report looks different if it is copied as only html-file.test (560 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:24:12.128 [INFO] !MESSAGE Pass 560 (774) processed. 0 failed. spent: 225:05, 85:18 mins remaining. QS-2834_Ignore all public commands for Open Declaration action.. time: 14780ms [INFO] Pass 560 (774) processed. 0 failed. spent: 225:05, 85:18 mins remaining. QS-2834_Ignore all public commands for Open Declaration action.. time: 14780ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:26:49.997 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-478_HTML report looks different if it is copied as only html-file.test in 156764 (560 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:26:50.000 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-595_Scriptlet is not found in ECL context which is added to context Group.test (561 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:26:50.042 [INFO] !MESSAGE Pass 561 (774) processed. 0 failed. spent: 227:43, 85:44 mins remaining. RCPTT-478_HTML report looks different if it is copied as only html-file. time: 156764ms [INFO] Pass 561 (774) processed. 0 failed. spent: 227:43, 85:44 mins remaining. RCPTT-478_HTML report looks different if it is copied as only html-file. time: 156764ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:27:18.255 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-595_Scriptlet is not found in ECL context which is added to context Group.test in 26417 (561 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:27:18.259 [INFO] !MESSAGE [AUT-0] Starting: ReWriteWorkspaceContext.test (562 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:27:18.331 [INFO] !MESSAGE Pass 562 (774) processed. 0 failed. spent: 228:11, 85:21 mins remaining. RCPTT-595_Scriptlet is not found in ECL context which is added to context Group. time: 26417ms [INFO] Pass 562 (774) processed. 0 failed. spent: 228:11, 85:21 mins remaining. RCPTT-595_Scriptlet is not found in ECL context which is added to context Group. time: 26417ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:27:43.732 [INFO] !MESSAGE [AUT-0] Finished: ReWriteWorkspaceContext.test in 23976 (562 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:27:43.734 [INFO] !MESSAGE [AUT-0] Starting: ReadLinesFromFile.test (563 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:27:43.755 [INFO] !MESSAGE Pass 563 (774) processed. 0 failed. spent: 228:36, 84:57 mins remaining. ReWriteWorkspaceContext. time: 23976ms [INFO] Pass 563 (774) processed. 0 failed. spent: 228:36, 84:57 mins remaining. ReWriteWorkspaceContext. time: 23976ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:27:51.567 [INFO] !MESSAGE [AUT-0] Finished: ReadLinesFromFile.test in 6384 (563 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:27:51.570 [INFO] !MESSAGE [AUT-0] Starting: ReadOnly_TryToMakeChangesInReadOnlyContext.test (564 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:27:51.662 [INFO] !MESSAGE Pass 564 (774) processed. 0 failed. spent: 228:44, 84:27 mins remaining. ReadLinesFromFile. time: 6384ms [INFO] Pass 564 (774) processed. 0 failed. spent: 228:44, 84:27 mins remaining. ReadLinesFromFile. time: 6384ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:28:12.359 [INFO] !MESSAGE [AUT-0] Finished: ReadOnly_TryToMakeChangesInReadOnlyContext.test in 19633 (564 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:28:12.362 [INFO] !MESSAGE [AUT-0] Starting: ReadOnly_TryToMakeChangesInReadOnlyTest.test (565 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:28:12.433 [INFO] !MESSAGE Pass 565 (774) processed. 0 failed. spent: 229:05, 84:02 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyContext. time: 19633ms [INFO] Pass 565 (774) processed. 0 failed. spent: 229:05, 84:02 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyContext. time: 19633ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:28:38.209 [INFO] !MESSAGE [AUT-0] Finished: ReadOnly_TryToMakeChangesInReadOnlyTest.test in 24664 (565 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:28:38.211 [INFO] !MESSAGE [AUT-0] Starting: ReadOnly_TryToMakeChangesInReadOnlyVerification.test (566 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:28:38.258 [INFO] !MESSAGE Pass 566 (774) processed. 0 failed. spent: 229:31, 83:38 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyTest. time: 24664ms [INFO] Pass 566 (774) processed. 0 failed. spent: 229:31, 83:38 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyTest. time: 24664ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:29:00.056 [INFO] !MESSAGE [AUT-0] Finished: ReadOnly_TryToMakeChangesInReadOnlyVerification.test in 20858 (566 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:29:00.059 [INFO] !MESSAGE [AUT-0] Starting: RecoverContextReferencesAfterUndoDeletingContext.test (567 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:29:00.123 [INFO] !MESSAGE Pass 567 (774) processed. 0 failed. spent: 229:53, 83:13 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyVerification. time: 20858ms [INFO] Pass 567 (774) processed. 0 failed. spent: 229:53, 83:13 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyVerification. time: 20858ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:29:20.431 [INFO] !MESSAGE [AUT-0] Finished: RecoverContextReferencesAfterUndoDeletingContext.test in 18930 (567 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:29:20.433 [INFO] !MESSAGE [AUT-0] Starting: RefactoringReferencesAfterRenameProject.test (568 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:29:20.443 [INFO] !MESSAGE Pass 568 (774) processed. 0 failed. spent: 230:13, 82:47 mins remaining. RecoverContextReferencesAfterUndoDeletingContext. time: 18930ms [INFO] Pass 568 (774) processed. 0 failed. spent: 230:13, 82:47 mins remaining. RecoverContextReferencesAfterUndoDeletingContext. time: 18930ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:29:41.289 [INFO] !MESSAGE [AUT-0] Finished: RefactoringReferencesAfterRenameProject.test in 19343 (568 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:29:41.292 [INFO] !MESSAGE [AUT-0] Starting: Refresh context name in editor after context renaming.test (569 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:29:41.362 [INFO] !MESSAGE Pass 569 (774) processed. 0 failed. spent: 230:34, 82:22 mins remaining. RefactoringReferencesAfterRenameProject. time: 19343ms [INFO] Pass 569 (774) processed. 0 failed. spent: 230:34, 82:22 mins remaining. RefactoringReferencesAfterRenameProject. time: 19343ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:29:55.630 [INFO] !MESSAGE [AUT-0] Finished: Refresh context name in editor after context renaming.test in 13121 (569 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:29:55.633 [INFO] !MESSAGE [AUT-0] Starting: RefreshReferenceAfterRenameFolder.test (570 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:29:55.676 [INFO] !MESSAGE Pass 570 (774) processed. 0 failed. spent: 230:48, 81:54 mins remaining. Refresh context name in editor after context renaming. time: 13121ms [INFO] Pass 570 (774) processed. 0 failed. spent: 230:48, 81:54 mins remaining. Refresh context name in editor after context renaming. time: 13121ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:30:19.512 [INFO] !MESSAGE [AUT-0] Finished: RefreshReferenceAfterRenameFolder.test in 22271 (570 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:30:19.514 [INFO] !MESSAGE [AUT-0] Starting: RefreshReferenceAfterRenameProject.test (571 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:30:19.528 [INFO] !MESSAGE Pass 571 (774) processed. 0 failed. spent: 231:12, 81:30 mins remaining. RefreshReferenceAfterRenameFolder. time: 22271ms [INFO] Pass 571 (774) processed. 0 failed. spent: 231:12, 81:30 mins remaining. RefreshReferenceAfterRenameFolder. time: 22271ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:30:49.896 [INFO] !MESSAGE [AUT-0] Finished: RefreshReferenceAfterRenameProject.test in 28990 (571 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:30:49.898 [INFO] !MESSAGE [AUT-0] Starting: Remove File From Workspace Context.test (572 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:30:49.954 [INFO] !MESSAGE Pass 572 (774) processed. 0 failed. spent: 231:43, 81:08 mins remaining. RefreshReferenceAfterRenameProject. time: 28990ms [INFO] Pass 572 (774) processed. 0 failed. spent: 231:43, 81:08 mins remaining. RefreshReferenceAfterRenameProject. time: 28990ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:31:01.759 [INFO] !MESSAGE [AUT-0] Finished: Remove File From Workspace Context.test in 10689 (572 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:31:01.761 [INFO] !MESSAGE [AUT-0] Starting: RemoveAllFromExecutionsWindow.test (573 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:31:01.822 [INFO] !MESSAGE Pass 573 (774) processed. 0 failed. spent: 231:54, 80:39 mins remaining. Remove File From Workspace Context. time: 10689ms [INFO] Pass 573 (774) processed. 0 failed. spent: 231:54, 80:39 mins remaining. Remove File From Workspace Context. time: 10689ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:31:45.206 [INFO] !MESSAGE [AUT-0] Finished: RemoveAllFromExecutionsWindow.test in 41780 (573 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:31:45.208 [INFO] !MESSAGE [AUT-0] Starting: RemoveAllFromTestSuite.test (574 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:31:45.221 [INFO] !MESSAGE Pass 574 (774) processed. 0 failed. spent: 232:38, 80:22 mins remaining. RemoveAllFromExecutionsWindow. time: 41780ms [INFO] Pass 574 (774) processed. 0 failed. spent: 232:38, 80:22 mins remaining. RemoveAllFromExecutionsWindow. time: 41780ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:31:59.613 [INFO] !MESSAGE [AUT-0] Finished: RemoveAllFromTestSuite.test in 13116 (574 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:31:59.617 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromDefaultContext.test (575 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:31:59.635 [INFO] !MESSAGE Pass 575 (774) processed. 0 failed. spent: 232:52, 79:54 mins remaining. RemoveAllFromTestSuite. time: 13116ms [INFO] Pass 575 (774) processed. 0 failed. spent: 232:52, 79:54 mins remaining. RemoveAllFromTestSuite. time: 13116ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:32:18.019 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromDefaultContext.test in 16944 (575 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:32:18.021 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromGroupContext.test (576 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:32:18.052 [INFO] !MESSAGE Pass 576 (774) processed. 0 failed. spent: 233:11, 79:28 mins remaining. RemoveContextFromDefaultContext. time: 16944ms [INFO] Pass 576 (774) processed. 0 failed. spent: 233:11, 79:28 mins remaining. RemoveContextFromDefaultContext. time: 16944ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:32:36.419 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromGroupContext.test in 16715 (576 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:32:36.421 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromTest.test (577 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:32:36.469 [INFO] !MESSAGE Pass 577 (774) processed. 0 failed. spent: 233:29, 79:02 mins remaining. RemoveContextFromGroupContext. time: 16715ms [INFO] Pass 577 (774) processed. 0 failed. spent: 233:29, 79:02 mins remaining. RemoveContextFromGroupContext. time: 16715ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:32:52.283 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromTest.test in 14354 (577 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:32:52.284 [INFO] !MESSAGE Pass 578 (774) processed. 0 failed. spent: 233:45, 79:07 mins remaining. RemoveContextFromTest. time: 14354ms [INFO] Pass 578 (774) processed. 0 failed. spent: 233:45, 79:07 mins remaining. RemoveContextFromTest. time: 14354ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:32:52.286 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromTestByDelButton.test (578 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:33:05.657 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromTestByDelButton.test in 12053 (578 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:33:05.660 [INFO] !MESSAGE [AUT-0] Starting: RemoveDuplicateContextFromTestAtAddingToDefaultContexts.test (579 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:33:05.729 [INFO] !MESSAGE Pass 579 (774) processed. 0 failed. spent: 233:58, 78:07 mins remaining. RemoveContextFromTestByDelButton. time: 12053ms [INFO] Pass 579 (774) processed. 0 failed. spent: 233:58, 78:07 mins remaining. RemoveContextFromTestByDelButton. time: 12053ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:33:25.545 [INFO] !MESSAGE [AUT-0] Finished: RemoveDuplicateContextFromTestAtAddingToDefaultContexts.test in 18715 (579 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:33:25.547 [INFO] !MESSAGE [AUT-0] Starting: RemoveFolderAndFileFromFolderContext.test (580 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:33:25.547 [INFO] !MESSAGE Pass 580 (774) processed. 0 failed. spent: 234:18, 77:41 mins remaining. RemoveDuplicateContextFromTestAtAddingToDefaultContexts. time: 18715ms [INFO] Pass 580 (774) processed. 0 failed. spent: 234:18, 77:41 mins remaining. RemoveDuplicateContextFromTestAtAddingToDefaultContexts. time: 18715ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:33:39.948 [INFO] !MESSAGE [AUT-0] Finished: RemoveFolderAndFileFromFolderContext.test in 13206 (580 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:33:39.950 [INFO] !MESSAGE [AUT-0] Starting: RemoveInPrefContext.test (581 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:33:39.961 [INFO] !MESSAGE Pass 581 (774) processed. 0 failed. spent: 234:33, 77:14 mins remaining. RemoveFolderAndFileFromFolderContext. time: 13206ms [INFO] Pass 581 (774) processed. 0 failed. spent: 234:33, 77:14 mins remaining. RemoveFolderAndFileFromFolderContext. time: 13206ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:33:53.840 [INFO] !MESSAGE [AUT-0] Finished: RemoveInPrefContext.test in 12474 (581 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:33:53.842 [INFO] !MESSAGE [AUT-0] Starting: RemoveLaunchContext.test (582 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:33:53.874 [INFO] !MESSAGE Pass 582 (774) processed. 0 failed. spent: 234:47, 76:47 mins remaining. RemoveInPrefContext. time: 12474ms [INFO] Pass 582 (774) processed. 0 failed. spent: 234:47, 76:47 mins remaining. RemoveInPrefContext. time: 12474ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:34:14.251 [INFO] !MESSAGE [AUT-0] Finished: RemoveLaunchContext.test in 19000 (582 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:34:14.253 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestButNotRemoveReferenceToTestSuite.test (583 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:34:14.333 [INFO] !MESSAGE Pass 583 (774) processed. 0 failed. spent: 235:07, 76:21 mins remaining. RemoveLaunchContext. time: 19000ms [INFO] Pass 583 (774) processed. 0 failed. spent: 235:07, 76:21 mins remaining. RemoveLaunchContext. time: 19000ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:34:40.654 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestButNotRemoveReferenceToTestSuite.test in 25236 (583 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:34:40.657 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestWhichUsedInTestSuite.test (584 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:34:40.724 [INFO] !MESSAGE Pass 584 (774) processed. 0 failed. spent: 235:33, 75:58 mins remaining. RemoveTestButNotRemoveReferenceToTestSuite. time: 25236ms [INFO] Pass 584 (774) processed. 0 failed. spent: 235:33, 75:58 mins remaining. RemoveTestButNotRemoveReferenceToTestSuite. time: 25236ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:35:07.555 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestWhichUsedInTestSuite.test in 25423 (584 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:35:07.558 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestsFromTestSuite.test (585 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:35:07.648 [INFO] !MESSAGE Pass 585 (774) processed. 0 failed. spent: 236:00, 75:35 mins remaining. RemoveTestWhichUsedInTestSuite. time: 25423ms [INFO] Pass 585 (774) processed. 0 failed. spent: 236:00, 75:35 mins remaining. RemoveTestWhichUsedInTestSuite. time: 25423ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:35:37.008 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestsFromTestSuite.test in 27843 (585 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:35:37.015 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestsFromTestSuiteByPressingButton.test (586 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:35:37.037 [INFO] !MESSAGE Pass 586 (774) processed. 0 failed. spent: 236:30, 75:12 mins remaining. RemoveTestsFromTestSuite. time: 27843ms [INFO] Pass 586 (774) processed. 0 failed. spent: 236:30, 75:12 mins remaining. RemoveTestsFromTestSuite. time: 27843ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:35:53.886 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestsFromTestSuiteByPressingButton.test in 15334 (586 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:35:53.888 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestsFromTestSuiteViaContextMenu.test (587 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:35:53.953 [INFO] !MESSAGE Pass 587 (774) processed. 0 failed. spent: 236:47, 74:46 mins remaining. RemoveTestsFromTestSuiteByPressingButton. time: 15334ms [INFO] Pass 587 (774) processed. 0 failed. spent: 236:47, 74:46 mins remaining. RemoveTestsFromTestSuiteByPressingButton. time: 15334ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:36:08.261 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestsFromTestSuiteViaContextMenu.test in 13200 (587 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:36:08.264 [INFO] !MESSAGE [AUT-0] Starting: Rename Workspace Context.test (588 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:36:08.266 [INFO] !MESSAGE Pass 588 (774) processed. 0 failed. spent: 237:01, 74:19 mins remaining. RemoveTestsFromTestSuiteViaContextMenu. time: 13200ms [INFO] Pass 588 (774) processed. 0 failed. spent: 237:01, 74:19 mins remaining. RemoveTestsFromTestSuiteViaContextMenu. time: 13200ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:36:27.144 [INFO] !MESSAGE [AUT-0] Finished: Rename Workspace Context.test in 17499 (588 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:36:27.146 [INFO] !MESSAGE [AUT-0] Starting: Rename.test (589 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:36:27.184 [INFO] !MESSAGE Pass 589 (774) processed. 0 failed. spent: 237:20, 73:53 mins remaining. Rename Workspace Context. time: 17499ms [INFO] Pass 589 (774) processed. 0 failed. spent: 237:20, 73:53 mins remaining. Rename Workspace Context. time: 17499ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:36:44.041 [INFO] !MESSAGE [AUT-0] Finished: Rename.test in 15345 (589 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:36:44.043 [INFO] !MESSAGE [AUT-0] Starting: Rename.test (590 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:36:44.100 [INFO] !MESSAGE Pass 590 (774) processed. 0 failed. spent: 237:37, 73:27 mins remaining. Rename. time: 15345ms [INFO] Pass 590 (774) processed. 0 failed. spent: 237:37, 73:27 mins remaining. Rename. time: 15345ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:37:06.424 [INFO] !MESSAGE [AUT-0] Finished: Rename.test in 21035 (590 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:37:06.426 [INFO] !MESSAGE [AUT-0] Starting: RenameAUTConfiguration.test (591 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:37:06.437 [INFO] !MESSAGE Pass 591 (774) processed. 0 failed. spent: 237:59, 73:02 mins remaining. Rename. time: 21035ms [INFO] Pass 591 (774) processed. 0 failed. spent: 237:59, 73:02 mins remaining. Rename. time: 21035ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:37:17.266 [INFO] !MESSAGE [AUT-0] Finished: RenameAUTConfiguration.test in 9720 (591 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:37:17.268 [INFO] !MESSAGE [AUT-0] Starting: RenameContext.test (592 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:37:17.347 [INFO] !MESSAGE Pass 592 (774) processed. 0 failed. spent: 238:10, 72:34 mins remaining. RenameAUTConfiguration. time: 9720ms [INFO] Pass 592 (774) processed. 0 failed. spent: 238:10, 72:34 mins remaining. RenameAUTConfiguration. time: 9720ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:37:27.574 [INFO] !MESSAGE [AUT-0] Finished: RenameContext.test in 8960 (592 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:37:27.576 [INFO] !MESSAGE [AUT-0] Starting: RenameContextInEditor.test (593 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:37:27.657 [INFO] !MESSAGE Pass 593 (774) processed. 0 failed. spent: 238:20, 72:06 mins remaining. RenameContext. time: 8960ms [INFO] Pass 593 (774) processed. 0 failed. spent: 238:20, 72:06 mins remaining. RenameContext. time: 8960ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:37:39.920 [INFO] !MESSAGE [AUT-0] Finished: RenameContextInEditor.test in 11398 (593 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:37:39.922 [INFO] !MESSAGE [AUT-0] Starting: RenameContextToAVeryLongName.test (594 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:37:39.969 [INFO] !MESSAGE Pass 594 (774) processed. 0 failed. spent: 238:33, 71:38 mins remaining. RenameContextInEditor. time: 11398ms [INFO] Pass 594 (774) processed. 0 failed. spent: 238:33, 71:38 mins remaining. RenameContextInEditor. time: 11398ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:37:51.239 [INFO] !MESSAGE [AUT-0] Finished: RenameContextToAVeryLongName.test in 10427 (594 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:37:51.242 [INFO] !MESSAGE [AUT-0] Starting: RenameEntireGroupContext.test (595 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:37:51.281 [INFO] !MESSAGE Pass 595 (774) processed. 0 failed. spent: 238:44, 71:10 mins remaining. RenameContextToAVeryLongName. time: 10427ms [INFO] Pass 595 (774) processed. 0 failed. spent: 238:44, 71:10 mins remaining. RenameContextToAVeryLongName. time: 10427ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:39:43.709 [INFO] !MESSAGE [AUT-0] Finished: RenameEntireGroupContext.test in 110762 (595 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:39:43.712 [INFO] !MESSAGE [AUT-0] Starting: RenameFolder.test (596 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:39:43.737 [INFO] !MESSAGE Pass 596 (774) processed. 0 failed. spent: 240:36, 71:12 mins remaining. RenameEntireGroupContext. time: 110762ms [INFO] Pass 596 (774) processed. 0 failed. spent: 240:36, 71:12 mins remaining. RenameEntireGroupContext. time: 110762ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:40:09.147 [INFO] !MESSAGE [AUT-0] Finished: RenameFolder.test in 23917 (596 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:40:09.149 [INFO] !MESSAGE [AUT-0] Starting: RenameFolderToDuplicateName.test (597 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:40:09.160 [INFO] !MESSAGE Pass 597 (774) processed. 0 failed. spent: 241:02, 70:49 mins remaining. RenameFolder. time: 23917ms [INFO] Pass 597 (774) processed. 0 failed. spent: 241:02, 70:49 mins remaining. RenameFolder. time: 23917ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:40:26.518 [INFO] !MESSAGE [AUT-0] Finished: RenameFolderToDuplicateName.test in 15923 (597 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:40:26.520 [INFO] !MESSAGE [AUT-0] Starting: RenameLastSubTag.test (598 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:40:26.577 [INFO] !MESSAGE Pass 598 (774) processed. 0 failed. spent: 241:19, 70:23 mins remaining. RenameFolderToDuplicateName. time: 15923ms [INFO] Pass 598 (774) processed. 0 failed. spent: 241:19, 70:23 mins remaining. RenameFolderToDuplicateName. time: 15923ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:40:44.355 [INFO] !MESSAGE [AUT-0] Finished: RenameLastSubTag.test in 16492 (598 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:40:44.356 [INFO] !MESSAGE [AUT-0] Starting: RenameMiddleSubTag.test (599 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:40:44.395 [INFO] !MESSAGE Pass 599 (774) processed. 0 failed. spent: 241:37, 69:57 mins remaining. RenameLastSubTag. time: 16492ms [INFO] Pass 599 (774) processed. 0 failed. spent: 241:37, 69:57 mins remaining. RenameLastSubTag. time: 16492ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:41:02.687 [INFO] !MESSAGE [AUT-0] Finished: RenameMiddleSubTag.test in 17050 (599 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:41:02.689 [INFO] !MESSAGE [AUT-0] Starting: RenameProject.test (600 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:41:02.712 [INFO] !MESSAGE Pass 600 (774) processed. 0 failed. spent: 241:55, 69:31 mins remaining. RenameMiddleSubTag. time: 17050ms [INFO] Pass 600 (774) processed. 0 failed. spent: 241:55, 69:31 mins remaining. RenameMiddleSubTag. time: 17050ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:41:30.538 [INFO] !MESSAGE [AUT-0] Finished: RenameProject.test in 26781 (600 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:41:30.540 [INFO] !MESSAGE [AUT-0] Starting: RenameSimpleTag.test (601 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:41:30.636 [INFO] !MESSAGE Pass 601 (774) processed. 0 failed. spent: 242:23, 69:08 mins remaining. RenameProject. time: 26781ms [INFO] Pass 601 (774) processed. 0 failed. spent: 242:23, 69:08 mins remaining. RenameProject. time: 26781ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:41:49.386 [INFO] !MESSAGE [AUT-0] Finished: RenameSimpleTag.test in 17562 (601 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:41:49.388 [INFO] !MESSAGE [AUT-0] Starting: RenameTagWithSubTags.test (602 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:41:49.452 [INFO] !MESSAGE Pass 602 (774) processed. 0 failed. spent: 242:42, 68:42 mins remaining. RenameSimpleTag. time: 17562ms [INFO] Pass 602 (774) processed. 0 failed. spent: 242:42, 68:42 mins remaining. RenameSimpleTag. time: 17562ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:42:08.219 [INFO] !MESSAGE [AUT-0] Finished: RenameTagWithSubTags.test in 17548 (602 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:42:08.221 [INFO] !MESSAGE Pass 603 (774) processed. 0 failed. spent: 243:01, 68:48 mins remaining. RenameTagWithSubTags. time: 17548ms [INFO] Pass 603 (774) processed. 0 failed. spent: 243:01, 68:48 mins remaining. RenameTagWithSubTags. time: 17548ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:42:08.221 [INFO] !MESSAGE [AUT-0] Starting: RenameTestCase.test (603 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:42:22.057 [INFO] !MESSAGE [AUT-0] Finished: RenameTestCase.test in 12674 (603 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:42:22.059 [INFO] !MESSAGE [AUT-0] Starting: RenameTestCaseInTestSuite.test (604 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:42:22.135 [INFO] !MESSAGE Pass 604 (774) processed. 0 failed. spent: 243:15, 67:50 mins remaining. RenameTestCase. time: 12674ms [INFO] Pass 604 (774) processed. 0 failed. spent: 243:15, 67:50 mins remaining. RenameTestCase. time: 12674ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:42:58.346 [INFO] !MESSAGE [AUT-0] Finished: RenameTestCaseInTestSuite.test in 32545 (604 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:42:58.348 [INFO] !MESSAGE [AUT-0] Starting: RenameTestCaseToEmptyName.test (605 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:42:58.427 [INFO] !MESSAGE Pass 605 (774) processed. 0 failed. spent: 243:51, 67:29 mins remaining. RenameTestCaseInTestSuite. time: 32545ms [INFO] Pass 605 (774) processed. 0 failed. spent: 243:51, 67:29 mins remaining. RenameTestCaseInTestSuite. time: 32545ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:43:14.238 [INFO] !MESSAGE [AUT-0] Finished: RenameTestCaseToEmptyName.test in 14544 (605 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:43:14.241 [INFO] !MESSAGE [AUT-0] Starting: RenameTestInEditor.test (606 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:43:14.241 [INFO] !MESSAGE Pass 606 (774) processed. 0 failed. spent: 244:07, 67:03 mins remaining. F2/MenuRenameTestCaseToEmptyName. time: 14544ms [INFO] Pass 606 (774) processed. 0 failed. spent: 244:07, 67:03 mins remaining. F2/MenuRenameTestCaseToEmptyName. time: 14544ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:43:27.582 [INFO] !MESSAGE [AUT-0] Finished: RenameTestInEditor.test in 11990 (606 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:43:27.584 [INFO] !MESSAGE [AUT-0] Starting: RenameTestSuite.test (607 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:43:27.655 [INFO] !MESSAGE Pass 607 (774) processed. 0 failed. spent: 244:20, 66:35 mins remaining. RenameTestInEditor. time: 11990ms [INFO] Pass 607 (774) processed. 0 failed. spent: 244:20, 66:35 mins remaining. RenameTestInEditor. time: 11990ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:43:44.413 [INFO] !MESSAGE [AUT-0] Finished: RenameTestSuite.test in 15696 (607 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:43:44.415 [INFO] !MESSAGE [AUT-0] Starting: RenameTestSuiteWhichInTestSuite.test (608 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:43:44.470 [INFO] !MESSAGE Pass 608 (774) processed. 0 failed. spent: 244:37, 66:10 mins remaining. RenameTestSuite. time: 15696ms [INFO] Pass 608 (774) processed. 0 failed. spent: 244:37, 66:10 mins remaining. RenameTestSuite. time: 15696ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:44:04.308 [INFO] !MESSAGE [AUT-0] Finished: RenameTestSuiteWhichInTestSuite.test in 18562 (608 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:44:04.320 [INFO] !MESSAGE [AUT-0] Starting: RenameTestToAVeryLongName.test (609 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:44:04.390 [INFO] !MESSAGE Pass 609 (774) processed. 0 failed. spent: 244:57, 65:44 mins remaining. RenameTestSuiteWhichInTestSuite. time: 18562ms [INFO] Pass 609 (774) processed. 0 failed. spent: 244:57, 65:44 mins remaining. RenameTestSuiteWhichInTestSuite. time: 18562ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:44:20.698 [INFO] !MESSAGE [AUT-0] Finished: RenameTestToAVeryLongName.test in 15256 (609 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:44:20.701 [INFO] !MESSAGE [AUT-0] Starting: Repeated Save of Folder Context.test (610 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:44:20.705 [INFO] !MESSAGE Pass 610 (774) processed. 0 failed. spent: 245:13, 65:18 mins remaining. RenameTestToAVeryLongName. time: 15256ms [INFO] Pass 610 (774) processed. 0 failed. spent: 245:13, 65:18 mins remaining. RenameTestToAVeryLongName. time: 15256ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.ecl.core 4 0 2024-05-21 18:49:26.668 [INFO] !MESSAGE InterruptedException [INFO] !SUBENTRY 1 org.eclipse.rcptt.ecl.core 4 0 2024-05-21 18:49:26.668 [INFO] !MESSAGE InterruptedException [INFO] !STACK 0 [INFO] java.lang.InterruptedException [INFO] at java.base/java.util.concurrent.locks.ReentrantLock$Sync.lockInterruptibly(ReentrantLock.java:159) [INFO] at java.base/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:372) [INFO] at java.base/java.util.concurrent.LinkedBlockingQueue.put(LinkedBlockingQueue.java:332) [INFO] at org.eclipse.rcptt.ecl.internal.core.Pipe.close(Pipe.java:91) [INFO] at org.eclipse.rcptt.ecl.internal.core.Process.setStatus(Process.java:45) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession$1.run(EclTcpSession.java:109) [INFO] at java.base/java.lang.Thread.run(Thread.java:831) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:49:28.150 [INFO] !MESSAGE [AUT-0] Finished: Repeated Save of Folder Context.test in 305956, Execution timed out after 300 seconds (610 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:49:28.153 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInDescription.test (611 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:49:28.186 [INFO] !MESSAGE Fail 611 (774) processed. 1 failed. spent: 250:21, 66:09 mins remaining. Repeated Save of Folder Context. time: 305956ms Cause: Execution timed out after 300 seconds [INFO] Fail 611 (774) processed. 1 failed. spent: 250:21, 66:09 mins remaining. Repeated Save of Folder Context. time: 305956ms Cause: Execution timed out after 300 seconds [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:49:50.023 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInDescription.test in 20446 (611 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:49:50.026 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInEclContext.test (612 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:49:50.111 [INFO] !MESSAGE Pass 612 (774) processed. 1 failed. spent: 250:43, 65:44 mins remaining. ReplaceInDescription. time: 20446ms [INFO] Pass 612 (774) processed. 1 failed. spent: 250:43, 65:44 mins remaining. ReplaceInDescription. time: 20446ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:50:04.401 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInEclContext.test in 13002 (612 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:50:04.403 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInOpenedEclContext.test (613 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:50:04.428 [INFO] !MESSAGE Pass 613 (774) processed. 1 failed. spent: 250:57, 65:17 mins remaining. ReplaceInEclContext. time: 13002ms [INFO] Pass 613 (774) processed. 1 failed. spent: 250:57, 65:17 mins remaining. ReplaceInEclContext. time: 13002ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:50:17.804 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInOpenedEclContext.test in 11947 (613 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:50:17.806 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInScript.test (614 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:50:17.842 [INFO] !MESSAGE Pass 614 (774) processed. 1 failed. spent: 251:11, 64:50 mins remaining. ReplaceInOpenedEclContext. time: 11947ms [INFO] Pass 614 (774) processed. 1 failed. spent: 251:11, 64:50 mins remaining. ReplaceInOpenedEclContext. time: 11947ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:50:39.705 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInScript.test in 20289 (614 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:50:39.707 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInTags.test (615 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:50:39.763 [INFO] !MESSAGE Pass 615 (774) processed. 1 failed. spent: 251:32, 64:24 mins remaining. ReplaceInScript. time: 20289ms [INFO] Pass 615 (774) processed. 1 failed. spent: 251:32, 64:24 mins remaining. ReplaceInScript. time: 20289ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:50:50.093 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInTags.test in 9313 (615 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:50:50.095 [INFO] !MESSAGE [AUT-0] Starting: ReplayButtonShouldBeDisabledDuringRecording.test (616 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:50:50.172 [INFO] !MESSAGE Pass 616 (774) processed. 1 failed. spent: 251:43, 63:56 mins remaining. NotAllowedToReplaceInTags. time: 9313ms [INFO] Pass 616 (774) processed. 1 failed. spent: 251:43, 63:56 mins remaining. NotAllowedToReplaceInTags. time: 9313ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:51:03.918 [INFO] !MESSAGE [AUT-0] Finished: ReplayButtonShouldBeDisabledDuringRecording.test in 12531 (616 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:51:03.920 [INFO] !MESSAGE [AUT-0] Starting: ReportMainThread.test (617 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:51:03.925 [INFO] !MESSAGE Pass 617 (774) processed. 1 failed. spent: 251:57, 63:29 mins remaining. ReplayButtonShouldBeDisabledDuringRecording. time: 12531ms [INFO] Pass 617 (774) processed. 1 failed. spent: 251:57, 63:29 mins remaining. ReplayButtonShouldBeDisabledDuringRecording. time: 12531ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:51:16.300 [INFO] !MESSAGE [AUT-0] Finished: ReportMainThread.test in 10797 (617 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:51:16.302 [INFO] !MESSAGE [AUT-0] Starting: Reset Perspective should be disabled if no perspective is set.test (618 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:51:16.336 [INFO] !MESSAGE Pass 618 (774) processed. 1 failed. spent: 252:09, 63:02 mins remaining. ReportMainThread. time: 10797ms [INFO] Pass 618 (774) processed. 1 failed. spent: 252:09, 63:02 mins remaining. ReportMainThread. time: 10797ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:51:27.169 [INFO] !MESSAGE [AUT-0] Finished: Reset Perspective should be disabled if no perspective is set.test in 9584 (618 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:51:27.172 [INFO] !MESSAGE [AUT-0] Starting: ResetPerspectiveInWBContext.test (619 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:51:27.247 [INFO] !MESSAGE Pass 619 (774) processed. 1 failed. spent: 252:20, 62:34 mins remaining. Reset Perspective should be disabled if no perspective is set. time: 9584ms [INFO] Pass 619 (774) processed. 1 failed. spent: 252:20, 62:34 mins remaining. Reset Perspective should be disabled if no perspective is set. time: 9584ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:52:22.121 [INFO] !MESSAGE [AUT-0] Finished: ResetPerspectiveInWBContext.test in 53704 (619 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:52:22.123 [INFO] !MESSAGE [AUT-0] Starting: ResourceRenameTest.test (620 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:52:22.125 [INFO] !MESSAGE Pass 620 (774) processed. 1 failed. spent: 253:15, 62:17 mins remaining. ResetPerspectiveInWBContext. time: 53704ms [INFO] Pass 620 (774) processed. 1 failed. spent: 253:15, 62:17 mins remaining. ResetPerspectiveInWBContext. time: 53704ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:52:41.102 [INFO] !MESSAGE [AUT-0] Finished: ResourceRenameTest.test in 17106 (620 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:52:41.104 [INFO] !MESSAGE [AUT-0] Starting: RestartAUT.test (621 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:52:41.144 [INFO] !MESSAGE Pass 621 (774) processed. 1 failed. spent: 253:34, 61:51 mins remaining. ResourceRenameTest. time: 17106ms [INFO] Pass 621 (774) processed. 1 failed. spent: 253:34, 61:51 mins remaining. ResourceRenameTest. time: 17106ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-05-21 18:53:57.725 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:54:07.952 [INFO] !MESSAGE [AUT-0] Finished: RestartAUT.test in 85768 (621 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:54:07.955 [INFO] !MESSAGE [AUT-0] Starting: RestoreDefaults.test (622 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:54:08.029 [INFO] !MESSAGE Pass 622 (774) processed. 1 failed. spent: 255:01, 61:42 mins remaining. RestartAUT. time: 85768ms [INFO] Pass 622 (774) processed. 1 failed. spent: 255:01, 61:42 mins remaining. RestartAUT. time: 85768ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:54:26.831 [INFO] !MESSAGE [AUT-0] Finished: RestoreDefaults.test in 17163 (622 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:54:26.834 [INFO] !MESSAGE [AUT-0] Starting: ResumeDebugging.test (623 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:54:26.844 [INFO] !MESSAGE Pass 623 (774) processed. 1 failed. spent: 255:20, 61:16 mins remaining. RestoreDefaults. time: 17163ms [INFO] Pass 623 (774) processed. 1 failed. spent: 255:20, 61:16 mins remaining. RestoreDefaults. time: 17163ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:57:27.505 [INFO] !MESSAGE [AUT-0] Finished: ResumeDebugging.test in 178610 (623 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:57:27.508 [INFO] !MESSAGE [AUT-0] Starting: ReturnToQ7FromControlPanel.test (624 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:57:27.521 [INFO] !MESSAGE Pass 624 (774) processed. 1 failed. spent: 258:20, 61:29 mins remaining. ResumeDebugging. time: 178610ms [INFO] Pass 624 (774) processed. 1 failed. spent: 258:20, 61:29 mins remaining. ResumeDebugging. time: 178610ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:57:47.612 [INFO] !MESSAGE [AUT-0] Finished: ReturnToQ7FromControlPanel.test in 17796, The Button "Stop" could not be found. (624 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:57:47.615 [INFO] !MESSAGE [AUT-0] Starting: RunConfiguration_AddWithTag.test (625 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:57:47.640 [INFO] !MESSAGE Fail 625 (774) processed. 2 failed. spent: 258:40, 61:03 mins remaining. ReturnToQ7FromControlPanel. time: 17796ms Cause: The Button "Stop" could not be found. [INFO] Fail 625 (774) processed. 2 failed. spent: 258:40, 61:03 mins remaining. ReturnToQ7FromControlPanel. time: 17796ms Cause: The Button "Stop" could not be found. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:58:03.490 [INFO] !MESSAGE [AUT-0] Finished: RunConfiguration_AddWithTag.test in 14168 (625 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:58:03.493 [INFO] !MESSAGE [AUT-0] Starting: RunFailedTestCases.test (626 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:58:03.571 [INFO] !MESSAGE Pass 626 (774) processed. 2 failed. spent: 258:56, 60:36 mins remaining. RunConfiguration_AddWithTag. time: 14168ms [INFO] Pass 626 (774) processed. 2 failed. spent: 258:56, 60:36 mins remaining. RunConfiguration_AddWithTag. time: 14168ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:58:50.903 [INFO] !MESSAGE [AUT-0] Finished: RunFailedTestCases.test in 45979 (626 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:58:50.906 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuite.test (627 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:58:50.934 [INFO] !MESSAGE Pass 627 (774) processed. 2 failed. spent: 259:44, 60:17 mins remaining. RunFailedTestCases. time: 45979ms [INFO] Pass 627 (774) processed. 2 failed. spent: 259:44, 60:17 mins remaining. RunFailedTestCases. time: 45979ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:59:27.776 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuite.test in 35394 (627 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 18:59:27.779 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuiteFromExplorer.test (628 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 18:59:27.835 [INFO] !MESSAGE Pass 628 (774) processed. 2 failed. spent: 260:21, 59:55 mins remaining. RunTestSuite. time: 35394ms [INFO] Pass 628 (774) processed. 2 failed. spent: 260:21, 59:55 mins remaining. RunTestSuite. time: 35394ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:00:01.663 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuiteFromExplorer.test in 32394 (628 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:00:01.665 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuiteFromRunConfiguration.test (629 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:00:01.735 [INFO] !MESSAGE Pass 629 (774) processed. 2 failed. spent: 260:54, 59:32 mins remaining. RunTestSuiteFromExplorer. time: 32394ms [INFO] Pass 629 (774) processed. 2 failed. spent: 260:54, 59:32 mins remaining. RunTestSuiteFromExplorer. time: 32394ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:00:20.567 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuiteFromRunConfiguration.test in 17629 (629 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:00:20.570 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuitesFromExplorer.test (630 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:00:20.653 [INFO] !MESSAGE Pass 630 (774) processed. 2 failed. spent: 261:13, 59:06 mins remaining. RunTestSuiteFromRunConfiguration. time: 17629ms [INFO] Pass 630 (774) processed. 2 failed. spent: 261:13, 59:06 mins remaining. RunTestSuiteFromRunConfiguration. time: 17629ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:01:00.194 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuitesFromExplorer.test in 37710 (630 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:01:00.196 [INFO] !MESSAGE [AUT-0] Starting: RunTestsFromTagsView_TC1.test (631 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:01:00.254 [INFO] !MESSAGE Pass 631 (774) processed. 2 failed. spent: 261:53, 58:44 mins remaining. RunTestSuitesFromExplorer. time: 37710ms [INFO] Pass 631 (774) processed. 2 failed. spent: 261:53, 58:44 mins remaining. RunTestSuitesFromExplorer. time: 37710ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:01:20.572 [INFO] !MESSAGE [AUT-0] Finished: RunTestsFromTagsView_TC1.test in 19212 (631 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:01:20.574 [INFO] !MESSAGE Pass 632 (774) processed. 2 failed. spent: 262:13, 58:49 mins remaining. RunTestsFromTagsView_TC1. time: 19212ms [INFO] Pass 632 (774) processed. 2 failed. spent: 262:13, 58:49 mins remaining. RunTestsFromTagsView_TC1. time: 19212ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:01:20.574 [INFO] !MESSAGE [AUT-0] Starting: RunTestsFromTagsView_TC2.test (632 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:01:43.956 [INFO] !MESSAGE [AUT-0] Finished: RunTestsFromTagsView_TC2.test in 21994 (632 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:01:43.959 [INFO] !MESSAGE [AUT-0] Starting: RunTestsWhenStopOnFirstFailureSet_TC1.test (633 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:01:44.037 [INFO] !MESSAGE Pass 633 (774) processed. 2 failed. spent: 262:37, 57:53 mins remaining. RunTestsFromTagsView_TC2. time: 21994ms [INFO] Pass 633 (774) processed. 2 failed. spent: 262:37, 57:53 mins remaining. RunTestsFromTagsView_TC2. time: 21994ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:02:12.403 [INFO] !MESSAGE [AUT-0] Finished: RunTestsWhenStopOnFirstFailureSet_TC1.test in 26969 (633 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:02:12.405 [INFO] !MESSAGE [AUT-0] Starting: RunnerArg.test (634 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:02:12.465 [INFO] !MESSAGE Pass 634 (774) processed. 2 failed. spent: 263:05, 57:29 mins remaining. RunTestsWhenStopOnFirstFailureSet_TC1. time: 26969ms [INFO] Pass 634 (774) processed. 2 failed. spent: 263:05, 57:29 mins remaining. RunTestsWhenStopOnFirstFailureSet_TC1. time: 26969ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:02:22.215 [INFO] !MESSAGE [AUT-0] Finished: RunnerArg.test in 8612 (634 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:02:22.217 [INFO] !MESSAGE [AUT-0] Starting: Save AUT Details For Non-running AUT.test (635 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:02:22.275 [INFO] !MESSAGE Pass 635 (774) processed. 2 failed. spent: 263:15, 57:01 mins remaining. RunnerArg. time: 8612ms [INFO] Pass 635 (774) processed. 2 failed. spent: 263:15, 57:01 mins remaining. RunnerArg. time: 8612ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:02:38.537 [INFO] !MESSAGE [AUT-0] Finished: Save AUT Details For Non-running AUT.test in 15325 (635 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:02:38.539 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeLaunchTestCaseAlways.test (636 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:02:38.591 [INFO] !MESSAGE Pass 636 (774) processed. 2 failed. spent: 263:31, 56:35 mins remaining. Save AUT Details For Non-running AUT. time: 15325ms [INFO] Pass 636 (774) processed. 2 failed. spent: 263:31, 56:35 mins remaining. Save AUT Details For Non-running AUT. time: 15325ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:02:56.885 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeLaunchTestCaseAlways.test in 17068 (636 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:02:56.887 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeLaunchTestCaseNever.test (637 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:02:56.909 [INFO] !MESSAGE Pass 637 (774) processed. 2 failed. spent: 263:50, 56:09 mins remaining. SaveBeforeLaunchTestCaseAlways. time: 17068ms [INFO] Pass 637 (774) processed. 2 failed. spent: 263:50, 56:09 mins remaining. SaveBeforeLaunchTestCaseAlways. time: 17068ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:03:12.758 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeLaunchTestCaseNever.test in 14452 (637 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:03:12.761 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeLaunchTestCasePrompt.test (638 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:03:12.824 [INFO] !MESSAGE Pass 638 (774) processed. 2 failed. spent: 264:06, 55:42 mins remaining. SaveBeforeLaunchTestCaseNever. time: 14452ms [INFO] Pass 638 (774) processed. 2 failed. spent: 264:06, 55:42 mins remaining. SaveBeforeLaunchTestCaseNever. time: 14452ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:03:41.634 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeLaunchTestCasePrompt.test in 27367 (638 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:03:41.638 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeRestart.test (639 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:03:41.652 [INFO] !MESSAGE Pass 639 (774) processed. 2 failed. spent: 264:34, 55:18 mins remaining. SaveBeforeLaunchTestCasePrompt. time: 27367ms [INFO] Pass 639 (774) processed. 2 failed. spent: 264:34, 55:18 mins remaining. SaveBeforeLaunchTestCasePrompt. time: 27367ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-05-21 19:05:04.424 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:05:12.513 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeRestart.test in 87977 (639 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:05:12.518 [INFO] !MESSAGE [AUT-0] Starting: SaveChangesInContext.test (640 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:05:12.526 [INFO] !MESSAGE Pass 640 (774) processed. 2 failed. spent: 266:05, 55:07 mins remaining. SaveBeforeRestart. time: 87977ms [INFO] Pass 640 (774) processed. 2 failed. spent: 266:05, 55:07 mins remaining. SaveBeforeRestart. time: 87977ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:05:41.378 [INFO] !MESSAGE [AUT-0] Finished: SaveChangesInContext.test in 27571 (640 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:05:41.381 [INFO] !MESSAGE [AUT-0] Starting: SaveChangesInTest.test (641 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:05:41.453 [INFO] !MESSAGE Pass 641 (774) processed. 2 failed. spent: 266:34, 54:43 mins remaining. SaveChangesInContext. time: 27571ms [INFO] Pass 641 (774) processed. 2 failed. spent: 266:34, 54:43 mins remaining. SaveChangesInContext. time: 27571ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:06:03.282 [INFO] !MESSAGE [AUT-0] Finished: SaveChangesInTest.test in 20161 (641 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:06:03.286 [INFO] !MESSAGE [AUT-0] Starting: SaveContextBeforeLaunchTestCaseAlways.test (642 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:06:03.326 [INFO] !MESSAGE Pass 642 (774) processed. 2 failed. spent: 266:56, 54:17 mins remaining. SaveChangesInTest. time: 20161ms [INFO] Pass 642 (774) processed. 2 failed. spent: 266:56, 54:17 mins remaining. SaveChangesInTest. time: 20161ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:06:37.690 [INFO] !MESSAGE [AUT-0] Finished: SaveContextBeforeLaunchTestCaseAlways.test in 32913 (642 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:06:37.693 [INFO] !MESSAGE [AUT-0] Starting: SaveContextBeforeLaunchTestCaseNever.test (643 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:06:37.759 [INFO] !MESSAGE Pass 643 (774) processed. 2 failed. spent: 267:30, 53:54 mins remaining. SaveContextBeforeLaunchTestCaseAlways. time: 32913ms [INFO] Pass 643 (774) processed. 2 failed. spent: 267:30, 53:54 mins remaining. SaveContextBeforeLaunchTestCaseAlways. time: 32913ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:07:02.592 [INFO] !MESSAGE [AUT-0] Finished: SaveContextBeforeLaunchTestCaseNever.test in 23336 (643 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:07:02.594 [INFO] !MESSAGE [AUT-0] Starting: SaveContextBeforeLaunchTestCasePrompt.test (644 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:07:02.634 [INFO] !MESSAGE Pass 644 (774) processed. 2 failed. spent: 267:55, 53:30 mins remaining. SaveContextBeforeLaunchTestCaseNever. time: 23336ms [INFO] Pass 644 (774) processed. 2 failed. spent: 267:55, 53:30 mins remaining. SaveContextBeforeLaunchTestCaseNever. time: 23336ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:07:42.014 [INFO] !MESSAGE [AUT-0] Finished: SaveContextBeforeLaunchTestCasePrompt.test in 37512 (644 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:07:42.017 [INFO] !MESSAGE [AUT-0] Starting: SaveDiacriticSymbolsInTest.test (645 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:07:42.019 [INFO] !MESSAGE Pass 645 (774) processed. 2 failed. spent: 268:35, 53:08 mins remaining. SaveContextBeforeLaunchTestCasePrompt. time: 37512ms [INFO] Pass 645 (774) processed. 2 failed. spent: 268:35, 53:08 mins remaining. SaveContextBeforeLaunchTestCasePrompt. time: 37512ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:08:01.394 [INFO] !MESSAGE [AUT-0] Finished: SaveDiacriticSymbolsInTest.test in 18132 (645 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:08:01.397 [INFO] !MESSAGE [AUT-0] Starting: SaveIsImmediate.test (646 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:08:01.439 [INFO] !MESSAGE Pass 646 (774) processed. 2 failed. spent: 268:54, 52:42 mins remaining. SaveDiacriticSymbolsInTest. time: 18132ms [INFO] Pass 646 (774) processed. 2 failed. spent: 268:54, 52:42 mins remaining. SaveDiacriticSymbolsInTest. time: 18132ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:08:15.223 [INFO] !MESSAGE [AUT-0] Finished: SaveIsImmediate.test in 12778 (646 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:08:15.227 [INFO] !MESSAGE [AUT-0] Starting: SaveSpecialSymbolsInTest.test (647 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:08:15.253 [INFO] !MESSAGE Pass 647 (774) processed. 2 failed. spent: 269:08, 52:15 mins remaining. SaveIsImmediate. time: 12778ms [INFO] Pass 647 (774) processed. 2 failed. spent: 269:08, 52:15 mins remaining. SaveIsImmediate. time: 12778ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:08:33.564 [INFO] !MESSAGE [AUT-0] Finished: SaveSpecialSymbolsInTest.test in 16992 (647 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:08:33.567 [INFO] !MESSAGE [AUT-0] Starting: SaveTestFromControlPanel.test (648 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:08:33.619 [INFO] !MESSAGE Pass 648 (774) processed. 2 failed. spent: 269:26, 51:48 mins remaining. SaveSpecialSymbolsInTest. time: 16992ms [INFO] Pass 648 (774) processed. 2 failed. spent: 269:26, 51:48 mins remaining. SaveSpecialSymbolsInTest. time: 16992ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:10:45.599 [INFO] !MESSAGE [AUT-0] Finished: SaveTestFromControlPanel.test in 129163 (648 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:10:45.601 [INFO] !MESSAGE [AUT-0] Starting: Script Editor.scenario (649 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:10:45.638 [INFO] !MESSAGE Pass 649 (774) processed. 2 failed. spent: 271:38, 51:44 mins remaining. SaveTestFromControlPanel. time: 129163ms [INFO] Pass 649 (774) processed. 2 failed. spent: 271:38, 51:44 mins remaining. SaveTestFromControlPanel. time: 129163ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:11:03.035 [INFO] !MESSAGE [AUT-0] Finished: Script Editor.scenario in 15799 (649 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:11:03.038 [INFO] !MESSAGE [AUT-0] Starting: ScriptEditingIsDisabledDuringRecording.test (650 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:11:03.056 [INFO] !MESSAGE Pass 650 (774) processed. 2 failed. spent: 271:56, 51:18 mins remaining. Script EditorAutocompletion. time: 15799ms [INFO] Pass 650 (774) processed. 2 failed. spent: 271:56, 51:18 mins remaining. Script EditorAutocompletion. time: 15799ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:11:17.390 [INFO] !MESSAGE [AUT-0] Finished: ScriptEditingIsDisabledDuringRecording.test in 13182 (650 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:11:17.392 [INFO] !MESSAGE [AUT-0] Starting: SearchInWorkingSet.test (651 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:11:17.424 [INFO] !MESSAGE Pass 651 (774) processed. 2 failed. spent: 272:10, 50:50 mins remaining. ScriptEditingIsDisabledDuringRecording. time: 13182ms [INFO] Pass 651 (774) processed. 2 failed. spent: 272:10, 50:50 mins remaining. ScriptEditingIsDisabledDuringRecording. time: 13182ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:11:39.254 [INFO] !MESSAGE [AUT-0] Finished: SearchInWorkingSet.test in 20741 (651 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:11:39.257 [INFO] !MESSAGE [AUT-0] Starting: SearchTestInDescription.test (652 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:11:39.344 [INFO] !MESSAGE Pass 652 (774) processed. 2 failed. spent: 272:32, 50:25 mins remaining. SearchInWorkingSet. time: 20741ms [INFO] Pass 652 (774) processed. 2 failed. spent: 272:32, 50:25 mins remaining. SearchInWorkingSet. time: 20741ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:11:54.143 [INFO] !MESSAGE [AUT-0] Finished: SearchTestInDescription.test in 13668 (652 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:11:54.146 [INFO] !MESSAGE [AUT-0] Starting: SearchTextInContexts.test (653 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:11:54.158 [INFO] !MESSAGE Pass 653 (774) processed. 2 failed. spent: 272:47, 49:58 mins remaining. SearchTestInDescription. time: 13668ms [INFO] Pass 653 (774) processed. 2 failed. spent: 272:47, 49:58 mins remaining. SearchTestInDescription. time: 13668ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:12:09.541 [INFO] !MESSAGE [AUT-0] Finished: SearchTextInContexts.test in 14141 (653 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:12:09.543 [INFO] !MESSAGE [AUT-0] Starting: SearchTextInScript.test (654 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:12:09.627 [INFO] !MESSAGE Pass 654 (774) processed. 2 failed. spent: 273:02, 49:31 mins remaining. SearchTextInContexts. time: 14141ms [INFO] Pass 654 (774) processed. 2 failed. spent: 273:02, 49:31 mins remaining. SearchTextInContexts. time: 14141ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:12:24.931 [INFO] !MESSAGE [AUT-0] Finished: SearchTextInScript.test in 13833 (654 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:12:24.934 [INFO] !MESSAGE [AUT-0] Starting: SearchTextInTags.test (655 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:12:24.942 [INFO] !MESSAGE Pass 655 (774) processed. 2 failed. spent: 273:18, 49:05 mins remaining. SearchTextInScript. time: 13833ms [INFO] Pass 655 (774) processed. 2 failed. spent: 273:18, 49:05 mins remaining. SearchTextInScript. time: 13833ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:12:39.832 [INFO] !MESSAGE [AUT-0] Finished: SearchTextInTags.test in 13541 (655 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:12:39.834 [INFO] !MESSAGE [AUT-0] Starting: SecondControlPanel_RecordSnippet.scenario (656 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:12:39.856 [INFO] !MESSAGE Pass 656 (774) processed. 2 failed. spent: 273:33, 48:38 mins remaining. SearchTextInTags. time: 13541ms [INFO] Pass 656 (774) processed. 2 failed. spent: 273:33, 48:38 mins remaining. SearchTextInTags. time: 13541ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:13:16.730 [INFO] !MESSAGE [AUT-0] Finished: SecondControlPanel_RecordSnippet.scenario in 35487 (656 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:13:16.733 [INFO] !MESSAGE [AUT-0] Starting: SecondControlPanel_ScenarioEditor.scenario (657 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:13:16.792 [INFO] !MESSAGE Pass 657 (774) processed. 2 failed. spent: 274:09, 48:15 mins remaining. SecondControlPanel_RecordSnippet. time: 35487ms [INFO] Pass 657 (774) processed. 2 failed. spent: 274:09, 48:15 mins remaining. SecondControlPanel_RecordSnippet. time: 35487ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:13:54.097 [INFO] !MESSAGE [AUT-0] Finished: SecondControlPanel_ScenarioEditor.scenario in 35941 (657 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:13:54.100 [INFO] !MESSAGE [AUT-0] Starting: SelectAll in Script Viewer.test (658 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:13:54.133 [INFO] !MESSAGE Pass 658 (774) processed. 2 failed. spent: 274:47, 47:52 mins remaining. SecondControlPanel_ScenarioEditor. time: 35941ms [INFO] Pass 658 (774) processed. 2 failed. spent: 274:47, 47:52 mins remaining. SecondControlPanel_ScenarioEditor. time: 35941ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:14:15.997 [INFO] !MESSAGE [AUT-0] Finished: SelectAll in Script Viewer.test in 20461 (658 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:14:16.000 [INFO] !MESSAGE [AUT-0] Starting: SelectLocationAtCreationContext.test (659 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:14:16.065 [INFO] !MESSAGE Pass 659 (774) processed. 2 failed. spent: 275:09, 47:27 mins remaining. SelectAll in Script Viewer. time: 20461ms [INFO] Pass 659 (774) processed. 2 failed. spent: 275:09, 47:27 mins remaining. SelectAll in Script Viewer. time: 20461ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:14:36.394 [INFO] !MESSAGE [AUT-0] Finished: SelectLocationAtCreationContext.test in 19070 (659 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:14:36.396 [INFO] !MESSAGE [AUT-0] Starting: SelectLocationAtCreationTest.test (660 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:14:36.486 [INFO] !MESSAGE Pass 660 (774) processed. 2 failed. spent: 275:29, 47:01 mins remaining. SelectLocationAtCreationContext. time: 19070ms [INFO] Pass 660 (774) processed. 2 failed. spent: 275:29, 47:01 mins remaining. SelectLocationAtCreationContext. time: 19070ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:14:55.777 [INFO] !MESSAGE [AUT-0] Finished: SelectLocationAtCreationTest.test in 18294 (660 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:14:55.779 [INFO] !MESSAGE [AUT-0] Starting: SelectLocationForGroupContext.test (661 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:14:55.831 [INFO] !MESSAGE Pass 661 (774) processed. 2 failed. spent: 275:49, 46:35 mins remaining. SelectLocationAtCreationTest. time: 18294ms [INFO] Pass 661 (774) processed. 2 failed. spent: 275:49, 46:35 mins remaining. SelectLocationAtCreationTest. time: 18294ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:15:09.643 [INFO] !MESSAGE [AUT-0] Finished: SelectLocationForGroupContext.test in 12526 (661 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:15:09.645 [INFO] !MESSAGE Pass 662 (774) processed. 2 failed. spent: 276:02, 46:37 mins remaining. SelectLocationForGroupContext. time: 12526ms [INFO] Pass 662 (774) processed. 2 failed. spent: 276:02, 46:37 mins remaining. SelectLocationForGroupContext. time: 12526ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:15:09.645 [INFO] !MESSAGE [AUT-0] Starting: SelectPerspectiveFromDialog.test (662 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:17:02.560 [INFO] !MESSAGE [AUT-0] Finished: SelectPerspectiveFromDialog.test in 111382 (662 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:17:02.562 [INFO] !MESSAGE [AUT-0] Starting: SelectRows.test (663 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:17:02.640 [INFO] !MESSAGE Pass 663 (774) processed. 2 failed. spent: 277:55, 45:58 mins remaining. SelectPerspectiveFromDialog. time: 111382ms [INFO] Pass 663 (774) processed. 2 failed. spent: 277:55, 45:58 mins remaining. SelectPerspectiveFromDialog. time: 111382ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:17:20.008 [INFO] !MESSAGE [AUT-0] Finished: SelectRows.test in 15350 (663 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:17:20.011 [INFO] !MESSAGE [AUT-0] Starting: Selection in Script Viewer.test (664 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:17:20.057 [INFO] !MESSAGE Pass 664 (774) processed. 2 failed. spent: 278:13, 45:32 mins remaining. SelectRows. time: 15350ms [INFO] Pass 664 (774) processed. 2 failed. spent: 278:13, 45:32 mins remaining. SelectRows. time: 15350ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:17:37.866 [INFO] !MESSAGE [AUT-0] Finished: Selection in Script Viewer.test in 16552 (664 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:17:37.869 [INFO] !MESSAGE [AUT-0] Starting: SelectionAfterDelete.test (665 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:17:37.874 [INFO] !MESSAGE Pass 665 (774) processed. 2 failed. spent: 278:31, 45:05 mins remaining. Selection in Script Viewer. time: 16552ms [INFO] Pass 665 (774) processed. 2 failed. spent: 278:31, 45:05 mins remaining. Selection in Script Viewer. time: 16552ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:17:50.764 [INFO] !MESSAGE [AUT-0] Finished: SelectionAfterDelete.test in 11682 (665 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:17:50.766 [INFO] !MESSAGE [AUT-0] Starting: Set AUT in Launch Configuration.test (666 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:17:50.824 [INFO] !MESSAGE Pass 666 (774) processed. 2 failed. spent: 278:44, 44:38 mins remaining. SelectionAfterDelete. time: 11682ms [INFO] Pass 666 (774) processed. 2 failed. spent: 278:44, 44:38 mins remaining. SelectionAfterDelete. time: 11682ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:19:22.040 [INFO] !MESSAGE [AUT-0] Finished: Set AUT in Launch Configuration.test in 86950 (666 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:19:22.044 [INFO] !MESSAGE [AUT-0] Starting: Set AUT in Launch Configuration_Run As TestCase.test (667 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:19:22.126 [INFO] !MESSAGE Pass 667 (774) processed. 2 failed. spent: 280:15, 44:24 mins remaining. Set AUT in Launch Configuration. time: 86950ms [INFO] Pass 667 (774) processed. 2 failed. spent: 280:15, 44:24 mins remaining. Set AUT in Launch Configuration. time: 86950ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:21:18.321 [INFO] !MESSAGE [AUT-0] Finished: Set AUT in Launch Configuration_Run As TestCase.test in 110589 (667 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:21:18.323 [INFO] !MESSAGE [AUT-0] Starting: Set Breakpoint In Proc_Current Command Highlighting.test (668 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:21:18.330 [INFO] !MESSAGE Pass 668 (774) processed. 2 failed. spent: 282:11, 44:13 mins remaining. Set AUT in Launch Configuration_Run As TestCase. time: 110589ms [INFO] Pass 668 (774) processed. 2 failed. spent: 282:11, 44:13 mins remaining. Set AUT in Launch Configuration_Run As TestCase. time: 110589ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:22:32.635 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Current Command Highlighting.test in 71188 (668 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:22:32.637 [INFO] !MESSAGE [AUT-0] Starting: Set Breakpoint In Proc_Step Into_Check Variables.test (669 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:22:32.676 [INFO] !MESSAGE Pass 669 (774) processed. 2 failed. spent: 283:25, 43:55 mins remaining. Set Breakpoint In Proc_Current Command Highlighting. time: 71188ms [INFO] Pass 669 (774) processed. 2 failed. spent: 283:25, 43:55 mins remaining. Set Breakpoint In Proc_Current Command Highlighting. time: 71188ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:23:20.857 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Step Into_Check Variables.test in 46176 (669 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:23:20.860 [INFO] !MESSAGE [AUT-0] Starting: Set Breakpoint In Proc_Step Into_Step Return.test (670 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:23:20.956 [INFO] !MESSAGE Pass 670 (774) processed. 2 failed. spent: 284:14, 43:33 mins remaining. Set Breakpoint In Proc_Step Into_Check Variables. time: 46176ms [INFO] Pass 670 (774) processed. 2 failed. spent: 284:14, 43:33 mins remaining. Set Breakpoint In Proc_Step Into_Check Variables. time: 46176ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:24:25.836 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Step Into_Step Return.test in 57748 (670 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:24:25.839 [INFO] !MESSAGE [AUT-0] Starting: Set Breakpoint In Proc_Step Over Should Navigate To Next Line.test (671 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:24:25.928 [INFO] !MESSAGE Pass 671 (774) processed. 2 failed. spent: 285:19, 43:14 mins remaining. Set Breakpoint In Proc_Step Into_Step Return. time: 57748ms [INFO] Pass 671 (774) processed. 2 failed. spent: 285:19, 43:14 mins remaining. Set Breakpoint In Proc_Step Into_Step Return. time: 57748ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:24:59.158 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Step Over Should Navigate To Next Line.test in 30791 (671 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:24:59.160 [INFO] !MESSAGE [AUT-0] Starting: Set Breakpoint In Proc_Verify ECL Thread.test (672 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:24:59.225 [INFO] !MESSAGE Pass 672 (774) processed. 2 failed. spent: 285:52, 42:50 mins remaining. Set Breakpoint In Proc_Step Over Should Navigate To Next Line. time: 30791ms [INFO] Pass 672 (774) processed. 2 failed. spent: 285:52, 42:50 mins remaining. Set Breakpoint In Proc_Step Over Should Navigate To Next Line. time: 30791ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:25:51.749 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Verify ECL Thread.test in 50896 (672 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:25:51.751 [INFO] !MESSAGE [AUT-0] Starting: Set Breakpoint in Procedure_Check Breakpoint.test (673 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:25:51.776 [INFO] !MESSAGE Pass 673 (774) processed. 2 failed. spent: 286:44, 42:28 mins remaining. Set Breakpoint In Proc_Verify ECL Thread. time: 50896ms [INFO] Pass 673 (774) processed. 2 failed. spent: 286:44, 42:28 mins remaining. Set Breakpoint In Proc_Verify ECL Thread. time: 50896ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:26:41.463 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint in Procedure_Check Breakpoint.test in 47776 (673 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:26:41.465 [INFO] !MESSAGE [AUT-0] Starting: Set Tag To Workspace Context.test (674 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:26:41.547 [INFO] !MESSAGE Pass 674 (774) processed. 2 failed. spent: 287:34, 42:06 mins remaining. Set Breakpoint in Procedure_Check Breakpoint. time: 47776ms [INFO] Pass 674 (774) processed. 2 failed. spent: 287:34, 42:06 mins remaining. Set Breakpoint in Procedure_Check Breakpoint. time: 47776ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:27:00.475 [INFO] !MESSAGE [AUT-0] Finished: Set Tag To Workspace Context.test in 17171 (674 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:27:00.478 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointByShortKey.test (675 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:27:00.566 [INFO] !MESSAGE Pass 675 (774) processed. 2 failed. spent: 287:53, 41:40 mins remaining. Set Tag To Workspace Context. time: 17171ms [INFO] Pass 675 (774) processed. 2 failed. spent: 287:53, 41:40 mins remaining. Set Tag To Workspace Context. time: 17171ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:27:27.146 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointByShortKey.test in 24619 (675 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:27:27.149 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointInBodyOfMethod.test (676 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:27:27.236 [INFO] !MESSAGE Pass 676 (774) processed. 2 failed. spent: 288:20, 41:15 mins remaining. SetBreakpointByShortKey. time: 24619ms [INFO] Pass 676 (774) processed. 2 failed. spent: 288:20, 41:15 mins remaining. SetBreakpointByShortKey. time: 24619ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:27:52.092 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointInBodyOfMethod.test in 20497 (676 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:27:52.094 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointInTestWithRestarting.test (677 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:27:52.122 [INFO] !MESSAGE Pass 677 (774) processed. 2 failed. spent: 288:45, 40:49 mins remaining. SetBreakpointInBodyOfMethod. time: 20497ms [INFO] Pass 677 (774) processed. 2 failed. spent: 288:45, 40:49 mins remaining. SetBreakpointInBodyOfMethod. time: 20497ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:30:02.221 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointInTestWithRestarting.test in 128031 (677 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:30:02.224 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointOnPartOfLine.test (678 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:30:02.245 [INFO] !MESSAGE Pass 678 (774) processed. 2 failed. spent: 290:55, 40:38 mins remaining. SetBreakpointInTestWithRestarting. time: 128031ms [INFO] Pass 678 (774) processed. 2 failed. spent: 290:55, 40:38 mins remaining. SetBreakpointInTestWithRestarting. time: 128031ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:30:58.786 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointOnPartOfLine.test in 54663 (678 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:30:58.789 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointToCommentLine.test (679 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:30:58.825 [INFO] !MESSAGE Pass 679 (774) processed. 2 failed. spent: 291:52, 40:17 mins remaining. SetBreakpointOnPartOfLine. time: 54663ms [INFO] Pass 679 (774) processed. 2 failed. spent: 291:52, 40:17 mins remaining. SetBreakpointOnPartOfLine. time: 54663ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:31:28.476 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointToCommentLine.test in 27466 (679 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:31:28.478 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointViaContextMenu.test (680 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:31:28.554 [INFO] !MESSAGE Pass 680 (774) processed. 2 failed. spent: 292:21, 39:51 mins remaining. SetBreakpointToCommentLine. time: 27466ms [INFO] Pass 680 (774) processed. 2 failed. spent: 292:21, 39:51 mins remaining. SetBreakpointToCommentLine. time: 27466ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:31:55.712 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointViaContextMenu.test in 24919 (680 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:31:55.714 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointViaMainMenu.test (681 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:31:55.730 [INFO] !MESSAGE Pass 681 (774) processed. 2 failed. spent: 292:48, 39:26 mins remaining. SetBreakpointViaContextMenu. time: 24919ms [INFO] Pass 681 (774) processed. 2 failed. spent: 292:48, 39:26 mins remaining. SetBreakpointViaContextMenu. time: 24919ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:32:20.327 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointViaMainMenu.test in 22555 (681 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:32:20.329 [INFO] !MESSAGE [AUT-0] Starting: SetParameter.test (682 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:32:20.353 [INFO] !MESSAGE Pass 682 (774) processed. 2 failed. spent: 293:13, 39:00 mins remaining. SetBreakpointViaMainMenu. time: 22555ms [INFO] Pass 682 (774) processed. 2 failed. spent: 293:13, 39:00 mins remaining. SetBreakpointViaMainMenu. time: 22555ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:32:35.412 [INFO] !MESSAGE [AUT-0] Finished: SetParameter.test in 13108 (682 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:32:35.415 [INFO] !MESSAGE [AUT-0] Starting: SetUnsetCommentsInScriptViewer.test (683 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:32:35.468 [INFO] !MESSAGE Pass 683 (774) processed. 2 failed. spent: 293:28, 38:33 mins remaining. SetParameterGetParameter. time: 13108ms [INFO] Pass 683 (774) processed. 2 failed. spent: 293:28, 38:33 mins remaining. SetParameterGetParameter. time: 13108ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:32:49.911 [INFO] !MESSAGE [AUT-0] Finished: SetUnsetCommentsInScriptViewer.test in 12753 (683 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:32:49.913 [INFO] !MESSAGE [AUT-0] Starting: ShowInTask.test (684 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:32:49.983 [INFO] !MESSAGE Pass 684 (774) processed. 2 failed. spent: 293:43, 38:06 mins remaining. SetUnsetCommentsInScriptViewer. time: 12753ms [INFO] Pass 684 (774) processed. 2 failed. spent: 293:43, 38:06 mins remaining. SetUnsetCommentsInScriptViewer. time: 12753ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:33:18.035 [INFO] !MESSAGE [AUT-0] Finished: ShowInTask.test in 25963 (684 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:33:18.038 [INFO] !MESSAGE [AUT-0] Starting: ShowOnlyContextsFromTheRequiredProject.test (685 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:33:18.111 [INFO] !MESSAGE Pass 685 (774) processed. 2 failed. spent: 294:11, 37:40 mins remaining. ShowInTask. time: 25963ms [INFO] Pass 685 (774) processed. 2 failed. spent: 294:11, 37:40 mins remaining. ShowInTask. time: 25963ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:33:32.100 [INFO] !MESSAGE [AUT-0] Finished: ShowOnlyContextsFromTheRequiredProject.test in 12385 (685 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:33:32.102 [INFO] !MESSAGE [AUT-0] Starting: Simple Coloring in Script Viewer.test (686 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:33:32.128 [INFO] !MESSAGE Pass 686 (774) processed. 2 failed. spent: 294:25, 37:13 mins remaining. ShowOnlyContextsFromTheRequiredProject. time: 12385ms [INFO] Pass 686 (774) processed. 2 failed. spent: 294:25, 37:13 mins remaining. ShowOnlyContextsFromTheRequiredProject. time: 12385ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:33:46.630 [INFO] !MESSAGE [AUT-0] Finished: Simple Coloring in Script Viewer.test in 12778 (686 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:33:46.633 [INFO] !MESSAGE [AUT-0] Starting: SkipAllBreakpointsInDebug.test (687 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:33:46.642 [INFO] !MESSAGE Pass 687 (774) processed. 2 failed. spent: 294:39, 36:46 mins remaining. Simple Coloring in Script Viewer. time: 12778ms [INFO] Pass 687 (774) processed. 2 failed. spent: 294:39, 36:46 mins remaining. Simple Coloring in Script Viewer. time: 12778ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:34:12.274 [INFO] !MESSAGE [AUT-0] Finished: SkipAllBreakpointsInDebug.test in 23515 (687 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:34:12.278 [INFO] !MESSAGE [AUT-0] Starting: SmallMultipleScenarioModificationTest.test (688 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:34:12.368 [INFO] !MESSAGE Pass 688 (774) processed. 2 failed. spent: 295:05, 36:21 mins remaining. SkipAllBreakpointsInDebug. time: 23515ms [INFO] Pass 688 (774) processed. 2 failed. spent: 295:05, 36:21 mins remaining. SkipAllBreakpointsInDebug. time: 23515ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:34:50.927 [INFO] !MESSAGE [AUT-0] Finished: SmallMultipleScenarioModificationTest.test in 36287 (688 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:34:50.929 [INFO] !MESSAGE [AUT-0] Starting: SortingInQ7Explorer.test (689 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:34:50.938 [INFO] !MESSAGE Pass 689 (774) processed. 2 failed. spent: 295:44, 35:57 mins remaining. SmallMultipleScenarioModificationTest. time: 36287ms [INFO] Pass 689 (774) processed. 2 failed. spent: 295:44, 35:57 mins remaining. SmallMultipleScenarioModificationTest. time: 36287ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:35:53.991 [INFO] !MESSAGE [AUT-0] Finished: SortingInQ7Explorer.test in 61210 (689 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:35:53.994 [INFO] !MESSAGE [AUT-0] Starting: SpecifyDocumentation.scenario (690 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:35:54.021 [INFO] !MESSAGE Pass 690 (774) processed. 2 failed. spent: 296:47, 35:35 mins remaining. SortingInQ7Explorer. time: 61210ms [INFO] Pass 690 (774) processed. 2 failed. spent: 296:47, 35:35 mins remaining. SortingInQ7Explorer. time: 61210ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:36:11.015 [INFO] !MESSAGE [AUT-0] Finished: SpecifyDocumentation.scenario in 15389 (690 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:36:11.017 [INFO] !MESSAGE [AUT-0] Starting: SpecifyDocumentationCopyPaste.scenario (691 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:36:11.038 [INFO] !MESSAGE Pass 691 (774) processed. 2 failed. spent: 297:04, 35:09 mins remaining. SpecifyDocumentation. time: 15389ms [INFO] Pass 691 (774) processed. 2 failed. spent: 297:04, 35:09 mins remaining. SpecifyDocumentation. time: 15389ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:36:28.035 [INFO] !MESSAGE [AUT-0] Finished: SpecifyDocumentationCopyPaste.scenario in 15456 (691 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:36:28.038 [INFO] !MESSAGE [AUT-0] Starting: SplitTest.test (692 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:36:28.054 [INFO] !MESSAGE Pass 692 (774) processed. 2 failed. spent: 297:21, 34:42 mins remaining. SpecifyDocumentationCopyPaste. time: 15456ms [INFO] Pass 692 (774) processed. 2 failed. spent: 297:21, 34:42 mins remaining. SpecifyDocumentationCopyPaste. time: 15456ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:36:33.419 [INFO] !MESSAGE [AUT-0] Finished: SplitTest.test in 3825 (692 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:36:33.421 [INFO] !MESSAGE [AUT-0] Starting: StepIntoAtDebugging.test (693 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:36:33.460 [INFO] !MESSAGE Pass 693 (774) processed. 2 failed. spent: 297:26, 34:14 mins remaining. SplitTest. time: 3825ms [INFO] Pass 693 (774) processed. 2 failed. spent: 297:26, 34:14 mins remaining. SplitTest. time: 3825ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:37:01.010 [INFO] !MESSAGE [AUT-0] Finished: StepIntoAtDebugging.test in 25769 (693 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:37:01.014 [INFO] !MESSAGE [AUT-0] Starting: StepOverAtDebugging.test (694 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:37:01.040 [INFO] !MESSAGE Pass 694 (774) processed. 2 failed. spent: 297:54, 33:48 mins remaining. StepIntoAtDebugging. time: 25769ms [INFO] Pass 694 (774) processed. 2 failed. spent: 297:54, 33:48 mins remaining. StepIntoAtDebugging. time: 25769ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:38:09.757 [INFO] !MESSAGE [AUT-0] Finished: StepOverAtDebugging.test in 66461 (694 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:38:09.759 [INFO] !MESSAGE [AUT-0] Starting: StopAUTByStopCommand.test (695 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:38:09.840 [INFO] !MESSAGE Pass 695 (774) processed. 2 failed. spent: 299:03, 33:27 mins remaining. StepOverAtDebugging. time: 66461ms [INFO] Pass 695 (774) processed. 2 failed. spent: 299:03, 33:27 mins remaining. StepOverAtDebugging. time: 66461ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:38:31.713 [INFO] !MESSAGE [AUT-0] Finished: StopAUTByStopCommand.test in 19996 (695 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:38:31.715 [INFO] !MESSAGE [AUT-0] Starting: StopShouldBeDisabledIfAUTIsNotRunning.test (696 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:38:31.762 [INFO] !MESSAGE Pass 696 (774) processed. 2 failed. spent: 299:24, 33:01 mins remaining. StopAUTByStopCommand. time: 19996ms [INFO] Pass 696 (774) processed. 2 failed. spent: 299:24, 33:01 mins remaining. StopAUTByStopCommand. time: 19996ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:39:58.201 [INFO] !MESSAGE [AUT-0] Finished: StopShouldBeDisabledIfAUTIsNotRunning.test in 85286 (696 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:39:58.204 [INFO] !MESSAGE [AUT-0] Starting: Switch.test (697 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:39:58.226 [INFO] !MESSAGE Pass 697 (774) processed. 2 failed. spent: 300:51, 32:42 mins remaining. StopShouldBeDisabledIfAUTIsNotRunning. time: 85286ms [INFO] Pass 697 (774) processed. 2 failed. spent: 300:51, 32:42 mins remaining. StopShouldBeDisabledIfAUTIsNotRunning. time: 85286ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:40:01.449 [INFO] !MESSAGE [AUT-0] Finished: Switch.test in 2438 (697 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:40:01.452 [INFO] !MESSAGE [AUT-0] Starting: SwitchToAssertionMode.test (698 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:40:01.529 [INFO] !MESSAGE Pass 698 (774) processed. 2 failed. spent: 300:54, 32:14 mins remaining. Switch. time: 2438ms [INFO] Pass 698 (774) processed. 2 failed. spent: 300:54, 32:14 mins remaining. Switch. time: 2438ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:41:31.470 [INFO] !MESSAGE [AUT-0] Finished: SwitchToAssertionMode.test in 88176 (698 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:41:31.472 [INFO] !MESSAGE [AUT-0] Starting: TagsAutocompletion.test (699 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:41:31.532 [INFO] !MESSAGE Pass 699 (774) processed. 2 failed. spent: 302:24, 31:55 mins remaining. SwitchToAssertionMode. time: 88176ms [INFO] Pass 699 (774) processed. 2 failed. spent: 302:24, 31:55 mins remaining. SwitchToAssertionMode. time: 88176ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:41:43.430 [INFO] !MESSAGE [AUT-0] Finished: TagsAutocompletion.test in 10188 (699 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:41:43.432 [INFO] !MESSAGE [AUT-0] Starting: TagsViewUpdateOnFileRestore.test (700 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:41:43.443 [INFO] !MESSAGE Pass 700 (774) processed. 2 failed. spent: 302:36, 31:28 mins remaining. TagsAutocompletion. time: 10188ms [INFO] Pass 700 (774) processed. 2 failed. spent: 302:36, 31:28 mins remaining. TagsAutocompletion. time: 10188ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:41:59.473 [INFO] !MESSAGE [AUT-0] Finished: TagsViewUpdateOnFileRestore.test in 14225 (700 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:41:59.476 [INFO] !MESSAGE [AUT-0] Starting: TagsViewUpdateOnProjectClose.test (701 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:41:59.557 [INFO] !MESSAGE Pass 701 (774) processed. 2 failed. spent: 302:52, 31:01 mins remaining. TagsViewUpdateOnFileRestore. time: 14225ms [INFO] Pass 701 (774) processed. 2 failed. spent: 302:52, 31:01 mins remaining. TagsViewUpdateOnFileRestore. time: 14225ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:42:12.957 [INFO] !MESSAGE [AUT-0] Finished: TagsViewUpdateOnProjectClose.test in 12096 (701 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:42:12.959 [INFO] !MESSAGE [AUT-0] Starting: TagsView_AND.test (702 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:42:12.970 [INFO] !MESSAGE Pass 702 (774) processed. 2 failed. spent: 303:06, 30:34 mins remaining. TagsViewUpdateOnProjectClose. time: 12096ms [INFO] Pass 702 (774) processed. 2 failed. spent: 303:06, 30:34 mins remaining. TagsViewUpdateOnProjectClose. time: 12096ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:42:20.366 [INFO] !MESSAGE [AUT-0] Finished: TagsView_AND.test in 5939 (702 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:42:20.369 [INFO] !MESSAGE [AUT-0] Starting: TagsView_NOT.test (703 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:42:20.378 [INFO] !MESSAGE Pass 703 (774) processed. 2 failed. spent: 303:13, 30:06 mins remaining. TagsView_AND. time: 5939ms [INFO] Pass 703 (774) processed. 2 failed. spent: 303:13, 30:06 mins remaining. TagsView_AND. time: 5939ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:42:27.801 [INFO] !MESSAGE [AUT-0] Finished: TagsView_NOT.test in 6228 (703 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:42:27.803 [INFO] !MESSAGE [AUT-0] Starting: TagsView_OR.test (704 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:42:27.885 [INFO] !MESSAGE Pass 704 (774) processed. 2 failed. spent: 303:21, 29:38 mins remaining. TagsView_NOT. time: 6228ms [INFO] Pass 704 (774) processed. 2 failed. spent: 303:21, 29:38 mins remaining. TagsView_NOT. time: 6228ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:42:37.729 [INFO] !MESSAGE [AUT-0] Finished: TagsView_OR.test in 8308 (704 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:42:37.732 [INFO] !MESSAGE [AUT-0] Starting: TagsView_tag with spaces.test (705 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:42:37.796 [INFO] !MESSAGE Pass 705 (774) processed. 2 failed. spent: 303:30, 29:11 mins remaining. TagsView_OR. time: 8308ms [INFO] Pass 705 (774) processed. 2 failed. spent: 303:30, 29:11 mins remaining. TagsView_OR. time: 8308ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:42:44.151 [INFO] !MESSAGE [AUT-0] Finished: TagsView_tag with spaces.test in 5058 (705 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:42:44.153 [INFO] !MESSAGE [AUT-0] Starting: TakeScreenshot.test (706 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:42:44.202 [INFO] !MESSAGE Pass 706 (774) processed. 2 failed. spent: 303:37, 28:43 mins remaining. TagsView_tag with spaces. time: 5058ms [INFO] Pass 706 (774) processed. 2 failed. spent: 303:37, 28:43 mins remaining. TagsView_tag with spaces. time: 5058ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:43:44.710 [INFO] !MESSAGE [AUT-0] Finished: TakeScreenshot.test in 57628 (706 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:43:44.713 [INFO] !MESSAGE [AUT-0] Starting: TerminateDebugging.test (707 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:43:44.729 [INFO] !MESSAGE Pass 707 (774) processed. 2 failed. spent: 304:37, 28:21 mins remaining. TakeScreenshot. time: 57628ms [INFO] Pass 707 (774) processed. 2 failed. spent: 304:37, 28:21 mins remaining. TakeScreenshot. time: 57628ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:44:37.755 [INFO] !MESSAGE [AUT-0] Finished: TerminateDebugging.test in 51008 (707 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:44:37.757 [INFO] !MESSAGE [AUT-0] Starting: TerminateExistingLaunches.test (708 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:44:37.777 [INFO] !MESSAGE Pass 708 (774) processed. 2 failed. spent: 305:30, 27:58 mins remaining. TerminateDebugging. time: 51008ms [INFO] Pass 708 (774) processed. 2 failed. spent: 305:30, 27:58 mins remaining. TerminateDebugging. time: 51008ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:45:51.878 [INFO] !MESSAGE [AUT-0] Finished: TerminateExistingLaunches.test in 72458 (708 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:45:51.881 [INFO] !MESSAGE [AUT-0] Starting: TestDeleteUndo.test (709 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:45:51.924 [INFO] !MESSAGE Pass 709 (774) processed. 2 failed. spent: 306:45, 27:36 mins remaining. TerminateExistingLaunches. time: 72458ms [INFO] Pass 709 (774) processed. 2 failed. spent: 306:45, 27:36 mins remaining. TerminateExistingLaunches. time: 72458ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:46:08.908 [INFO] !MESSAGE [AUT-0] Finished: TestDeleteUndo.test in 14456 (709 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:46:08.910 [INFO] !MESSAGE [AUT-0] Starting: TestDeleteUndo2.test (710 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:46:08.942 [INFO] !MESSAGE Pass 710 (774) processed. 2 failed. spent: 307:02, 27:10 mins remaining. TestDeleteUndoRedo. time: 14456ms [INFO] Pass 710 (774) processed. 2 failed. spent: 307:02, 27:10 mins remaining. TestDeleteUndoRedo. time: 14456ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:46:36.916 [INFO] !MESSAGE [AUT-0] Finished: TestDeleteUndo2.test in 26556 (710 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:46:36.919 [INFO] !MESSAGE [AUT-0] Starting: TestNumsAreDisplayedInExecutionView.test (711 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:46:36.968 [INFO] !MESSAGE Pass 711 (774) processed. 2 failed. spent: 307:30, 26:44 mins remaining. TestDeleteUndoRedo2. time: 26556ms [INFO] Pass 711 (774) processed. 2 failed. spent: 307:30, 26:44 mins remaining. TestDeleteUndoRedo2. time: 26556ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:47:23.475 [INFO] !MESSAGE [AUT-0] Finished: TestNumsAreDisplayedInExecutionView.test in 44608 (711 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:47:23.477 [INFO] !MESSAGE [AUT-0] Starting: TestOptionsPopup.test (712 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:47:23.552 [INFO] !MESSAGE Pass 712 (774) processed. 2 failed. spent: 308:16, 26:20 mins remaining. TestNumsAreDisplayedInExecutionView. time: 44608ms [INFO] Pass 712 (774) processed. 2 failed. spent: 308:16, 26:20 mins remaining. TestNumsAreDisplayedInExecutionView. time: 44608ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:47:40.903 [INFO] !MESSAGE [AUT-0] Finished: TestOptionsPopup.test in 15907 (712 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:47:40.905 [INFO] !MESSAGE [AUT-0] Starting: TestParametrizedPreferenceContext.test (713 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:47:40.969 [INFO] !MESSAGE Pass 713 (774) processed. 2 failed. spent: 308:34, 25:53 mins remaining. TestOptionsPopup. time: 15907ms [INFO] Pass 713 (774) processed. 2 failed. spent: 308:34, 25:53 mins remaining. TestOptionsPopup. time: 15907ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:47:47.903 [INFO] !MESSAGE [AUT-0] Finished: TestParametrizedPreferenceContext.test in 5462 (713 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:47:47.905 [INFO] !MESSAGE [AUT-0] Starting: TestSaveAsFromControlPanel.test (714 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:47:47.976 [INFO] !MESSAGE Pass 714 (774) processed. 2 failed. spent: 308:41, 25:26 mins remaining. TestParametrizedPreferenceContext. time: 5462ms [INFO] Pass 714 (774) processed. 2 failed. spent: 308:41, 25:26 mins remaining. TestParametrizedPreferenceContext. time: 5462ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:48:12.504 [INFO] !MESSAGE [AUT-0] Finished: TestSaveAsFromControlPanel.test in 22613 (714 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:48:12.507 [INFO] !MESSAGE [AUT-0] Starting: TestSuiteDebug.test (715 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:48:12.537 [INFO] !MESSAGE Pass 715 (774) processed. 2 failed. spent: 309:05, 25:00 mins remaining. TestSaveAsFromControlPanel. time: 22613ms [INFO] Pass 715 (774) processed. 2 failed. spent: 309:05, 25:00 mins remaining. TestSaveAsFromControlPanel. time: 22613ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:48:53.791 [INFO] !MESSAGE [AUT-0] Finished: TestSuiteDebug.test in 38878 (715 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:48:53.793 [INFO] !MESSAGE [AUT-0] Starting: TestUndoRedoExternalRef.test (716 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:48:53.822 [INFO] !MESSAGE Pass 716 (774) processed. 2 failed. spent: 309:47, 24:35 mins remaining. TestSuiteDebug. time: 38878ms [INFO] Pass 716 (774) processed. 2 failed. spent: 309:47, 24:35 mins remaining. TestSuiteDebug. time: 38878ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:49:10.391 [INFO] !MESSAGE [AUT-0] Finished: TestUndoRedoExternalRef.test in 14375 (716 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:49:10.394 [INFO] !MESSAGE [AUT-0] Starting: TestUndoWithDuplicates.test (717 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:49:10.437 [INFO] !MESSAGE Pass 717 (774) processed. 2 failed. spent: 310:03, 24:08 mins remaining. TestUndoRedoExternalRef. time: 14375ms [INFO] Pass 717 (774) processed. 2 failed. spent: 310:03, 24:08 mins remaining. TestUndoRedoExternalRef. time: 14375ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:49:38.003 [INFO] !MESSAGE [AUT-0] Finished: TestUndoWithDuplicates.test in 25598 (717 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:49:38.006 [INFO] !MESSAGE [AUT-0] Starting: TextVerification_CaptureStyledText.test (718 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:49:38.067 [INFO] !MESSAGE Pass 718 (774) processed. 2 failed. spent: 310:31, 23:43 mins remaining. TestUndoRedoWithDuplicates. time: 25598ms [INFO] Pass 718 (774) processed. 2 failed. spent: 310:31, 23:43 mins remaining. TestUndoRedoWithDuplicates. time: 25598ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:50:08.066 [INFO] !MESSAGE [AUT-0] Finished: TextVerification_CaptureStyledText.test in 28265 (718 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:50:08.068 [INFO] !MESSAGE [AUT-0] Starting: TextVerification_CaptureText.test (719 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:50:08.135 [INFO] !MESSAGE Pass 719 (774) processed. 2 failed. spent: 311:01, 23:17 mins remaining. TextVerification_CaptureStyledText. time: 28265ms [INFO] Pass 719 (774) processed. 2 failed. spent: 311:01, 23:17 mins remaining. TextVerification_CaptureStyledText. time: 28265ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:50:32.116 [INFO] !MESSAGE [AUT-0] Finished: TextVerification_CaptureText.test in 22237 (719 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:50:32.118 [INFO] !MESSAGE [AUT-0] Starting: TimeVerificationAfterRestart.test (720 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:50:32.159 [INFO] !MESSAGE Pass 720 (774) processed. 2 failed. spent: 311:25, 22:51 mins remaining. TextVerification_CaptureText. time: 22237ms [INFO] Pass 720 (774) processed. 2 failed. spent: 311:25, 22:51 mins remaining. TextVerification_CaptureText. time: 22237ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:52:24.847 [INFO] !MESSAGE [AUT-0] Finished: TimeVerificationAfterRestart.test in 110587 (720 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:52:24.850 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_CreateNew.test (721 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:52:24.932 [INFO] !MESSAGE Pass 721 (774) processed. 2 failed. spent: 313:18, 22:32 mins remaining. TimeVerificationAfterRestart. time: 110587ms [INFO] Pass 721 (774) processed. 2 failed. spent: 313:18, 22:32 mins remaining. TimeVerificationAfterRestart. time: 110587ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:52:36.891 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_CreateNew.test in 10555 (721 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:52:36.893 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode.test (722 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:52:36.945 [INFO] !MESSAGE Pass 722 (774) processed. 2 failed. spent: 313:30, 22:05 mins remaining. TreeVerification_CreateNew. time: 10555ms [INFO] Pass 722 (774) processed. 2 failed. spent: 313:30, 22:05 mins remaining. TreeVerification_CreateNew. time: 10555ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:52:51.380 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode.test in 12610 (722 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:52:51.382 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_RegularExpressionsReplayCheck.test (723 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:52:51.460 [INFO] !MESSAGE Pass 723 (774) processed. 2 failed. spent: 313:44, 21:38 mins remaining. TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode. time: 12610ms [INFO] Pass 723 (774) processed. 2 failed. spent: 313:44, 21:38 mins remaining. TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode. time: 12610ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:53:00.313 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_RegularExpressionsReplayCheck.test in 7576 (723 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:53:00.316 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_TableCase.test (724 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:53:00.372 [INFO] !MESSAGE Pass 724 (774) processed. 2 failed. spent: 313:53, 21:11 mins remaining. TreeVerification_RegularExpressionsReplayCheck. time: 7576ms [INFO] Pass 724 (774) processed. 2 failed. spent: 313:53, 21:11 mins remaining. TreeVerification_RegularExpressionsReplayCheck. time: 7576ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:53:35.248 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_TableCase.test in 33661 (724 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:53:35.251 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_TreeCase.test (725 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:53:35.252 [INFO] !MESSAGE Pass 725 (774) processed. 2 failed. spent: 314:28, 21:13 mins remaining. TreeVerification_TableCase. time: 33661ms [INFO] Pass 725 (774) processed. 2 failed. spent: 314:28, 21:13 mins remaining. TreeVerification_TableCase. time: 33661ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:53:58.187 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_TreeCase.test in 21585 (725 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:53:58.189 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture.test (726 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:53:58.221 [INFO] !MESSAGE Pass 726 (774) processed. 2 failed. spent: 314:51, 20:19 mins remaining. TreeVerification_TreeCase. time: 21585ms [INFO] Pass 726 (774) processed. 2 failed. spent: 314:51, 20:19 mins remaining. TreeVerification_TreeCase. time: 21585ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:54:25.165 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture.test in 25489 (726 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:54:25.167 [INFO] !MESSAGE [AUT-0] Starting: TryCatch.test (727 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:54:25.248 [INFO] !MESSAGE Pass 727 (774) processed. 2 failed. spent: 315:18, 19:53 mins remaining. TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture. time: 25489ms [INFO] Pass 727 (774) processed. 2 failed. spent: 315:18, 19:53 mins remaining. TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture. time: 25489ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:54:30.517 [INFO] !MESSAGE [AUT-0] Finished: TryCatch.test in 4150 (727 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:54:30.519 [INFO] !MESSAGE [AUT-0] Starting: TryCatchNPE.test (728 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:54:30.554 [INFO] !MESSAGE Pass 728 (774) processed. 2 failed. spent: 315:23, 19:26 mins remaining. TryCatch. time: 4150ms [INFO] Pass 728 (774) processed. 2 failed. spent: 315:23, 19:26 mins remaining. TryCatch. time: 4150ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:54:35.851 [INFO] !MESSAGE [AUT-0] Finished: TryCatchNPE.test in 4130 (728 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:54:35.854 [INFO] !MESSAGE [AUT-0] Starting: TryToAddTestIntoGroupContext.test (729 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:54:35.859 [INFO] !MESSAGE Pass 729 (774) processed. 2 failed. spent: 315:29, 18:59 mins remaining. TryCatchNPE. time: 4130ms [INFO] Pass 729 (774) processed. 2 failed. spent: 315:29, 18:59 mins remaining. TryCatchNPE. time: 4130ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:54:56.926 [INFO] !MESSAGE [AUT-0] Finished: TryToAddTestIntoGroupContext.test in 19326 (729 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:54:56.928 [INFO] !MESSAGE [AUT-0] Starting: TryToCompareWithLocalHistoryWhenNoChangesWereMade.test (730 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:54:57.026 [INFO] !MESSAGE Pass 730 (774) processed. 2 failed. spent: 315:50, 18:33 mins remaining. TryToAddTestIntoGroupContext. time: 19326ms [INFO] Pass 730 (774) processed. 2 failed. spent: 315:50, 18:33 mins remaining. TryToAddTestIntoGroupContext. time: 19326ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:55:08.948 [INFO] !MESSAGE [AUT-0] Finished: TryToCompareWithLocalHistoryWhenNoChangesWereMade.test in 10487 (730 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:55:08.950 [INFO] !MESSAGE [AUT-0] Starting: TryToCreateCycledGroupContexts.test (731 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:55:09.039 [INFO] !MESSAGE Pass 731 (774) processed. 2 failed. spent: 316:02, 18:06 mins remaining. TryToCompareWithLocalHistoryWhenNoChangesWereMade. time: 10487ms [INFO] Pass 731 (774) processed. 2 failed. spent: 316:02, 18:06 mins remaining. TryToCompareWithLocalHistoryWhenNoChangesWereMade. time: 10487ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:55:33.468 [INFO] !MESSAGE [AUT-0] Finished: TryToCreateCycledGroupContexts.test in 22954 (731 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:55:33.470 [INFO] !MESSAGE [AUT-0] Starting: TryToExportNotTestCase.test (732 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:55:33.565 [INFO] !MESSAGE Pass 732 (774) processed. 2 failed. spent: 316:26, 17:40 mins remaining. TryToCreateCycledGroupContexts. time: 22954ms [INFO] Pass 732 (774) processed. 2 failed. spent: 316:26, 17:40 mins remaining. TryToCreateCycledGroupContexts. time: 22954ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:55:45.980 [INFO] !MESSAGE [AUT-0] Finished: TryToExportNotTestCase.test in 10957 (732 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:55:45.982 [INFO] !MESSAGE [AUT-0] Starting: TryToImportWithEmptyClipboard.test (733 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:55:46.078 [INFO] !MESSAGE Pass 733 (774) processed. 2 failed. spent: 316:39, 17:13 mins remaining. TryToExportNotTestCase. time: 10957ms [INFO] Pass 733 (774) processed. 2 failed. spent: 316:39, 17:13 mins remaining. TryToExportNotTestCase. time: 10957ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:56:01.484 [INFO] !MESSAGE [AUT-0] Finished: TryToImportWithEmptyClipboard.test in 13825 (733 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:56:01.486 [INFO] !MESSAGE [AUT-0] Starting: TryToVerifyUnresolvedWidget.test (734 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:56:01.524 [INFO] !MESSAGE Pass 734 (774) processed. 2 failed. spent: 316:54, 16:47 mins remaining. TryToImportWithEmptyClipboard. time: 13825ms [INFO] Pass 734 (774) processed. 2 failed. spent: 316:54, 16:47 mins remaining. TryToImportWithEmptyClipboard. time: 13825ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:56:31.277 [INFO] !MESSAGE [AUT-0] Finished: TryToVerifyUnresolvedWidget.test in 27789 (734 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:56:31.279 [INFO] !MESSAGE [AUT-0] Starting: UndoDeleteFolder.test (735 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:56:31.321 [INFO] !MESSAGE Pass 735 (774) processed. 2 failed. spent: 317:24, 16:21 mins remaining. TryToVerifyUnresolvedWidget. time: 27789ms [INFO] Pass 735 (774) processed. 2 failed. spent: 317:24, 16:21 mins remaining. TryToVerifyUnresolvedWidget. time: 27789ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:57:00.857 [INFO] !MESSAGE [AUT-0] Finished: UndoDeleteFolder.test in 27713 (735 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:57:00.860 [INFO] !MESSAGE [AUT-0] Starting: UndoDeleteProjectWithoutDeleteFromDiskByEditMenu.test (736 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:57:00.950 [INFO] !MESSAGE Pass 736 (774) processed. 2 failed. spent: 317:54, 15:56 mins remaining. UndoRedoDeleteFolderByHotKeys. time: 27713ms [INFO] Pass 736 (774) processed. 2 failed. spent: 317:54, 15:56 mins remaining. UndoRedoDeleteFolderByHotKeys. time: 27713ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:57:19.376 [INFO] !MESSAGE [AUT-0] Finished: UndoDeleteProjectWithoutDeleteFromDiskByEditMenu.test in 16855 (736 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:57:19.378 [INFO] !MESSAGE [AUT-0] Starting: UndoDeletingTwoContextsInTest.test (737 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:57:19.468 [INFO] !MESSAGE Pass 737 (774) processed. 2 failed. spent: 318:12, 15:30 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByEditMenu. time: 16855ms [INFO] Pass 737 (774) processed. 2 failed. spent: 318:12, 15:30 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByEditMenu. time: 16855ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:57:46.911 [INFO] !MESSAGE [AUT-0] Finished: UndoDeletingTwoContextsInTest.test in 25668 (737 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:57:46.914 [INFO] !MESSAGE [AUT-0] Starting: UndoRedoDeleteFolderByEditMenu.test (738 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:57:46.994 [INFO] !MESSAGE Pass 738 (774) processed. 2 failed. spent: 318:40, 15:04 mins remaining. UndoDeletingTwoContextsInTest. time: 25668ms [INFO] Pass 738 (774) processed. 2 failed. spent: 318:40, 15:04 mins remaining. UndoDeletingTwoContextsInTest. time: 25668ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:58:13.478 [INFO] !MESSAGE [AUT-0] Finished: UndoRedoDeleteFolderByEditMenu.test in 24515 (738 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:58:13.480 [INFO] !MESSAGE [AUT-0] Starting: UndoRedoDeletingTestSuiteByHotKeys.test (739 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:58:13.520 [INFO] !MESSAGE Pass 739 (774) processed. 2 failed. spent: 319:06, 14:38 mins remaining. UndoRedoDeleteFolderByEditMenu. time: 24515ms [INFO] Pass 739 (774) processed. 2 failed. spent: 319:06, 14:38 mins remaining. UndoRedoDeleteFolderByEditMenu. time: 24515ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:58:30.070 [INFO] !MESSAGE [AUT-0] Finished: UndoRedoDeletingTestSuiteByHotKeys.test in 14752 (739 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:58:30.072 [INFO] !MESSAGE [AUT-0] Starting: UndoRedoDeletingTestSuiteFromEditMenu.test (740 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:58:30.136 [INFO] !MESSAGE Pass 740 (774) processed. 2 failed. spent: 319:23, 14:12 mins remaining. UndoRedoDeletingTestSuiteByHotKeys. time: 14752ms [INFO] Pass 740 (774) processed. 2 failed. spent: 319:23, 14:12 mins remaining. UndoRedoDeletingTestSuiteByHotKeys. time: 14752ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:58:46.596 [INFO] !MESSAGE [AUT-0] Finished: UndoRedoDeletingTestSuiteFromEditMenu.test in 15016 (740 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:58:46.620 [INFO] !MESSAGE [AUT-0] Starting: Undo_Redo in Control Panel.test (741 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:58:46.652 [INFO] !MESSAGE Pass 741 (774) processed. 2 failed. spent: 319:39, 13:46 mins remaining. UndoRedoDeletingTestSuiteFromEditMenu. time: 15016ms [INFO] Pass 741 (774) processed. 2 failed. spent: 319:39, 13:46 mins remaining. UndoRedoDeletingTestSuiteFromEditMenu. time: 15016ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:59:06.144 [INFO] !MESSAGE [AUT-0] Finished: Undo_Redo in Control Panel.test in 17884 (741 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:59:06.146 [INFO] !MESSAGE [AUT-0] Starting: Undo_Redo in ScriptViewer.test (742 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:59:06.170 [INFO] !MESSAGE Pass 742 (774) processed. 2 failed. spent: 319:59, 13:19 mins remaining. Undo/Redo in Control Panel. time: 17884ms [INFO] Pass 742 (774) processed. 2 failed. spent: 319:59, 13:19 mins remaining. Undo/Redo in Control Panel. time: 17884ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:59:24.181 [INFO] !MESSAGE [AUT-0] Finished: Undo_Redo in ScriptViewer.test in 16458 (742 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:59:24.183 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInContextDescription.test (743 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:59:24.225 [INFO] !MESSAGE Pass 743 (774) processed. 2 failed. spent: 320:17, 12:53 mins remaining. Undo/Redo in ScriptViewer. time: 16458ms [INFO] Pass 743 (774) processed. 2 failed. spent: 320:17, 12:53 mins remaining. Undo/Redo in ScriptViewer. time: 16458ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:59:44.255 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInContextDescription.test in 18211 (743 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 19:59:44.258 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInECLContext.test (744 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 19:59:44.344 [INFO] !MESSAGE Pass 744 (774) processed. 2 failed. spent: 320:37, 12:27 mins remaining. Undo\RedoInContextDescription. time: 18211ms [INFO] Pass 744 (774) processed. 2 failed. spent: 320:37, 12:27 mins remaining. Undo\RedoInContextDescription. time: 18211ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:00:04.291 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInECLContext.test in 18114 (744 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:00:04.293 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInTestDescription.test (745 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:00:04.363 [INFO] !MESSAGE Pass 745 (774) processed. 2 failed. spent: 320:57, 12:01 mins remaining. Undo/RedoInECLContext. time: 18114ms [INFO] Pass 745 (774) processed. 2 failed. spent: 320:57, 12:01 mins remaining. Undo/RedoInECLContext. time: 18114ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:00:30.361 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInTestDescription.test in 24040 (745 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:00:30.364 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInTestSuiteDescription.test (746 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:00:30.390 [INFO] !MESSAGE Pass 746 (774) processed. 2 failed. spent: 321:23, 11:36 mins remaining. Undo\RedoInTestDescription. time: 24040ms [INFO] Pass 746 (774) processed. 2 failed. spent: 321:23, 11:36 mins remaining. Undo\RedoInTestDescription. time: 24040ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:00:49.891 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInTestSuiteDescription.test in 17708 (746 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:00:49.893 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoTestWhichIsUsedInTestSuite.test (747 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:00:49.920 [INFO] !MESSAGE Pass 747 (774) processed. 2 failed. spent: 321:43, 11:10 mins remaining. Undo\RedoInTestSuiteDescription. time: 17708ms [INFO] Pass 747 (774) processed. 2 failed. spent: 321:43, 11:10 mins remaining. Undo\RedoInTestSuiteDescription. time: 17708ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:01:08.568 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoTestWhichIsUsedInTestSuite.test in 16879 (747 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:01:08.570 [INFO] !MESSAGE [AUT-0] Starting: Unset AUT in Launch Configuration.test (748 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:01:08.638 [INFO] !MESSAGE Pass 748 (774) processed. 2 failed. spent: 322:01, 10:44 mins remaining. Undo\RedoTestWhichIsUsedInTestSuite. time: 16879ms [INFO] Pass 748 (774) processed. 2 failed. spent: 322:01, 10:44 mins remaining. Undo\RedoTestWhichIsUsedInTestSuite. time: 16879ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:03:56.770 [INFO] !MESSAGE [AUT-0] Finished: Unset AUT in Launch Configuration.test in 166298 (748 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:03:56.772 [INFO] !MESSAGE [AUT-0] Starting: UpdateTagsViewAfterDeleteBunchObjects.test (749 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:03:56.833 [INFO] !MESSAGE Pass 749 (774) processed. 2 failed. spent: 324:50, 10:22 mins remaining. Unset AUT in Launch Configuration. time: 166298ms [INFO] Pass 749 (774) processed. 2 failed. spent: 324:50, 10:22 mins remaining. Unset AUT in Launch Configuration. time: 166298ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:04:11.214 [INFO] !MESSAGE [AUT-0] Finished: UpdateTagsViewAfterDeleteBunchObjects.test in 13157 (749 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:04:11.216 [INFO] !MESSAGE [AUT-0] Starting: UpdateTagsViewAfterDeleteObject.test (750 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:04:11.246 [INFO] !MESSAGE Pass 750 (774) processed. 2 failed. spent: 325:04, 9:56 mins remaining. UpdateTagsViewAfterDeleteBunchObjects. time: 13157ms [INFO] Pass 750 (774) processed. 2 failed. spent: 325:04, 9:56 mins remaining. UpdateTagsViewAfterDeleteBunchObjects. time: 13157ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:04:28.729 [INFO] !MESSAGE [AUT-0] Finished: UpdateTagsViewAfterDeleteObject.test in 15621 (750 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:04:28.731 [INFO] !MESSAGE [AUT-0] Starting: UriFromPath.test (751 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:04:28.762 [INFO] !MESSAGE Pass 751 (774) processed. 2 failed. spent: 325:21, 9:30 mins remaining. UpdateTagsViewAfterDeleteObject. time: 15621ms [INFO] Pass 751 (774) processed. 2 failed. spent: 325:21, 9:30 mins remaining. UpdateTagsViewAfterDeleteObject. time: 15621ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:04:33.586 [INFO] !MESSAGE [AUT-0] Finished: UriFromPath.test in 3711 (751 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:04:33.588 [INFO] !MESSAGE [AUT-0] Starting: Use _ as any string .test (752 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:04:33.667 [INFO] !MESSAGE Pass 752 (774) processed. 2 failed. spent: 325:26, 9:03 mins remaining. UriFromPath. time: 3711ms [INFO] Pass 752 (774) processed. 2 failed. spent: 325:26, 9:03 mins remaining. UriFromPath. time: 3711ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:05:02.067 [INFO] !MESSAGE [AUT-0] Finished: Use _ as any string .test in 27025 (752 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:05:02.069 [INFO] !MESSAGE [AUT-0] Starting: VerifyExecutionTime.test (753 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:05:02.136 [INFO] !MESSAGE Pass 753 (774) processed. 2 failed. spent: 325:55, 8:38 mins remaining. Use * as any string . time: 27025ms [INFO] Pass 753 (774) processed. 2 failed. spent: 325:55, 8:38 mins remaining. Use * as any string . time: 27025ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:06:06.697 [INFO] !MESSAGE [AUT-0] Finished: VerifyExecutionTime.test in 62684 (753 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:06:06.700 [INFO] !MESSAGE [AUT-0] Starting: VerifyIgnoredLines.test (754 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:06:06.730 [INFO] !MESSAGE Pass 754 (774) processed. 2 failed. spent: 326:59, 8:13 mins remaining. VerifyExecutionTime. time: 62684ms [INFO] Pass 754 (774) processed. 2 failed. spent: 326:59, 8:13 mins remaining. VerifyExecutionTime. time: 62684ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:06:37.699 [INFO] !MESSAGE [AUT-0] Finished: VerifyIgnoredLines.test in 29515 (754 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:06:37.701 [INFO] !MESSAGE [AUT-0] Starting: VerifyStyledText.test (755 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:06:37.759 [INFO] !MESSAGE Pass 755 (774) processed. 2 failed. spent: 327:30, 7:47 mins remaining. VerifyIgnoredLines. time: 29515ms [INFO] Pass 755 (774) processed. 2 failed. spent: 327:30, 7:47 mins remaining. VerifyIgnoredLines. time: 29515ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:07:01.232 [INFO] !MESSAGE [AUT-0] Finished: VerifyStyledText.test in 21537 (755 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:07:01.234 [INFO] !MESSAGE [AUT-0] Starting: VerifyText.test (756 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:07:01.327 [INFO] !MESSAGE Pass 756 (774) processed. 2 failed. spent: 327:54, 7:21 mins remaining. VerifyStyledText. time: 21537ms [INFO] Pass 756 (774) processed. 2 failed. spent: 327:54, 7:21 mins remaining. VerifyStyledText. time: 21537ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:07:28.785 [INFO] !MESSAGE [AUT-0] Finished: VerifyText.test in 25703 (756 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:07:28.788 [INFO] !MESSAGE [AUT-0] Starting: VerifyUncapturedFiles.test (757 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:07:28.820 [INFO] !MESSAGE Pass 757 (774) processed. 2 failed. spent: 328:21, 6:55 mins remaining. VerifyText. time: 25703ms [INFO] Pass 757 (774) processed. 2 failed. spent: 328:21, 6:55 mins remaining. VerifyText. time: 25703ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:07:56.804 [INFO] !MESSAGE [AUT-0] Finished: VerifyUncapturedFiles.test in 26329 (757 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:07:56.806 [INFO] !MESSAGE [AUT-0] Starting: VerifyWhiteSpaceCharacters.test (758 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:07:56.846 [INFO] !MESSAGE Pass 758 (774) processed. 2 failed. spent: 328:50, 6:29 mins remaining. VerifyUncapturedFiles. time: 26329ms [INFO] Pass 758 (774) processed. 2 failed. spent: 328:50, 6:29 mins remaining. VerifyUncapturedFiles. time: 26329ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:08:25.807 [INFO] !MESSAGE [AUT-0] Finished: VerifyWhiteSpaceCharacters.test in 27516 (758 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:08:25.810 [INFO] !MESSAGE [AUT-0] Starting: VerifyWorkspace.test (759 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:08:25.825 [INFO] !MESSAGE Pass 759 (774) processed. 2 failed. spent: 329:19, 6:03 mins remaining. VerifyWhiteSpaceCharacters. time: 27516ms [INFO] Pass 759 (774) processed. 2 failed. spent: 329:19, 6:03 mins remaining. VerifyWhiteSpaceCharacters. time: 27516ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:09:03.843 [INFO] !MESSAGE [AUT-0] Finished: VerifyWorkspace.test in 36102 (759 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:09:03.846 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextCaptureTests.test (760 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:09:03.921 [INFO] !MESSAGE Pass 760 (774) processed. 2 failed. spent: 329:57, 5:37 mins remaining. VerifyWorkspace. time: 36102ms [INFO] Pass 760 (774) processed. 2 failed. spent: 329:57, 5:37 mins remaining. VerifyWorkspace. time: 36102ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:09:41.880 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextCaptureTests.test in 36247 (760 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:09:41.883 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextCopyPasteTest.test (761 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:09:41.957 [INFO] !MESSAGE Pass 761 (774) processed. 2 failed. spent: 330:35, 5:11 mins remaining. WorkspaceContextCaptureTests. time: 36247ms [INFO] Pass 761 (774) processed. 2 failed. spent: 330:35, 5:11 mins remaining. WorkspaceContextCaptureTests. time: 36247ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:10:02.356 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextCopyPasteTest.test in 18800 (761 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:10:02.358 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextImportProjectTest.test (762 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:10:02.376 [INFO] !MESSAGE Pass 762 (774) processed. 2 failed. spent: 330:55, 4:45 mins remaining. WorkspaceContextCopyPasteTest. time: 18800ms [INFO] Pass 762 (774) processed. 2 failed. spent: 330:55, 4:45 mins remaining. WorkspaceContextCopyPasteTest. time: 18800ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:10:17.333 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextImportProjectTest.test in 13560 (762 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:10:17.335 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextImportTest.test (763 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:10:17.390 [INFO] !MESSAGE Pass 763 (774) processed. 2 failed. spent: 331:10, 4:19 mins remaining. WorkspaceContextImportProjectTest. time: 13560ms [INFO] Pass 763 (774) processed. 2 failed. spent: 331:10, 4:19 mins remaining. WorkspaceContextImportProjectTest. time: 13560ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:10:38.311 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextImportTest.test in 19175 (763 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:10:38.313 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextRemoveTest.test (764 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:10:38.410 [INFO] !MESSAGE Pass 764 (774) processed. 2 failed. spent: 331:31, 3:53 mins remaining. WorkspaceContextImportTest. time: 19175ms [INFO] Pass 764 (774) processed. 2 failed. spent: 331:31, 3:53 mins remaining. WorkspaceContextImportTest. time: 19175ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:11:00.315 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextRemoveTest.test in 20560 (764 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:11:00.320 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToContextInGroupContext.test (765 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:11:00.333 [INFO] !MESSAGE Pass 765 (774) processed. 2 failed. spent: 331:53, 3:27 mins remaining. WorkspaceContextRemoveTest. time: 20560ms [INFO] Pass 765 (774) processed. 2 failed. spent: 331:53, 3:27 mins remaining. WorkspaceContextRemoveTest. time: 20560ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:11:17.877 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToContextInGroupContext.test in 15676 (765 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:11:17.879 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToContextInRelatedProject.test (766 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:11:17.950 [INFO] !MESSAGE Pass 766 (774) processed. 2 failed. spent: 332:11, 3:01 mins remaining. findReferencesToContextInGroupContext. time: 15676ms [INFO] Pass 766 (774) processed. 2 failed. spent: 332:11, 3:01 mins remaining. findReferencesToContextInGroupContext. time: 15676ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:11:38.917 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToContextInRelatedProject.test in 19481 (766 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:11:38.920 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToContextInTests.test (767 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:11:38.969 [INFO] !MESSAGE Pass 767 (774) processed. 2 failed. spent: 332:32, 2:35 mins remaining. findReferencesToContextInRelatedProject. time: 19481ms [INFO] Pass 767 (774) processed. 2 failed. spent: 332:32, 2:35 mins remaining. findReferencesToContextInRelatedProject. time: 19481ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:11:55.920 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToContextInTests.test in 15299 (767 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:11:55.924 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToTestInTestSuite.test (768 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:11:55.985 [INFO] !MESSAGE Pass 768 (774) processed. 2 failed. spent: 332:49, 2:09 mins remaining. findReferencesToContextInTests. time: 15299ms [INFO] Pass 768 (774) processed. 2 failed. spent: 332:49, 2:09 mins remaining. findReferencesToContextInTests. time: 15299ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:12:22.912 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToTestInTestSuite.test in 25073 (768 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:12:22.914 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToTestSuiteInTestSuite.test (769 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:12:23.010 [INFO] !MESSAGE Pass 769 (774) processed. 2 failed. spent: 333:16, 1:43 mins remaining. findReferencesToTestInTestSuite. time: 25073ms [INFO] Pass 769 (774) processed. 2 failed. spent: 333:16, 1:43 mins remaining. findReferencesToTestInTestSuite. time: 25073ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:12:43.944 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToTestSuiteInTestSuite.test in 19253 (769 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:12:43.946 [INFO] !MESSAGE [AUT-0] Starting: folderscontext.test (770 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:12:44.030 [INFO] !MESSAGE Pass 770 (774) processed. 2 failed. spent: 333:37, 1:17 mins remaining. findReferencesToTestSuiteInTestSuite. time: 19253ms [INFO] Pass 770 (774) processed. 2 failed. spent: 333:37, 1:17 mins remaining. findReferencesToTestSuiteInTestSuite. time: 19253ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:13:11.450 [INFO] !MESSAGE [AUT-0] Finished: folderscontext.test in 25910 (770 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:13:11.453 [INFO] !MESSAGE [AUT-0] Starting: get-editor should not activate another editor.test (771 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:13:11.457 [INFO] !MESSAGE Pass 771 (774) processed. 2 failed. spent: 334:04, 0:51 mins remaining. FolderContextCreation. time: 25910ms [INFO] Pass 771 (774) processed. 2 failed. spent: 334:04, 0:51 mins remaining. FolderContextCreation. time: 25910ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:13:23.727 [INFO] !MESSAGE [AUT-0] Finished: get-editor should not activate another editor.test in 10629 (771 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:13:23.730 [INFO] !MESSAGE [AUT-0] Starting: get-editor should not activate editor instead of view.test (772 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:13:23.818 [INFO] !MESSAGE Pass 772 (774) processed. 2 failed. spent: 334:16, 0:25 mins remaining. get-editor should not activate another editor. time: 10629ms [INFO] Pass 772 (774) processed. 2 failed. spent: 334:16, 0:25 mins remaining. get-editor should not activate another editor. time: 10629ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:13:36.649 [INFO] !MESSAGE [AUT-0] Finished: get-editor should not activate editor instead of view.test in 11252 (772 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:13:36.651 [INFO] !MESSAGE [AUT-0] Starting: get-item should fail when index parameter is out of bound.test (773 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:13:36.731 [INFO] !MESSAGE Pass 773 (774) processed. 2 failed. spent: 334:29, 0:00 mins remaining. get-editor should not activate editor instead of view. time: 11252ms [INFO] Pass 773 (774) processed. 2 failed. spent: 334:29, 0:00 mins remaining. get-editor should not activate editor instead of view. time: 11252ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:13:45.571 [INFO] !MESSAGE [AUT-0] Finished: get-item should fail when index parameter is out of bound.test in 7090 (773 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:13:45.639 [INFO] !MESSAGE Pass 774 (774) processed. 2 failed. spent: 334:38, 0:00 mins remaining. get-item should fail when index parameter is out of bound. time: 7090ms [INFO] Pass 774 (774) processed. 2 failed. spent: 334:38, 0:00 mins remaining. get-item should fail when index parameter is out of bound. time: 7090ms [INFO] Failed Tests: [INFO] ReturnToQ7FromControlPanel [INFO] Repeated Save of Folder Context [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:13:45.641 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-05-21 20:24:14.943 [INFO] !MESSAGE The workspace will exit with unsaved changes in this session. [INFO] Runner exit code is: 56 [ERROR] There are test failures [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-SNAPSHOT:package (default-package) @ tests --- [INFO] Building zip: /home/jenkins/agent/workspace/master/rcpttTests/target/projects/tests-2.5.5-SNAPSHOT.zip [INFO] Building zip: /home/jenkins/agent/workspace/master/rcpttTests/target/org.eclipse.rcptt.tests-tests-2.5.5-SNAPSHOT-result.zip [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:48 h [INFO] Finished at: 2024-05-21T20:25:01Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + test -f rcpttTests/target/results/tests.html [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Mockup Test) [Pipeline] container [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/master/mockups [Pipeline] { [Pipeline] git The recommended git tool is: NONE No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@51e22d67; decorates RemoteLauncher[hudson.remoting.Channel@98fbd0c1:JNLP4-connect connection from 10.40.38.44/10.40.38.44:36948] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Cloning repository https://github.com/xored/q7.quality.mockups.git > git init /home/jenkins/agent/workspace/master/mockups # timeout=10 Fetching upstream changes from https://github.com/xored/q7.quality.mockups.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/xored/q7.quality.mockups.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 66979f7dfc3c578f638211a86e356eb9f82eaf57 (refs/remotes/origin/master) > git config remote.origin.url https://github.com/xored/q7.quality.mockups.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 66979f7dfc3c578f638211a86e356eb9f82eaf57 # timeout=10 Commit message: "Disable deactivate-cell-edit test as it does not support calendars eclipse/org.eclipse.rcptt/#62" > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 66979f7dfc3c578f638211a86e356eb9f82eaf57 # timeout=10 > git rev-list --no-walk 66979f7dfc3c578f638211a86e356eb9f82eaf57 # timeout=10 [Pipeline] } [Pipeline] // dir [Pipeline] sh + readlink -f /home/jenkins/agent/workspace/master/runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip + mvn clean verify -B -f mockups/rcpttTests/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -e -Dci-maven-version=2.0.0-SNAPSHOT -DexplicitRunner=/home/jenkins/agent/workspace/master/runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip -DmockupsRepository=https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.5.3/rcptt-maven-plugin-2.5.3.pom [INFO] Downloaded from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.5.3/rcptt-maven-plugin-2.5.3.pom (1.8 kB at 2.5 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-modules/2.5.3/rcptt-maven-modules-2.5.3.pom [INFO] Downloaded from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-modules/2.5.3/rcptt-maven-modules-2.5.3.pom (2.4 kB at 31 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.5.3/rcptt-maven-util-2.5.3.pom [INFO] Downloaded from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.5.3/rcptt-maven-util-2.5.3.pom (1.5 kB at 17 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.5.3/rcptt-maven-plugin-2.5.3.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.5.3/rcptt-maven-util-2.5.3.jar [INFO] Downloaded from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.5.3/rcptt-maven-plugin-2.5.3.jar (38 kB at 211 kB/s) [INFO] Downloaded from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.5.3/rcptt-maven-util-2.5.3.jar (22 kB at 101 kB/s) [INFO] [INFO] ---------------------< com.xored.q7.quality:tests >--------------------- [INFO] Building tests 1.0.0-SNAPSHOT [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom (4.1 kB at 26 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom (23 kB at 147 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar (24 kB at 237 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tests --- [INFO] [INFO] --- rcptt-maven-plugin:2.5.3:resources (default-resources) @ tests --- [INFO] Downloading artifact from https://download.eclipse.org/eclipse/downloads/drops4/R-4.23-202203080310/eclipse-SDK-4.23-linux-gtk-x86_64.tar.gz... [INFO] Extracting AUT to /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut [INFO] Expanding: /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/eclipse-SDK-4.23-linux-gtk-x86_64.tar.gz into /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner [INFO] Copying project contents to target directory... [INFO] [INFO] --- rcptt-maven-plugin:2.5.3:execute (default-execute) @ tests --- [INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner/eclipse' && '/usr/lib/jvm/java-17-openjdk-amd64/bin/java' '-Xms128m' '-Xmx256m' '-Dorg.eclipse.rcptt.runner.returnTestFailure=true' '-jar' '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar' '-application' 'org.eclipse.rcptt.runner.headless' '-runnerPlatform' 'swt' '-consoleLog' '-data' '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse' '-autWsPrefix' '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/results/aut-console-' '-autArgs' '-nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/master/mockups/rcpttTests/debug.options' '-q7report' '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/results/tests.report' '-htmlReport' '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/results/tests.html' '-junitReport' '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/surefire-reports/TEST-tests.xml' '-import' '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/projects/tests' '-injection:site' 'http://download.eclipse.org/releases/2021-12;org.eclipse.gef;org.eclipse.draw2d;org.eclipse.zest.feature.group' '-injection:site' 'http://download.eclipse.org/nebula/snapshot;org.eclipse.nebula.widgets.grid' '-injection:site' 'https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository' '-testOptions' 'testExecTimeout=300;execTimeout=3600' '-timeout' '3600' '-shutdownListenerPort' '9696' '-skipTags' 'skipLinux' [INFO] The execution timeout is set to 3600 seconds [INFO] !SESSION 2024-05-21 20:30:37.058 ----------------------------------------------- [INFO] eclipse.buildId=unknown [INFO] java.version=17-ea [INFO] java.vendor=Private Build [INFO] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [INFO] Framework arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -aut /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse -autWsPrefix /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/results/aut-console- -autArgs -nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/master/mockups/rcpttTests/debug.options -q7report /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/results/tests.report -htmlReport /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/results/tests.html -junitReport /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/surefire-reports/TEST-tests.xml -import /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/projects/tests -injection:site http://download.eclipse.org/releases/2021-12;org.eclipse.gef;org.eclipse.draw2d;org.eclipse.zest.feature.group -injection:site http://download.eclipse.org/nebula/snapshot;org.eclipse.nebula.widgets.grid -injection:site https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 9696 -skipTags skipLinux [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner-workspace -aut /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse -autWsPrefix /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/results/aut-console- -autArgs -nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/master/mockups/rcpttTests/debug.options -q7report /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/results/tests.report -htmlReport /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/results/tests.html -junitReport /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/surefire-reports/TEST-tests.xml -import /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/projects/tests -injection:site http://download.eclipse.org/releases/2021-12;org.eclipse.gef;org.eclipse.draw2d;org.eclipse.zest.feature.group -injection:site http://download.eclipse.org/nebula/snapshot;org.eclipse.nebula.widgets.grid -injection:site https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 9696 -skipTags skipLinux [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.macosx 4 0 2024-05-21 20:30:42.335 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [144] [INFO] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:493) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:2073) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:143) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:2064) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:2004) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1967) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1883) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) [INFO] Started at Tue May 21 20:30:43 UTC 2024 [INFO] RCPTT Runner version: 2.5.5 [INFO] Initializing target platform... [INFO] Begin task: Resolving null [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 2 0 2024-05-21 20:30:55.623 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse Default Configuration [INFO] Directory /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins [INFO] Env: null/null/null/null [INFO] JRE: null [INFO] Args: null/null [INFO] Implicit: null [INFO] Handle: 1716323444650.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-21 20:30:55.623 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-21 20:30:55.623 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-21 20:30:55.624 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-21 20:30:55.624 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:30:56.135 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:30:56.141 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] Begin task: Apply injection plugins [ERROR] SLF4J(W): No SLF4J providers were found. [ERROR] SLF4J(W): Defaulting to no-operation (NOP) logger implementation [ERROR] SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] progress: Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B) [INFO] progress: Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-12/ (478B) [INFO] progress: Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B) [INFO] progress: Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (77.43kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (816.62kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B) [INFO] progress: Fetching compositeArtifacts.jar from https://download.eclipse.org/releases/2021-12/ (489B) [INFO] progress: Fetching compositeArtifacts.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B) [INFO] progress: Fetching artifacts.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (7.82kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (539.48kB) [INFO] progress: Fetching 202112081000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-12/ (63B) [INFO] progress: Fetching org.eclipse.gef_3.11.0.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (975.92kB) [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (602.2kB) [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.51kB) [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (602.2kB) [INFO] progress: Fetching org.eclipse.gef_3.11.0.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (975.92kB) [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.51kB) [INFO] progress: Fetching org.eclipse.zest_1.7.0.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.63kB) [INFO] progress: Fetching org.eclipse.zest.core_1.5.300.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (147.23kB) [INFO] progress: Fetching org.eclipse.zest.layouts_1.1.300.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (130.02kB) [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (499.42kB of 602.2kB at 463.42kB/s) [INFO] progress: Fetching org.eclipse.gef_3.11.0.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (467.42kB of 975.92kB at 431.42kB/s) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/snapshot/ (129B) [INFO] progress: Fetching compositeContent.xml from https://download.eclipse.org/nebula/snapshot/ [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/latest/ (126B) [INFO] progress: Fetching compositeContent.jar from https://download.eclipse.org/nebula/updates/nightly/latest/ (439B) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/N202405041504/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/nebula/updates/nightly/N202405041504/ (30.62kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/snapshot/ (129B) [INFO] progress: Fetching compositeArtifacts.xml from https://download.eclipse.org/nebula/snapshot/ [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/latest/ (126B) [INFO] progress: Fetching compositeArtifacts.jar from https://download.eclipse.org/nebula/updates/nightly/latest/ (442B) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/N202405041504/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/nebula/updates/nightly/N202405041504/ (43.37kB) [INFO] progress: Fetching org.eclipse.nebula.widgets.grid_1.1.1.202405041504.jar from https://download.eclipse.org/nebula/updates/nightly/N202405041504/plugins/ (228.72kB) [INFO] progress: Fetching p2.index from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/ (172B) [INFO] progress: Fetching content.xml.xz from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/ (3.71kB) [INFO] progress: Fetching p2.index from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/ (1.51kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.ui_1.0.0.202403152038.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (23.07kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.nebula_1.0.0.202403152038.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (6.85kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.issues_1.0.0.202403152038.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (182.62kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.nebula_1.0.0.202403152038.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (6.85kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.zest_1.0.0.202403152038.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (6.89kB) [INFO] progress: Fetching com.xored.q7.quality.mockups_1.0.0.202403152038.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/features/ (1.28kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.zest_1.0.0.202403152038.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (6.89kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.nattable_1.0.0.202403152038.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (171.32kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.platform_1.0.0.202403152038.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (48.29kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.swt_1.0.0.202403152038.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (413.98kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.emf_1.0.0.202403152038.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (7.99kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.draw2d_1.0.0.202403152038.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (17.79kB) [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:09.330 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:09.332 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:09.427 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:09.429 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:13.256 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:13.318 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:13.845 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:13.930 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:13.943 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:13.944 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:13.944 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:13.944 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-21 20:31:14.126 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.validation,1.7.0.201306111341. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.230 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.321 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-21 20:31:14.326 [INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.validation_root,1.7.0.201306111341. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.326 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.331 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.331 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.420 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.426 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.426 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.434 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.520 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.528 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.534 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.620 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.627 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer,2.8.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.630 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.728 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.731 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.823 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.829 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.918 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.927 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.931 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:14.934 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.027 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.031 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.121 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.122 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.127 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.228 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.233 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.exporter,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.322 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.325 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-21 20:31:15.330 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-21 20:31:15.418 [INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.transaction_root,1.7.0.201306111400. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.420 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.426 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.426 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.430 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.rose,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.431 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.519 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ant,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.527 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.java,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.618 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.642 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.642 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.727 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.737 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.821 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.822 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.822 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.829 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.832 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.836 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.921 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:15.932 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:16.375 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:16.422 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:16.552 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:16.620 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:16.643 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:16.723 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:16.727 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:16.727 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:16.728 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:16.728 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.dom4j,1.6.1.v201312101416 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:17.022 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Resolving AUT [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] progress: Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B) [INFO] progress: Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-12/ (478B) [INFO] progress: Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B) [INFO] progress: Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (77.43kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (816.62kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/snapshot/ (129B) [INFO] progress: Fetching compositeContent.xml from https://download.eclipse.org/nebula/snapshot/ [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/latest/ (126B) [INFO] progress: Fetching compositeContent.jar from https://download.eclipse.org/nebula/updates/nightly/latest/ (439B) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/N202405041504/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/nebula/updates/nightly/N202405041504/ (30.62kB) [INFO] progress: Fetching p2.index from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/ (172B) [INFO] progress: Fetching content.xml.xz from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/ (3.71kB) [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:24.518 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:24.519 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:24.562 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:24.622 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:24.644 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:24.650 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:24.655 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B) [INFO] progress: Fetching compositeArtifacts.jar from https://download.eclipse.org/releases/2021-12/ (489B) [INFO] progress: Fetching compositeArtifacts.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B) [INFO] progress: Fetching artifacts.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (7.82kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (539.48kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/snapshot/ (129B) [INFO] progress: Fetching compositeArtifacts.xml from https://download.eclipse.org/nebula/snapshot/ [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/latest/ (126B) [INFO] progress: Fetching compositeArtifacts.jar from https://download.eclipse.org/nebula/updates/nightly/latest/ (442B) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/N202405041504/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/nebula/updates/nightly/N202405041504/ (43.37kB) [INFO] progress: Fetching p2.index from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/ (1.51kB) [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:26.443 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:26.444 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:26.453 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:26.456 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:26.460 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:26.464 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-21 20:31:26.519 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.eclipse.emf.ecore.change [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] progress: Installing org.eclipse.rcptt.util.resources [INFO] progress: Installing com.xored.q7.quality.mockups.feature.group [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing 202405071557.Default [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text [INFO] progress: Installing org.eclipse.rcptt.verifications.time [INFO] progress: Installing org.eclipse.emf.ecore.xmi [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf [INFO] progress: Installing org.eclipse.rcptt.ecl.core [INFO] progress: Installing org.eclipse.emf.importer [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.eclipse.emf.transaction [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.emf.common.ui.feature.jar [INFO] progress: Installing com.xored.q7.quality.mockups.zest [INFO] progress: Installing org.eclipse.rcptt.core.swt [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.aspectj.runtime [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.eclipse.rcptt.tesla.swt [INFO] progress: Installing org.eclipse.emf.transaction.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.eclipse.emf.validation [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] progress: Installing org.eclipse.emf.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl [INFO] progress: Installing org.eclipse.emf.validation.ui.ide [INFO] progress: Installing org.eclipse.emf.edit [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.verifications.resources [INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing com.xored.q7.quality.mockups.issues [INFO] progress: Installing org.eclipse.emf.converter.feature.group [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.group [INFO] progress: Installing org.eclipse.emf.transaction.ui [INFO] progress: Installing org.eclipse.emf.validation.feature.jar [INFO] progress: Installing org.eclipse.emf.codegen.ecore [INFO] progress: Installing org.eclipse.nebula.widgets.grid [INFO] progress: Installing com.xored.q7.quality.mockups.swt [INFO] progress: Installing file:/home/jenkins/agent/workspace/master/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing org.eclipse.emf.common.ui.feature.group [INFO] progress: Installing org.eclipse.equinox.weaving.aspectj [INFO] progress: Installing org.apache.poi.ooxml.schemas [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.change.edit [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Installing org.antlr.runtime [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl [INFO] progress: Installing org.eclipse.emf.validation.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.feature.group [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ui [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] progress: Installing org.eclipse.rcptt.ecl.interop [INFO] progress: Installing 202403152038.q7.quality [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl [INFO] progress: Installing org.eclipse.rcptt.core.swt.win64 [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects [INFO] progress: Installing org.eclipse.emf.importer.java [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [INFO] progress: Installing org.eclipse.emf.codegen.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.eclipse.emf.common [INFO] progress: Installing org.eclipse.emf.mapping.ecore [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf [INFO] progress: Installing org.eclipse.emf.common.feature.jar [INFO] progress: Installing com.xored.q7.quality.mockups.emf [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing com.xored.q7.quality.mockups.nebula [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.emf.validation_root [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing org.eclipse.rcptt.watson.jobs [INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.ecl.doc [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.eclipse.rcptt.verifications.tree [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.eclipse.zest.layouts [INFO] progress: Installing org.eclipse.emf.transaction_root [INFO] progress: Installing com.xored.q7.quality.mockups.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench [INFO] progress: Installing org.eclipse.draw2d [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.eclipse.emf.transaction.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing org.eclipse.emf.codegen [INFO] progress: Installing com.xored.q7.quality.mockups.draw2d [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.canvas [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing com.xored.q7.quality.mockups.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar [INFO] progress: Installing org.eclipse.draw2d.feature.group [INFO] progress: Installing com.xored.q7.quality.mockups.nattable [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.eclipse.gef [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing org.eclipse.emf.codegen.feature.group [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.apache.poi.ooxml [INFO] progress: Installing org.eclipse.rcptt.verifications.log [INFO] progress: Installing org.eclipse.emf.ecore [INFO] progress: Installing org.eclipse.draw2d.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.chart [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.data [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.eclipse.zest.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.eclipse.emf.databinding.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi [INFO] progress: Installing file:/home/jenkins/agent/workspace/master/modules/testrail/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group [INFO] progress: Installing com.xored.q7.quality.mockups.platform [INFO] progress: Installing org.eclipse.rcptt.tesla.gef [INFO] progress: Installing org.eclipse.zest.feature.group [INFO] progress: Installing org.eclipse.emf.validation.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf [INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem [INFO] progress: Installing org.eclipse.rcptt.watson.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.zest.core [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing org.eclipse.rcptt.ctx.script [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [INFO] progress: Installing org.eclipse.equinox.weaving.hook [INFO] progress: Installing org.eclipse.emf.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Preparing to commit the provisioning operation. [INFO] progress: Committing the provisioning operation. [INFO] Target platform is valid. [INFO] Looking for tests... [INFO] Existing projects in workspace: [INFO] [INFO] Importing projects to workspace: [INFO] Refreshing projects: [INFO] /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/projects/tests... OK [INFO] Refreshing projects: [INFO] Q7QualityTests... OK [INFO] Searching for tests in projects: [INFO] Q7QualityTests... [INFO] -- Testcase is skipped by tag "skipLinux" -- Switch Workspace.test [INFO] -- Testcase is skipped by tag "skipLinux" -- Canvas_CheckColor.test [INFO] -- Testcase is skipped by tag "skipLinux" -- ADI-10_ReadTreeFromBackgroundShell.test [INFO] -- Testcase is skipped by tag "skipLinux" -- MovingInScale.test [INFO] -- Testcase is skipped by tag "skipLinux" -- ResizeCTabFolder.test [INFO] -- Testcase is skipped by tag "skipLinux" -- QS_2167_KeyPressInPopUpDateTime.test [INFO] -- Testcase is skipped by tag "skipLinux" -- QS_2530_SwitchingWorkspaceTest.test [INFO] Complete OK [INFO] Testcase Artifacts:141 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:31:32.529 [INFO] !MESSAGE AUT-0:Launching [INFO] AUT-0:Launching [INFO] AUT-0:Product: org.eclipse.sdk.ide [INFO] AUT-0:Application: org.eclipse.ui.ide.workbench [INFO] AUT-0:Architecture: x86_64 [INFO] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut-ws-0: AUT arguments: -nosplash -consoleLog -debug /home/jenkins/agent/workspace/master/mockups/rcpttTests/debug.options -os ${target.os} -arch ${target.arch} [INFO] /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut-ws-0: AUT VM arguments: -Dosgi.requiredJavaVersion=11 -Dosgi.dataAreaRequiresExplicitInit=true -Dorg.eclipse.swt.graphics.Resource.reportNonDisposed=true -Xms256m -Xmx2048m --add-modules=ALL-SYSTEM [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-21 20:31:36.330 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Detected AUT architecture is x86_64.x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-21 20:31:36.337 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Selected JVM is /usr/lib/jvm/java-17-openjdk-amd64 detected architecture is x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-21 20:31:36.337 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: JVM and AUT architectures are compatible: true. JVM is 64bit and support running 32bit: false [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-21 20:33:23.028 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=11, -Dosgi.dataAreaRequiresExplicitInit=true, -Dorg.eclipse.swt.graphics.Resource.reportNonDisposed=true, -Xms256m, -Xmx2048m, --add-modules=ALL-SYSTEM, -Dq7id=3fd4def5-99e8-4127-9c3d-b517af46499a, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar,reference:file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, -Declipse.vmargs=-Dosgi.requiredJavaVersion=11 [INFO] -Dosgi.dataAreaRequiresExplicitInit=true [INFO] -Dorg.eclipse.swt.graphics.Resource.reportNonDisposed=true [INFO] -Xms256m [INFO] -Xmx2048m [INFO] --add-modules=ALL-SYSTEM [INFO] -Dq7id=3fd4def5-99e8-4127-9c3d-b517af46499a [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar,reference:file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar [INFO] --add-opens [INFO] java.base/java.lang=ALL-UNNAMED [INFO] --add-modules=ALL-SYSTEM [INFO] ] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-21 20:33:23.232 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-product, org.eclipse.sdk.ide, -data, /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/dev.properties, -ws, gtk, -nosplash, -consoleLog, -debug, /home/jenkins/agent/workspace/master/mockups/rcpttTests/debug.options, -os, linux, -arch, x86_64, -vm, /usr/lib/jvm/java-17-openjdk-amd64] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-05-21 20:34:00.127 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:00.539 [INFO] !MESSAGE [AUT-0] Starting: ADI-10_EnsureViewInForeground.test (0 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:09.525 [INFO] !MESSAGE [AUT-0] Finished: ADI-10_EnsureViewInForeground.test in 7507 (0 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:09.532 [INFO] !MESSAGE [AUT-0] Starting: Bug 474197_Support assertions of native message boxes.test (1 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:34:10.068 [INFO] !MESSAGE Pass 1 (141) processed. 0 failed. spent: 0:09, 6:57 mins remaining. ADI-10_EnsureViewInForeground. time: 7507ms [INFO] Pass 1 (141) processed. 0 failed. spent: 0:09, 6:57 mins remaining. ADI-10_EnsureViewInForeground. time: 7507ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:13.830 [INFO] !MESSAGE [AUT-0] Finished: Bug 474197_Support assertions of native message boxes.test in 2751 (1 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:13.834 [INFO] !MESSAGE [AUT-0] Starting: Bug 474225_Press Cancel to Dismiss a Dialog.test (2 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:34:13.920 [INFO] !MESSAGE Pass 2 (141) processed. 0 failed. spent: 0:13, 7:28 mins remaining. Bug 474197_Support assertions of native message boxes. time: 2751ms [INFO] Pass 2 (141) processed. 0 failed. spent: 0:13, 7:28 mins remaining. Bug 474197_Support assertions of native message boxes. time: 2751ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:16.449 [INFO] !MESSAGE [AUT-0] Finished: Bug 474225_Press Cancel to Dismiss a Dialog.test in 2085 (2 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:16.453 [INFO] !MESSAGE [AUT-0] Starting: Button Arrow Test.test (3 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:34:16.524 [INFO] !MESSAGE Pass 3 (141) processed. 0 failed. spent: 0:15, 6:51 mins remaining. Bug 474225_Press Cancel to Dismiss a Dialog. time: 2085ms [INFO] Pass 3 (141) processed. 0 failed. spent: 0:15, 6:51 mins remaining. Bug 474225_Press Cancel to Dismiss a Dialog. time: 2085ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:20.563 [INFO] !MESSAGE [AUT-0] Finished: Button Arrow Test.test in 3003 (3 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:20.569 [INFO] !MESSAGE [AUT-0] Starting: Button Check Test.test (4 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:34:20.633 [INFO] !MESSAGE Pass 4 (141) processed. 0 failed. spent: 0:20, 7:33 mins remaining. Button Arrow Test. time: 3003ms [INFO] Pass 4 (141) processed. 0 failed. spent: 0:20, 7:33 mins remaining. Button Arrow Test. time: 3003ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:24.251 [INFO] !MESSAGE [AUT-0] Finished: Button Check Test.test in 3008 (4 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:24.255 [INFO] !MESSAGE [AUT-0] Starting: Button Flat Test.test (5 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:34:24.338 [INFO] !MESSAGE Pass 5 (141) processed. 0 failed. spent: 0:23, 7:23 mins remaining. Button Check Test. time: 3008ms [INFO] Pass 5 (141) processed. 0 failed. spent: 0:23, 7:23 mins remaining. Button Check Test. time: 3008ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:27.363 [INFO] !MESSAGE [AUT-0] Finished: Button Flat Test.test in 2478 (5 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:27.367 [INFO] !MESSAGE [AUT-0] Starting: Button Push Test.test (6 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:34:27.442 [INFO] !MESSAGE Pass 6 (141) processed. 0 failed. spent: 0:26, 7:15 mins remaining. Button Flat Test. time: 2478ms [INFO] Pass 6 (141) processed. 0 failed. spent: 0:26, 7:15 mins remaining. Button Flat Test. time: 2478ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:30.228 [INFO] !MESSAGE [AUT-0] Finished: Button Push Test.test in 2073 (6 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:30.232 [INFO] !MESSAGE [AUT-0] Starting: Button Radio Test.test (7 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:34:30.259 [INFO] !MESSAGE Pass 7 (141) processed. 0 failed. spent: 0:29, 7:08 mins remaining. Button Push Test. time: 2073ms [INFO] Pass 7 (141) processed. 0 failed. spent: 0:29, 7:08 mins remaining. Button Push Test. time: 2073ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:34.430 [INFO] !MESSAGE [AUT-0] Finished: Button Radio Test.test in 3228 (7 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:34.434 [INFO] !MESSAGE [AUT-0] Starting: Button Toggle Test.test (8 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:34:34.518 [INFO] !MESSAGE Pass 8 (141) processed. 0 failed. spent: 0:33, 7:15 mins remaining. Button Radio Test. time: 3228ms [INFO] Pass 8 (141) processed. 0 failed. spent: 0:33, 7:15 mins remaining. Button Radio Test. time: 3228ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:38.566 [INFO] !MESSAGE [AUT-0] Finished: Button Toggle Test.test in 3380 (8 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:38.571 [INFO] !MESSAGE [AUT-0] Starting: Button Wrap Test.test (9 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:34:38.624 [INFO] !MESSAGE Pass 9 (141) processed. 0 failed. spent: 0:38, 7:32 mins remaining. Button Toggle Test. time: 3380ms [INFO] Pass 9 (141) processed. 0 failed. spent: 0:38, 7:32 mins remaining. Button Toggle Test. time: 3380ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:41.564 [INFO] !MESSAGE [AUT-0] Finished: Button Wrap Test.test in 2215 (9 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:41.569 [INFO] !MESSAGE [AUT-0] Starting: Button_getData.test (10 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:34:41.595 [INFO] !MESSAGE Pass 10 (141) processed. 0 failed. spent: 0:41, 7:24 mins remaining. Button Wrap Test. time: 2215ms [INFO] Pass 10 (141) processed. 0 failed. spent: 0:41, 7:24 mins remaining. Button Wrap Test. time: 2215ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:44.172 [INFO] !MESSAGE [AUT-0] Finished: Button_getData.test in 1803 (10 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:44.175 [INFO] !MESSAGE [AUT-0] Starting: CComboTest.test (11 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:34:44.199 [INFO] !MESSAGE Pass 11 (141) processed. 0 failed. spent: 0:43, 7:06 mins remaining. Button_getData. time: 1803ms [INFO] Pass 11 (141) processed. 0 failed. spent: 0:43, 7:06 mins remaining. Button_getData. time: 1803ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:47.283 [INFO] !MESSAGE [AUT-0] Finished: CComboTest.test in 2539 (11 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:47.286 [INFO] !MESSAGE [AUT-0] Starting: Calendar Test.test (12 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:34:47.303 [INFO] !MESSAGE Pass 12 (141) processed. 0 failed. spent: 0:46, 7:00 mins remaining. CComboTest. time: 2539ms [INFO] Pass 12 (141) processed. 0 failed. spent: 0:46, 7:00 mins remaining. CComboTest. time: 2539ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:49.956 [INFO] !MESSAGE [AUT-0] Finished: Calendar Test.test in 2198 (12 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:49.960 [INFO] !MESSAGE [AUT-0] Starting: Canvas Base Test.test (13 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:34:50.021 [INFO] !MESSAGE Pass 13 (141) processed. 0 failed. spent: 0:49, 6:54 mins remaining. Calendar Test. time: 2198ms [INFO] Pass 13 (141) processed. 0 failed. spent: 0:49, 6:54 mins remaining. Calendar Test. time: 2198ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:53.036 [INFO] !MESSAGE [AUT-0] Finished: Canvas Base Test.test in 1837 (13 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:53.039 [INFO] !MESSAGE [AUT-0] Starting: Canvas_CheckScrolles.test (14 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:34:53.050 [INFO] !MESSAGE Pass 14 (141) processed. 0 failed. spent: 0:52, 6:49 mins remaining. Canvas Base Test. time: 1837ms [INFO] Pass 14 (141) processed. 0 failed. spent: 0:52, 6:49 mins remaining. Canvas Base Test. time: 1837ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:55.136 [INFO] !MESSAGE [AUT-0] Finished: Canvas_CheckScrolles.test in 1645 (14 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:55.140 [INFO] !MESSAGE [AUT-0] Starting: CellEdit Table Test.test (15 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:34:55.154 [INFO] !MESSAGE Pass 15 (141) processed. 0 failed. spent: 0:54, 6:37 mins remaining. Canvas_CheckScrolles. time: 1645ms [INFO] Pass 15 (141) processed. 0 failed. spent: 0:54, 6:37 mins remaining. Canvas_CheckScrolles. time: 1645ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:59.746 [INFO] !MESSAGE [AUT-0] Finished: CellEdit Table Test.test in 3919 (15 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:34:59.750 [INFO] !MESSAGE [AUT-0] Starting: CellEdit Tree Test.test (16 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:34:59.759 [INFO] !MESSAGE Pass 16 (141) processed. 0 failed. spent: 0:59, 6:46 mins remaining. CellEdit Table Test. time: 3919ms [INFO] Pass 16 (141) processed. 0 failed. spent: 0:59, 6:46 mins remaining. CellEdit Table Test. time: 3919ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:04.140 [INFO] !MESSAGE [AUT-0] Finished: CellEdit Tree Test.test in 3201 (16 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:04.143 [INFO] !MESSAGE [AUT-0] Starting: CheckCheckBoxInTableColumn.test (17 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:35:04.176 [INFO] !MESSAGE Pass 17 (141) processed. 0 failed. spent: 1:03, 6:47 mins remaining. CellEdit Tree Test. time: 3201ms [INFO] Pass 17 (141) processed. 0 failed. spent: 1:03, 6:47 mins remaining. CellEdit Tree Test. time: 3201ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:07.748 [INFO] !MESSAGE [AUT-0] Finished: CheckCheckBoxInTableColumn.test in 3127 (17 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:07.751 [INFO] !MESSAGE [AUT-0] Starting: CheckExpandableSection.test (18 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:35:07.780 [INFO] !MESSAGE Pass 18 (141) processed. 0 failed. spent: 1:07, 6:48 mins remaining. CheckCheckBoxInTableColumn. time: 3127ms [INFO] Pass 18 (141) processed. 0 failed. spent: 1:07, 6:48 mins remaining. CheckCheckBoxInTableColumn. time: 3127ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:10.363 [INFO] !MESSAGE [AUT-0] Finished: CheckExpandableSection.test in 2115 (18 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:10.367 [INFO] !MESSAGE [AUT-0] Starting: CheckNoNamedSection.test (19 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:35:10.384 [INFO] !MESSAGE Pass 19 (141) processed. 0 failed. spent: 1:09, 6:37 mins remaining. CheckExpandableSection. time: 2115ms [INFO] Pass 19 (141) processed. 0 failed. spent: 1:09, 6:37 mins remaining. CheckExpandableSection. time: 2115ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:12.998 [INFO] !MESSAGE [AUT-0] Finished: CheckNoNamedSection.test in 2165 (19 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:13.001 [INFO] !MESSAGE [AUT-0] Starting: CheckSameNamedButtonsInsideSection.test (20 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:35:13.020 [INFO] !MESSAGE Pass 20 (141) processed. 0 failed. spent: 1:12, 6:32 mins remaining. CheckNoNamedSection. time: 2165ms [INFO] Pass 20 (141) processed. 0 failed. spent: 1:12, 6:32 mins remaining. CheckNoNamedSection. time: 2165ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:15.621 [INFO] !MESSAGE [AUT-0] Finished: CheckSameNamedButtonsInsideSection.test in 1978 (20 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:15.625 [INFO] !MESSAGE [AUT-0] Starting: CheckSameNamedSections.test (21 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:35:15.638 [INFO] !MESSAGE Pass 21 (141) processed. 0 failed. spent: 1:15, 6:28 mins remaining. CheckSameNamedButtonsInsideSection. time: 1978ms [INFO] Pass 21 (141) processed. 0 failed. spent: 1:15, 6:28 mins remaining. CheckSameNamedButtonsInsideSection. time: 1978ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:18.731 [INFO] !MESSAGE [AUT-0] Finished: CheckSameNamedSections.test in 2702 (21 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:18.734 [INFO] !MESSAGE [AUT-0] Starting: ClickOnDuplicateLink.test (22 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:35:18.742 [INFO] !MESSAGE Pass 22 (141) processed. 0 failed. spent: 1:18, 6:23 mins remaining. CheckSameNamedSections. time: 2702ms [INFO] Pass 22 (141) processed. 0 failed. spent: 1:18, 6:23 mins remaining. CheckSameNamedSections. time: 2702ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:21.836 [INFO] !MESSAGE [AUT-0] Finished: ClickOnDuplicateLink.test in 2358 (22 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:21.839 [INFO] !MESSAGE [AUT-0] Starting: ClickOnHyperLink.test (23 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:35:21.846 [INFO] !MESSAGE Pass 23 (141) processed. 0 failed. spent: 1:21, 6:19 mins remaining. ClickOnDuplicateLink. time: 2358ms [INFO] Pass 23 (141) processed. 0 failed. spent: 1:21, 6:19 mins remaining. ClickOnDuplicateLink. time: 2358ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:24.192 [INFO] !MESSAGE [AUT-0] Finished: ClickOnHyperLink.test in 1769 (23 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:24.195 [INFO] !MESSAGE [AUT-0] Starting: ClickOnImageLink.test (24 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:35:24.236 [INFO] !MESSAGE Pass 24 (141) processed. 0 failed. spent: 1:23, 6:10 mins remaining. ClickOnHyperLink. time: 1769ms [INFO] Pass 24 (141) processed. 0 failed. spent: 1:23, 6:10 mins remaining. ClickOnHyperLink. time: 1769ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:26.805 [INFO] !MESSAGE [AUT-0] Finished: ClickOnImageLink.test in 2103 (24 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:26.808 [INFO] !MESSAGE [AUT-0] Starting: ClickOnLinkWithSymbols.test (25 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:35:26.839 [INFO] !MESSAGE Pass 25 (141) processed. 0 failed. spent: 1:26, 6:06 mins remaining. ClickOnImageLink. time: 2103ms [INFO] Pass 25 (141) processed. 0 failed. spent: 1:26, 6:06 mins remaining. ClickOnImageLink. time: 2103ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:29.407 [INFO] !MESSAGE [AUT-0] Finished: ClickOnLinkWithSymbols.test in 2081 (25 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:29.410 [INFO] !MESSAGE [AUT-0] Starting: ClickingOnCTabFolder.test (26 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:35:29.443 [INFO] !MESSAGE Pass 26 (141) processed. 0 failed. spent: 1:28, 5:58 mins remaining. ClickOnLinkWithSymbols. time: 2081ms [INFO] Pass 26 (141) processed. 0 failed. spent: 1:28, 5:58 mins remaining. ClickOnLinkWithSymbols. time: 2081ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:33.029 [INFO] !MESSAGE [AUT-0] Finished: ClickingOnCTabFolder.test in 3168 (26 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:33.032 [INFO] !MESSAGE [AUT-0] Starting: ClickingOnTabFolder.test (27 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:35:33.047 [INFO] !MESSAGE Pass 27 (141) processed. 0 failed. spent: 1:32, 5:58 mins remaining. ClickingOnCTabFolder. time: 3168ms [INFO] Pass 27 (141) processed. 0 failed. spent: 1:32, 5:58 mins remaining. ClickingOnCTabFolder. time: 3168ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:36.516 [INFO] !MESSAGE [AUT-0] Finished: ClickingOnTabFolder.test in 2301 (27 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:36.519 [INFO] !MESSAGE [AUT-0] Starting: ComboViewer_SelectionFromReadOnly.test (28 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:35:36.530 [INFO] !MESSAGE Pass 28 (141) processed. 0 failed. spent: 1:35, 5:54 mins remaining. ClickingOnTabFolder. time: 2301ms [INFO] Pass 28 (141) processed. 0 failed. spent: 1:35, 5:54 mins remaining. ClickingOnTabFolder. time: 2301ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:39.109 [INFO] !MESSAGE [AUT-0] Finished: ComboViewer_SelectionFromReadOnly.test in 1869 (28 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:39.112 [INFO] !MESSAGE [AUT-0] Starting: ComboViewer_SetInCombo.test (29 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:35:39.133 [INFO] !MESSAGE Pass 29 (141) processed. 0 failed. spent: 1:38, 5:50 mins remaining. ComboViewer_SelectionFromReadOnly. time: 1869ms [INFO] Pass 29 (141) processed. 0 failed. spent: 1:38, 5:50 mins remaining. ComboViewer_SelectionFromReadOnly. time: 1869ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:42.204 [INFO] !MESSAGE [AUT-0] Finished: ComboViewer_SetInCombo.test in 2366 (29 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:42.207 [INFO] !MESSAGE [AUT-0] Starting: Custom EditPart Identification.test (30 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:35:42.237 [INFO] !MESSAGE Pass 30 (141) processed. 0 failed. spent: 1:41, 5:47 mins remaining. ComboViewer_SetInCombo. time: 2366ms [INFO] Pass 30 (141) processed. 0 failed. spent: 1:41, 5:47 mins remaining. ComboViewer_SetInCombo. time: 2366ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:45.316 [INFO] !MESSAGE [AUT-0] Finished: Custom EditPart Identification.test in 2423 (30 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:45.322 [INFO] !MESSAGE [AUT-0] Starting: Date Test.test (31 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:35:45.719 [INFO] !MESSAGE Pass 31 (141) processed. 0 failed. spent: 1:45, 5:46 mins remaining. Custom EditPart Identification. time: 2423ms [INFO] Pass 31 (141) processed. 0 failed. spent: 1:45, 5:46 mins remaining. Custom EditPart Identification. time: 2423ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:48.811 [INFO] !MESSAGE [AUT-0] Finished: Date Test.test in 2411 (31 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:48.814 [INFO] !MESSAGE [AUT-0] Starting: DiagramItem Image Detection.test (32 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:35:48.823 [INFO] !MESSAGE Pass 32 (141) processed. 0 failed. spent: 1:48, 5:43 mins remaining. Date Test. time: 2411ms [INFO] Pass 32 (141) processed. 0 failed. spent: 1:48, 5:43 mins remaining. Date Test. time: 2411ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:50.913 [INFO] !MESSAGE [AUT-0] Finished: DiagramItem Image Detection.test in 1502 (32 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:50.916 [INFO] !MESSAGE [AUT-0] Starting: DialogCellEditorEdits.test (33 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:35:50.926 [INFO] !MESSAGE Pass 33 (141) processed. 0 failed. spent: 1:50, 5:36 mins remaining. DiagramItem Image Detection. time: 1502ms [INFO] Pass 33 (141) processed. 0 failed. spent: 1:50, 5:36 mins remaining. DiagramItem Image Detection. time: 1502ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:56.014 [INFO] !MESSAGE [AUT-0] Finished: DialogCellEditorEdits.test in 4376 (33 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:35:56.017 [INFO] !MESSAGE [AUT-0] Starting: DialogCellEditorML_Activate.test (34 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:35:56.032 [INFO] !MESSAGE Pass 34 (141) processed. 0 failed. spent: 1:55, 5:38 mins remaining. DialogCellEditorEdits. time: 4376ms [INFO] Pass 34 (141) processed. 0 failed. spent: 1:55, 5:38 mins remaining. DialogCellEditorEdits. time: 4376ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:00.359 [INFO] !MESSAGE [AUT-0] Finished: DialogCellEditorML_Activate.test in 3597 (34 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:00.362 [INFO] !MESSAGE [AUT-0] Starting: DialogCellEditorML_NoActivate.test (35 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:00.365 [INFO] !MESSAGE Pass 35 (141) processed. 0 failed. spent: 1:59, 5:37 mins remaining. DialogCellEditorML_Activate. time: 3597ms [INFO] Pass 35 (141) processed. 0 failed. spent: 1:59, 5:37 mins remaining. DialogCellEditorML_Activate. time: 3597ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:04.042 [INFO] !MESSAGE [AUT-0] Finished: DialogCellEditorML_NoActivate.test in 3055 (35 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:04.045 [INFO] !MESSAGE [AUT-0] Starting: DragAndDrop.test (36 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:04.069 [INFO] !MESSAGE Pass 36 (141) processed. 0 failed. spent: 2:03, 5:36 mins remaining. DialogCellEditorML_NoActivate. time: 3055ms [INFO] Pass 36 (141) processed. 0 failed. spent: 2:03, 5:36 mins remaining. DialogCellEditorML_NoActivate. time: 3055ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:10.160 [INFO] !MESSAGE [AUT-0] Finished: DragAndDrop.test in 5308 (36 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:10.163 [INFO] !MESSAGE [AUT-0] Starting: Encrypted password.test (37 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:10.176 [INFO] !MESSAGE Pass 37 (141) processed. 0 failed. spent: 2:09, 5:40 mins remaining. DragAndDrop. time: 5308ms [INFO] Pass 37 (141) processed. 0 failed. spent: 2:09, 5:40 mins remaining. DragAndDrop. time: 5308ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:13.522 [INFO] !MESSAGE [AUT-0] Finished: Encrypted password.test in 2314 (37 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:13.525 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_AssertItemImage.test (38 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:13.529 [INFO] !MESSAGE Pass 38 (141) processed. 0 failed. spent: 2:12, 5:36 mins remaining. Encrypted password. time: 2314ms [INFO] Pass 38 (141) processed. 0 failed. spent: 2:12, 5:36 mins remaining. Encrypted password. time: 2314ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:16.126 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_AssertItemImage.test in 1893 (38 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:16.129 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_AssertItemIndex.test (39 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:16.133 [INFO] !MESSAGE Pass 39 (141) processed. 0 failed. spent: 2:15, 5:32 mins remaining. ExpandBar_AssertItemImage. time: 1893ms [INFO] Pass 39 (141) processed. 0 failed. spent: 2:15, 5:32 mins remaining. ExpandBar_AssertItemImage. time: 1893ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:18.723 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_AssertItemIndex.test in 1837 (39 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:18.725 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_EditText.test (40 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:18.736 [INFO] !MESSAGE Pass 40 (141) processed. 0 failed. spent: 2:18, 5:28 mins remaining. ExpandBar_AssertItemIndex. time: 1837ms [INFO] Pass 40 (141) processed. 0 failed. spent: 2:18, 5:28 mins remaining. ExpandBar_AssertItemIndex. time: 1837ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:21.832 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_EditText.test in 2250 (40 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:21.835 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_ExpandCollapseTest.test (41 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:21.840 [INFO] !MESSAGE Pass 41 (141) processed. 0 failed. spent: 2:21, 5:24 mins remaining. ExpandBar_EditText. time: 2250ms [INFO] Pass 41 (141) processed. 0 failed. spent: 2:21, 5:24 mins remaining. ExpandBar_EditText. time: 2250ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:25.207 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_ExpandCollapseTest.test in 2327 (41 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:25.209 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_ItemButtons.test (42 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:25.221 [INFO] !MESSAGE Pass 42 (141) processed. 0 failed. spent: 2:24, 5:20 mins remaining. ExpandBar_ExpandCollapseTest. time: 2327ms [INFO] Pass 42 (141) processed. 0 failed. spent: 2:24, 5:20 mins remaining. ExpandBar_ExpandCollapseTest. time: 2327ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:27.812 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_ItemButtons.test in 2084 (42 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:27.822 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_BaseTest.test (43 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:27.824 [INFO] !MESSAGE Pass 43 (141) processed. 0 failed. spent: 2:27, 5:16 mins remaining. ExpandBar_ItemButtons. time: 2084ms [INFO] Pass 43 (141) processed. 0 failed. spent: 2:27, 5:16 mins remaining. ExpandBar_ItemButtons. time: 2084ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:30.625 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_BaseTest.test in 1901 (43 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:31.118 [INFO] !MESSAGE Pass 44 (141) processed. 0 failed. spent: 2:30, 5:23 mins remaining. ExpandableComposite_BaseTest. time: 1901ms [INFO] Pass 44 (141) processed. 0 failed. spent: 2:30, 5:23 mins remaining. ExpandableComposite_BaseTest. time: 1901ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:31.120 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_CheckNestedComposites.test (44 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:33.718 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_CheckNestedComposites.test in 2275 (44 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:33.721 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_CheckNoNamedComposite.test (45 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:33.721 [INFO] !MESSAGE Pass 45 (141) processed. 0 failed. spent: 2:33, 5:09 mins remaining. ExpandableComposite_CheckNestedComposites. time: 2275ms [INFO] Pass 45 (141) processed. 0 failed. spent: 2:33, 5:09 mins remaining. ExpandableComposite_CheckNestedComposites. time: 2275ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:35.823 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_CheckNoNamedComposite.test in 1808 (45 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:35.824 [INFO] !MESSAGE Pass 46 (141) processed. 0 failed. spent: 2:35, 5:13 mins remaining. ExpandableComposite_CheckNoNamedComposite. time: 1808ms [INFO] Pass 46 (141) processed. 0 failed. spent: 2:35, 5:13 mins remaining. ExpandableComposite_CheckNoNamedComposite. time: 1808ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:35.826 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_ExpandTest.test (46 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:38.425 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_ExpandTest.test in 1938 (46 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:38.427 [INFO] !MESSAGE Pass 47 (141) processed. 0 failed. spent: 2:37, 5:07 mins remaining. ExpandableComposite_ExpandTest. time: 1938ms [INFO] Pass 47 (141) processed. 0 failed. spent: 2:37, 5:07 mins remaining. ExpandableComposite_ExpandTest. time: 1938ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:38.428 [INFO] !MESSAGE [AUT-0] Starting: Get 2 Nebula Grid.test (47 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:39.767 [INFO] !MESSAGE [AUT-0] Finished: Get 2 Nebula Grid.test in 855 (47 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:39.771 [INFO] !MESSAGE [AUT-0] Starting: Get Nebula Grid.test (48 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:39.812 [INFO] !MESSAGE Pass 48 (141) processed. 0 failed. spent: 2:39, 4:52 mins remaining. Get 2 Nebula Grid. time: 855ms [INFO] Pass 48 (141) processed. 0 failed. spent: 2:39, 4:52 mins remaining. Get 2 Nebula Grid. time: 855ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:42.369 [INFO] !MESSAGE [AUT-0] Finished: Get Nebula Grid.test in 2006 (48 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:42.372 [INFO] !MESSAGE [AUT-0] Starting: Group Test.test (49 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:42.415 [INFO] !MESSAGE Pass 49 (141) processed. 0 failed. spent: 2:41, 4:47 mins remaining. Get Nebula Grid. time: 2006ms [INFO] Pass 49 (141) processed. 0 failed. spent: 2:41, 4:47 mins remaining. Get Nebula Grid. time: 2006ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:45.468 [INFO] !MESSAGE [AUT-0] Finished: Group Test.test in 2700 (49 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:45.472 [INFO] !MESSAGE [AUT-0] Starting: Label Test.test (50 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:45.520 [INFO] !MESSAGE Pass 50 (141) processed. 0 failed. spent: 2:44, 4:43 mins remaining. Group Test. time: 2700ms [INFO] Pass 50 (141) processed. 0 failed. spent: 2:44, 4:43 mins remaining. Group Test. time: 2700ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:48.586 [INFO] !MESSAGE [AUT-0] Finished: Label Test.test in 2688 (50 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:48.589 [INFO] !MESSAGE [AUT-0] Starting: Left click context menu.test (51 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:48.624 [INFO] !MESSAGE Pass 51 (141) processed. 0 failed. spent: 2:48, 4:42 mins remaining. Label Test. time: 2688ms [INFO] Pass 51 (141) processed. 0 failed. spent: 2:48, 4:42 mins remaining. Label Test. time: 2688ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:49.654 [INFO] !MESSAGE [AUT-0] Finished: Left click context menu.test in 732 (51 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:49.656 [INFO] !MESSAGE [AUT-0] Starting: Link Test.test (52 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:49.688 [INFO] !MESSAGE Pass 52 (141) processed. 0 failed. spent: 2:49, 4:35 mins remaining. Left click context menu. time: 732ms [INFO] Pass 52 (141) processed. 0 failed. spent: 2:49, 4:35 mins remaining. Left click context menu. time: 732ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:52.252 [INFO] !MESSAGE [AUT-0] Finished: Link Test.test in 2034 (52 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:52.255 [INFO] !MESSAGE [AUT-0] Starting: ListEventsTest.test (53 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:52.292 [INFO] !MESSAGE Pass 53 (141) processed. 0 failed. spent: 2:51, 4:30 mins remaining. Link Test. time: 2034ms [INFO] Pass 53 (141) processed. 0 failed. spent: 2:51, 4:30 mins remaining. Link Test. time: 2034ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:54.348 [INFO] !MESSAGE [AUT-0] Finished: ListEventsTest.test in 1734 (53 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:54.351 [INFO] !MESSAGE [AUT-0] Starting: ListViewerEventsTest.test (54 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:54.395 [INFO] !MESSAGE Pass 54 (141) processed. 0 failed. spent: 2:53, 4:25 mins remaining. ListEventsTest. time: 1734ms [INFO] Pass 54 (141) processed. 0 failed. spent: 2:53, 4:25 mins remaining. ListEventsTest. time: 1734ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:56.684 [INFO] !MESSAGE [AUT-0] Finished: ListViewerEventsTest.test in 1519 (54 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:56.686 [INFO] !MESSAGE [AUT-0] Starting: ListViewerSelectionTest.test (55 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:56.760 [INFO] !MESSAGE Pass 55 (141) processed. 0 failed. spent: 2:56, 4:22 mins remaining. ListViewerEventsTest. time: 1519ms [INFO] Pass 55 (141) processed. 0 failed. spent: 2:56, 4:22 mins remaining. ListViewerEventsTest. time: 1519ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:58.776 [INFO] !MESSAGE [AUT-0] Finished: ListViewerSelectionTest.test in 1830 (55 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:36:58.778 [INFO] !MESSAGE [AUT-0] Starting: MenuBar Test.test (56 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:36:58.863 [INFO] !MESSAGE Pass 56 (141) processed. 0 failed. spent: 2:58, 4:17 mins remaining. ListViewerSelectionTest. time: 1830ms [INFO] Pass 56 (141) processed. 0 failed. spent: 2:58, 4:17 mins remaining. ListViewerSelectionTest. time: 1830ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:01.877 [INFO] !MESSAGE [AUT-0] Finished: MenuBar Test.test in 2676 (56 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:01.879 [INFO] !MESSAGE [AUT-0] Starting: MovingInSlider.test (57 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:37:01.966 [INFO] !MESSAGE Pass 57 (141) processed. 0 failed. spent: 3:01, 4:14 mins remaining. MenuBar Test. time: 2676ms [INFO] Pass 57 (141) processed. 0 failed. spent: 3:01, 4:14 mins remaining. MenuBar Test. time: 2676ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:04.481 [INFO] !MESSAGE [AUT-0] Finished: MovingInSlider.test in 1931 (57 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:04.485 [INFO] !MESSAGE [AUT-0] Starting: Multi List Test.test (58 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:37:04.570 [INFO] !MESSAGE Pass 58 (141) processed. 0 failed. spent: 3:04, 4:11 mins remaining. MovingInSlider. time: 1931ms [INFO] Pass 58 (141) processed. 0 failed. spent: 3:04, 4:11 mins remaining. MovingInSlider. time: 1931ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:07.602 [INFO] !MESSAGE [AUT-0] Finished: Multi List Test.test in 2126 (58 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:07.605 [INFO] !MESSAGE [AUT-0] Starting: Multiline Text Test.test (59 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:37:07.617 [INFO] !MESSAGE Pass 59 (141) processed. 0 failed. spent: 3:07, 4:08 mins remaining. Multi List Test. time: 2126ms [INFO] Pass 59 (141) processed. 0 failed. spent: 3:07, 4:08 mins remaining. Multi List Test. time: 2126ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:10.717 [INFO] !MESSAGE [AUT-0] Finished: Multiline Text Test.test in 2401 (59 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:10.720 [INFO] !MESSAGE [AUT-0] Starting: NestedDialogs.test (60 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:37:10.721 [INFO] !MESSAGE Pass 60 (141) processed. 0 failed. spent: 3:10, 4:05 mins remaining. Multiline Text Test. time: 2401ms [INFO] Pass 60 (141) processed. 0 failed. spent: 3:10, 4:05 mins remaining. Multiline Text Test. time: 2401ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:29.844 [INFO] !MESSAGE [AUT-0] Finished: NestedDialogs.test in 18285 (60 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:29.847 [INFO] !MESSAGE [AUT-0] Starting: NestedSectionsTest.test (61 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:37:29.942 [INFO] !MESSAGE Pass 61 (141) processed. 0 failed. spent: 3:29, 4:22 mins remaining. NestedDialogs. time: 18285ms [INFO] Pass 61 (141) processed. 0 failed. spent: 3:29, 4:22 mins remaining. NestedDialogs. time: 18285ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:33.563 [INFO] !MESSAGE [AUT-0] Finished: NestedSectionsTest.test in 2641 (61 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:33.567 [INFO] !MESSAGE [AUT-0] Starting: Non-Unique Items Test.test (62 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:37:33.572 [INFO] !MESSAGE Pass 62 (141) processed. 0 failed. spent: 3:33, 4:19 mins remaining. NestedSectionsTest. time: 2641ms [INFO] Pass 62 (141) processed. 0 failed. spent: 3:33, 4:19 mins remaining. NestedSectionsTest. time: 2641ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:34.629 [INFO] !MESSAGE [AUT-0] Finished: Non-Unique Items Test.test in 611 (62 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:34.632 [INFO] !MESSAGE [AUT-0] Starting: PopUp Menu Test.test (63 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:37:34.674 [INFO] !MESSAGE Pass 63 (141) processed. 0 failed. spent: 3:34, 4:13 mins remaining. Non-Unique Items Test. time: 611ms [INFO] Pass 63 (141) processed. 0 failed. spent: 3:34, 4:13 mins remaining. Non-Unique Items Test. time: 611ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:37.736 [INFO] !MESSAGE [AUT-0] Finished: PopUp Menu Test.test in 2803 (63 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:37.739 [INFO] !MESSAGE [AUT-0] Starting: Press Cancel to Dismiss Color Dialog.test (64 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:37:37.778 [INFO] !MESSAGE Pass 64 (141) processed. 0 failed. spent: 3:37, 4:09 mins remaining. PopUp Menu Test. time: 2803ms [INFO] Pass 64 (141) processed. 0 failed. spent: 3:37, 4:09 mins remaining. PopUp Menu Test. time: 2803ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:39.885 [INFO] !MESSAGE [AUT-0] Finished: Press Cancel to Dismiss Color Dialog.test in 1673 (64 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:39.888 [INFO] !MESSAGE [AUT-0] Starting: Press Cancel to dismiss Directory Dialog.test (65 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:37:39.981 [INFO] !MESSAGE Pass 65 (141) processed. 0 failed. spent: 3:39, 4:05 mins remaining. Press Cancel to Dismiss Color Dialog. time: 1673ms [INFO] Pass 65 (141) processed. 0 failed. spent: 3:39, 4:05 mins remaining. Press Cancel to Dismiss Color Dialog. time: 1673ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:43.270 [INFO] !MESSAGE [AUT-0] Finished: Press Cancel to dismiss Directory Dialog.test in 2356 (65 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:43.273 [INFO] !MESSAGE [AUT-0] Starting: Press Cancel to dismiss MessageBox.test (66 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:37:43.287 [INFO] !MESSAGE Pass 66 (141) processed. 0 failed. spent: 3:42, 4:01 mins remaining. Press Cancel to dismiss Directory Dialog. time: 2356ms [INFO] Pass 66 (141) processed. 0 failed. spent: 3:42, 4:01 mins remaining. Press Cancel to dismiss Directory Dialog. time: 2356ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:45.869 [INFO] !MESSAGE [AUT-0] Finished: Press Cancel to dismiss MessageBox.test in 1864 (66 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:45.871 [INFO] !MESSAGE [AUT-0] Starting: PressOnSimpleMessageBox.test (67 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:37:45.890 [INFO] !MESSAGE Pass 67 (141) processed. 0 failed. spent: 3:45, 3:58 mins remaining. Press Cancel to dismiss MessageBox. time: 1864ms [INFO] Pass 67 (141) processed. 0 failed. spent: 3:45, 3:58 mins remaining. Press Cancel to dismiss MessageBox. time: 1864ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:49.478 [INFO] !MESSAGE [AUT-0] Finished: PressOnSimpleMessageBox.test in 2958 (67 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:49.480 [INFO] !MESSAGE [AUT-0] Starting: QS-2531_Q7 should support checkbox tables and record correct select commands_.test (68 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:37:49.495 [INFO] !MESSAGE Pass 68 (141) processed. 0 failed. spent: 3:48, 3:54 mins remaining. PressOnSimpleMessageBox. time: 2958ms [INFO] Pass 68 (141) processed. 0 failed. spent: 3:48, 3:54 mins remaining. PressOnSimpleMessageBox. time: 2958ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:53.336 [INFO] !MESSAGE [AUT-0] Finished: QS-2531_Q7 should support checkbox tables and record correct select commands_.test in 3251 (68 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:53.339 [INFO] !MESSAGE [AUT-0] Starting: QS-2639_Include image resource path into element properties.test (69 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:37:53.358 [INFO] !MESSAGE Pass 69 (141) processed. 0 failed. spent: 3:52, 3:52 mins remaining. QS-2531_Q7 should support checkbox tables and record correct select commands.. time: 3251ms [INFO] Pass 69 (141) processed. 0 failed. spent: 3:52, 3:52 mins remaining. QS-2531_Q7 should support checkbox tables and record correct select commands.. time: 3251ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:55.443 [INFO] !MESSAGE [AUT-0] Finished: QS-2639_Include image resource path into element properties.test in 1351 (69 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:55.446 [INFO] !MESSAGE [AUT-0] Starting: QS-2663_Assertion window adds wrong assertions.test (70 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:37:55.461 [INFO] !MESSAGE Pass 70 (141) processed. 0 failed. spent: 3:54, 3:47 mins remaining. QS-2639_Include image resource path into element properties. time: 1351ms [INFO] Pass 70 (141) processed. 0 failed. spent: 3:54, 3:47 mins remaining. QS-2639_Include image resource path into element properties. time: 1351ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:58.034 [INFO] !MESSAGE [AUT-0] Finished: QS-2663_Assertion window adds wrong assertions.test in 1953 (70 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:37:58.036 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_CheckProcedureWithInput.test (71 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:37:58.064 [INFO] !MESSAGE Pass 71 (141) processed. 0 failed. spent: 3:57, 3:44 mins remaining. QS-2663_Assertion window adds wrong assertions. time: 1953ms [INFO] Pass 71 (141) processed. 0 failed. spent: 3:57, 3:44 mins remaining. QS-2663_Assertion window adds wrong assertions. time: 1953ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:38:26.521 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_CheckProcedureWithInput.test in 26506 (71 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:38:26.524 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_ComplexTest.test (72 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:38:26.537 [INFO] !MESSAGE Pass 72 (141) processed. 0 failed. spent: 4:26, 4:04 mins remaining. QS-2852_CheckProcedureWithInput. time: 26506ms [INFO] Pass 72 (141) processed. 0 failed. spent: 4:26, 4:04 mins remaining. QS-2852_CheckProcedureWithInput. time: 26506ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:38:41.703 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_ComplexTest.test in 13996 (72 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:38:41.706 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_ComplexTestNoParameter.test (73 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:38:41.724 [INFO] !MESSAGE Pass 73 (141) processed. 0 failed. spent: 4:41, 4:11 mins remaining. QS-2852_ComplexTest. time: 13996ms [INFO] Pass 73 (141) processed. 0 failed. spent: 4:41, 4:11 mins remaining. QS-2852_ComplexTest. time: 13996ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:01.905 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_ComplexTestNoParameter.test in 19128 (73 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:01.908 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_VerifyVariableFromParameterContext.test (74 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:39:01.991 [INFO] !MESSAGE Pass 74 (141) processed. 0 failed. spent: 5:01, 4:21 mins remaining. QS-2852_ComplexTestNoParameter. time: 19128ms [INFO] Pass 74 (141) processed. 0 failed. spent: 5:01, 4:21 mins remaining. QS-2852_ComplexTestNoParameter. time: 19128ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:17.605 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_VerifyVariableFromParameterContext.test in 14786 (74 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:17.610 [INFO] !MESSAGE [AUT-0] Starting: QS-2898_Broken_equals_verify-true_compatibility for raw values.test (75 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:39:17.633 [INFO] !MESSAGE Pass 75 (141) processed. 0 failed. spent: 5:17, 4:27 mins remaining. QS-2852_VerifyVariableFromParameterContext. time: 14786ms [INFO] Pass 75 (141) processed. 0 failed. spent: 5:17, 4:27 mins remaining. QS-2852_VerifyVariableFromParameterContext. time: 14786ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:20.486 [INFO] !MESSAGE [AUT-0] Finished: QS-2898_Broken_equals_verify-true_compatibility for raw values.test in 2225 (75 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:20.489 [INFO] !MESSAGE [AUT-0] Starting: QS-3160.test (76 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:39:20.508 [INFO] !MESSAGE Pass 76 (141) processed. 0 failed. spent: 5:19, 4:21 mins remaining. QS-2898_Broken_equals_verify-true_compatibility for raw values. time: 2225ms [INFO] Pass 76 (141) processed. 0 failed. spent: 5:19, 4:21 mins remaining. QS-2898_Broken_equals_verify-true_compatibility for raw values. time: 2225ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:23.094 [INFO] !MESSAGE [AUT-0] Finished: QS-3160.test in 1806 (76 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:23.098 [INFO] !MESSAGE [AUT-0] Starting: QS_1962_SimpleControlParts.test (77 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:39:23.111 [INFO] !MESSAGE Pass 77 (141) processed. 0 failed. spent: 5:22, 4:16 mins remaining. QS-3160. time: 1806ms [INFO] Pass 77 (141) processed. 0 failed. spent: 5:22, 4:16 mins remaining. QS-3160. time: 1806ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:26.231 [INFO] !MESSAGE [AUT-0] Finished: QS_1962_SimpleControlParts.test in 2118 (77 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:26.234 [INFO] !MESSAGE [AUT-0] Starting: QS_1962_TableDemoPart.test (78 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:39:26.315 [INFO] !MESSAGE Pass 78 (141) processed. 0 failed. spent: 5:25, 4:11 mins remaining. QS_1962_SimpleControlParts. time: 2118ms [INFO] Pass 78 (141) processed. 0 failed. spent: 5:25, 4:11 mins remaining. QS_1962_SimpleControlParts. time: 2118ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:29.095 [INFO] !MESSAGE [AUT-0] Finished: QS_1962_TableDemoPart.test in 1955 (78 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:29.098 [INFO] !MESSAGE [AUT-0] Starting: QS_2167_SelectDateFromPopUpWindow.test (79 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:39:29.120 [INFO] !MESSAGE Pass 79 (141) processed. 0 failed. spent: 5:28, 4:07 mins remaining. QS_1962_TableDemoPart. time: 1955ms [INFO] Pass 79 (141) processed. 0 failed. spent: 5:28, 4:07 mins remaining. QS_1962_TableDemoPart. time: 1955ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:32.821 [INFO] !MESSAGE [AUT-0] Finished: QS_2167_SelectDateFromPopUpWindow.test in 2925 (79 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:32.824 [INFO] !MESSAGE [AUT-0] Starting: QS_2286_EditTreeAfterErrors.test (80 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:39:32.824 [INFO] !MESSAGE Pass 80 (141) processed. 0 failed. spent: 5:32, 4:02 mins remaining. QS_2167_SelectDateFromPopUpWindow. time: 2925ms [INFO] Pass 80 (141) processed. 0 failed. spent: 5:32, 4:02 mins remaining. QS_2167_SelectDateFromPopUpWindow. time: 2925ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:34.913 [INFO] !MESSAGE [AUT-0] Finished: QS_2286_EditTreeAfterErrors.test in 1820 (80 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:34.916 [INFO] !MESSAGE [AUT-0] Starting: QS_2309_CheckboxTree.test (81 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:39:34.927 [INFO] !MESSAGE Pass 81 (141) processed. 0 failed. spent: 5:34, 3:57 mins remaining. QS_2286_EditTreeAfterErrors. time: 1820ms [INFO] Pass 81 (141) processed. 0 failed. spent: 5:34, 3:57 mins remaining. QS_2286_EditTreeAfterErrors. time: 1820ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:38.813 [INFO] !MESSAGE [AUT-0] Finished: QS_2309_CheckboxTree.test in 2805 (81 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:38.815 [INFO] !MESSAGE [AUT-0] Starting: QS_2373_ContextMenu.test (82 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:39:38.819 [INFO] !MESSAGE Pass 82 (141) processed. 0 failed. spent: 5:38, 3:53 mins remaining. QS_2309_CheckboxTree. time: 2805ms [INFO] Pass 82 (141) processed. 0 failed. spent: 5:38, 3:53 mins remaining. QS_2309_CheckboxTree. time: 2805ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:41.439 [INFO] !MESSAGE [AUT-0] Finished: QS_2373_ContextMenu.test in 2134 (82 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:41.441 [INFO] !MESSAGE [AUT-0] Starting: QS_2404_TextWithKeyUpKeyDown.test (83 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:39:41.522 [INFO] !MESSAGE Pass 83 (141) processed. 0 failed. spent: 5:40, 3:48 mins remaining. QS_2373_ContextMenu. time: 2134ms [INFO] Pass 83 (141) processed. 0 failed. spent: 5:40, 3:48 mins remaining. QS_2373_ContextMenu. time: 2134ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:44.041 [INFO] !MESSAGE [AUT-0] Finished: QS_2404_TextWithKeyUpKeyDown.test in 1895 (83 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:44.044 [INFO] !MESSAGE [AUT-0] Starting: QS_2507_Mouse Command Is Unable To Work With_invisible_Cells.test (84 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:39:44.126 [INFO] !MESSAGE Pass 84 (141) processed. 0 failed. spent: 5:43, 3:43 mins remaining. QS_2404_TextWithKeyUpKeyDown. time: 1895ms [INFO] Pass 84 (141) processed. 0 failed. spent: 5:43, 3:43 mins remaining. QS_2404_TextWithKeyUpKeyDown. time: 1895ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:48.389 [INFO] !MESSAGE [AUT-0] Finished: QS_2507_Mouse Command Is Unable To Work With_invisible_Cells.test in 3534 (84 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:48.392 [INFO] !MESSAGE [AUT-0] Starting: QS_2508_CheckedStateColumn.test (85 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:39:48.399 [INFO] !MESSAGE Pass 85 (141) processed. 0 failed. spent: 5:47, 3:39 mins remaining. QS_2507_Mouse Command Is Unable To Work With_invisible_Cells. time: 3534ms [INFO] Pass 85 (141) processed. 0 failed. spent: 5:47, 3:39 mins remaining. QS_2507_Mouse Command Is Unable To Work With_invisible_Cells. time: 3534ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:52.531 [INFO] !MESSAGE [AUT-0] Finished: QS_2508_CheckedStateColumn.test in 3438 (85 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:52.534 [INFO] !MESSAGE [AUT-0] Starting: QS_2614_CreateCombo.test (86 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:39:52.604 [INFO] !MESSAGE Pass 86 (141) processed. 0 failed. spent: 5:52, 3:36 mins remaining. QS_2508_CheckedStateColumn. time: 3438ms [INFO] Pass 86 (141) processed. 0 failed. spent: 5:52, 3:36 mins remaining. QS_2508_CheckedStateColumn. time: 3438ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:54.624 [INFO] !MESSAGE [AUT-0] Finished: QS_2614_CreateCombo.test in 1426 (86 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:39:54.627 [INFO] !MESSAGE [AUT-0] Starting: QS_2986_ProgressMonitorDialog.test (87 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:39:54.707 [INFO] !MESSAGE Pass 87 (141) processed. 0 failed. spent: 5:54, 3:30 mins remaining. QS_2614_CreateCombo. time: 1426ms [INFO] Pass 87 (141) processed. 0 failed. spent: 5:54, 3:30 mins remaining. QS_2614_CreateCombo. time: 1426ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:01.748 [INFO] !MESSAGE [AUT-0] Finished: QS_2986_ProgressMonitorDialog.test in 6557 (87 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:01.751 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-304_RadioButtonInvokeTwice.test (88 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:40:01.835 [INFO] !MESSAGE Pass 88 (141) processed. 0 failed. spent: 6:01, 3:28 mins remaining. QS_2986_ProgressMonitorDialog. time: 6557ms [INFO] Pass 88 (141) processed. 0 failed. spent: 6:01, 3:28 mins remaining. QS_2986_ProgressMonitorDialog. time: 6557ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:05.368 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-304_RadioButtonInvokeTwice.test in 2986 (88 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:05.370 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-351_DragAndDropWhereTargetIsTableItem.test (89 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:40:05.439 [INFO] !MESSAGE Pass 89 (141) processed. 0 failed. spent: 6:04, 3:24 mins remaining. RCPTT-304_RadioButtonInvokeTwice. time: 2986ms [INFO] Pass 89 (141) processed. 0 failed. spent: 6:04, 3:24 mins remaining. RCPTT-304_RadioButtonInvokeTwice. time: 2986ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:08.490 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-351_DragAndDropWhereTargetIsTableItem.test in 2703 (89 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:08.493 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-356_Button_Push_Twice.test (90 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:40:08.543 [INFO] !MESSAGE Pass 90 (141) processed. 0 failed. spent: 6:08, 3:20 mins remaining. RCPTT-351_DragAndDropWhereTargetIsTableItem. time: 2703ms [INFO] Pass 90 (141) processed. 0 failed. spent: 6:08, 3:20 mins remaining. RCPTT-351_DragAndDropWhereTargetIsTableItem. time: 2703ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:12.112 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-356_Button_Push_Twice.test in 2530 (90 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:12.115 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-531_Browser dialogs with Tabs have get-table command failing playback only on Windows platform.test (91 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:40:12.167 [INFO] !MESSAGE Pass 91 (141) processed. 0 failed. spent: 6:11, 3:15 mins remaining. RCPTT-356_Button_Push_Twice. time: 2530ms [INFO] Pass 91 (141) processed. 0 failed. spent: 6:11, 3:15 mins remaining. RCPTT-356_Button_Push_Twice. time: 2530ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:15.229 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-531_Browser dialogs with Tabs have get-table command failing playback only on Windows platform.test in 2346 (91 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:15.232 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-533_Tesla Recording Error being thrown when interacting with Select File dialog only on Mac and Linux OS platforms.test (92 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:40:15.271 [INFO] !MESSAGE Pass 92 (141) processed. 0 failed. spent: 6:14, 3:10 mins remaining. RCPTT-531_Browser dialogs with Tabs have get-table command failing playback only on Windows platform. time: 2346ms [INFO] Pass 92 (141) processed. 0 failed. spent: 6:14, 3:10 mins remaining. RCPTT-531_Browser dialogs with Tabs have get-table command failing playback only on Windows platform. time: 2346ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:18.336 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-533_Tesla Recording Error being thrown when interacting with Select File dialog only on Mac and Linux OS platforms.test in 2239 (92 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:18.339 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-625_Recording with StyledText in text-field boxes and ComboToolItem widgets results in ECL task that fails during Playback execution.test (93 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:40:18.421 [INFO] !MESSAGE Pass 93 (141) processed. 0 failed. spent: 6:17, 3:06 mins remaining. RCPTT-533_Tesla Recording Error being thrown when interacting with Select File dialog only on Mac and Linux OS platforms. time: 2239ms [INFO] Pass 93 (141) processed. 0 failed. spent: 6:17, 3:06 mins remaining. RCPTT-533_Tesla Recording Error being thrown when interacting with Select File dialog only on Mac and Linux OS platforms. time: 2239ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:22.684 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-625_Recording with StyledText in text-field boxes and ComboToolItem widgets results in ECL task that fails during Playback execution.test in 3317 (93 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:22.686 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-640_HandleAsyncGUIExecution.test (94 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:40:22.690 [INFO] !MESSAGE Pass 94 (141) processed. 0 failed. spent: 6:22, 3:03 mins remaining. RCPTT-625_Recording with StyledText in text-field boxes and ComboToolItem widgets results in ECL task that fails during Playback execution. time: 3317ms [INFO] Pass 94 (141) processed. 0 failed. spent: 6:22, 3:03 mins remaining. RCPTT-625_Recording with StyledText in text-field boxes and ComboToolItem widgets results in ECL task that fails during Playback execution. time: 3317ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:24.780 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-640_HandleAsyncGUIExecution.test in 1437 (94 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:24.783 [INFO] !MESSAGE [AUT-0] Starting: SUP1149_ModalDialogAfterEclContext.test (95 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:40:24.793 [INFO] !MESSAGE Pass 95 (141) processed. 0 failed. spent: 6:24, 2:58 mins remaining. RCPTT-640_HandleAsyncGUIExecution. time: 1437ms [INFO] Pass 95 (141) processed. 0 failed. spent: 6:24, 2:58 mins remaining. RCPTT-640_HandleAsyncGUIExecution. time: 1437ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:29.438 [INFO] !MESSAGE [AUT-0] Finished: SUP1149_ModalDialogAfterEclContext.test in 4105 (95 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:29.441 [INFO] !MESSAGE [AUT-0] Starting: SUP527_TimerExec.test (96 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:40:29.522 [INFO] !MESSAGE Pass 96 (141) processed. 0 failed. spent: 6:28, 2:54 mins remaining. SUP1149_ModalDialogAfterEclContext. time: 4105ms [INFO] Pass 96 (141) processed. 0 failed. spent: 6:28, 2:54 mins remaining. SUP1149_ModalDialogAfterEclContext. time: 4105ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:46.085 [INFO] !MESSAGE [AUT-0] Finished: SUP527_TimerExec.test in 15978 (96 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:46.088 [INFO] !MESSAGE [AUT-0] Starting: SUP527_TimerExec_same.test (97 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:40:46.176 [INFO] !MESSAGE Pass 97 (141) processed. 0 failed. spent: 6:45, 2:55 mins remaining. SUP527_TimerExec. time: 15978ms [INFO] Pass 97 (141) processed. 0 failed. spent: 6:45, 2:55 mins remaining. SUP527_TimerExec. time: 15978ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:53.231 [INFO] !MESSAGE [AUT-0] Finished: SUP527_TimerExec_same.test in 6668 (97 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:53.234 [INFO] !MESSAGE [AUT-0] Starting: SUP562_allowStatusDialog.test (98 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:40:53.285 [INFO] !MESSAGE Pass 98 (141) processed. 0 failed. spent: 6:52, 2:53 mins remaining. SUP527_TimerExec_same. time: 6668ms [INFO] Pass 98 (141) processed. 0 failed. spent: 6:52, 2:53 mins remaining. SUP527_TimerExec_same. time: 6668ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:57.856 [INFO] !MESSAGE [AUT-0] Finished: SUP562_allowStatusDialog.test in 4090 (98 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:57.860 [INFO] !MESSAGE [AUT-0] Starting: SUP857_IColorProvider.test (99 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:40:57.919 [INFO] !MESSAGE Pass 99 (141) processed. 0 failed. spent: 6:57, 2:49 mins remaining. SUP562_allowStatusDialog. time: 4090ms [INFO] Pass 99 (141) processed. 0 failed. spent: 6:57, 2:49 mins remaining. SUP562_allowStatusDialog. time: 4090ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:59.716 [INFO] !MESSAGE [AUT-0] Finished: SUP857_IColorProvider.test in 827 (99 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:40:59.718 [INFO] !MESSAGE [AUT-0] Starting: ScrolledCompositeTest.test (100 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:40:59.750 [INFO] !MESSAGE Pass 100 (141) processed. 0 failed. spent: 6:59, 2:44 mins remaining. SUP857_IColorProvider. time: 827ms [INFO] Pass 100 (141) processed. 0 failed. spent: 6:59, 2:44 mins remaining. SUP857_IColorProvider. time: 827ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:02.831 [INFO] !MESSAGE [AUT-0] Finished: ScrolledCompositeTest.test in 2497 (100 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:02.834 [INFO] !MESSAGE [AUT-0] Starting: SectionBaseTest.test (101 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:41:02.854 [INFO] !MESSAGE Pass 101 (141) processed. 0 failed. spent: 7:02, 2:39 mins remaining. ScrolledCompositeTest. time: 2497ms [INFO] Pass 101 (141) processed. 0 failed. spent: 7:02, 2:39 mins remaining. ScrolledCompositeTest. time: 2497ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:05.437 [INFO] !MESSAGE [AUT-0] Finished: SectionBaseTest.test in 1710 (101 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:05.440 [INFO] !MESSAGE [AUT-0] Starting: SectionWithButtonsTest.test (102 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:41:05.457 [INFO] !MESSAGE Pass 102 (141) processed. 0 failed. spent: 7:04, 2:34 mins remaining. SectionBaseTest. time: 1710ms [INFO] Pass 102 (141) processed. 0 failed. spent: 7:04, 2:34 mins remaining. SectionBaseTest. time: 1710ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:08.705 [INFO] !MESSAGE [AUT-0] Finished: SectionWithButtonsTest.test in 2195 (102 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:08.708 [INFO] !MESSAGE [AUT-0] Starting: Select Color.test (103 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:41:08.718 [INFO] !MESSAGE Pass 103 (141) processed. 0 failed. spent: 7:08, 2:30 mins remaining. SectionWithButtonsTest. time: 2195ms [INFO] Pass 103 (141) processed. 0 failed. spent: 7:08, 2:30 mins remaining. SectionWithButtonsTest. time: 2195ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:10.807 [INFO] !MESSAGE [AUT-0] Finished: Select Color.test in 1620 (103 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:10.809 [INFO] !MESSAGE [AUT-0] Starting: Select Path in a Directory Dialog.test (104 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:41:10.821 [INFO] !MESSAGE Pass 104 (141) processed. 0 failed. spent: 7:10, 2:26 mins remaining. Select Color. time: 1620ms [INFO] Pass 104 (141) processed. 0 failed. spent: 7:10, 2:26 mins remaining. Select Color. time: 1620ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:12.908 [INFO] !MESSAGE [AUT-0] Finished: Select Path in a Directory Dialog.test in 1580 (104 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:12.910 [INFO] !MESSAGE [AUT-0] Starting: SelectFromComboBox.test (105 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:41:12.924 [INFO] !MESSAGE Pass 105 (141) processed. 0 failed. spent: 7:12, 2:21 mins remaining. Select Path in a Directory Dialog. time: 1580ms [INFO] Pass 105 (141) processed. 0 failed. spent: 7:12, 2:21 mins remaining. Select Path in a Directory Dialog. time: 1580ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:16.346 [INFO] !MESSAGE [AUT-0] Finished: SelectFromComboBox.test in 2392 (105 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:16.349 [INFO] !MESSAGE [AUT-0] Starting: SelectFromComboBoxByKeyBoardButton.test (106 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:41:16.364 [INFO] !MESSAGE Pass 106 (141) processed. 0 failed. spent: 7:15, 2:16 mins remaining. SelectFromComboBox. time: 2392ms [INFO] Pass 106 (141) processed. 0 failed. spent: 7:15, 2:16 mins remaining. SelectFromComboBox. time: 2392ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:19.450 [INFO] !MESSAGE [AUT-0] Finished: SelectFromComboBoxByKeyBoardButton.test in 2402 (106 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:19.453 [INFO] !MESSAGE [AUT-0] Starting: Selectable_Canvas_Test.test (107 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:41:19.468 [INFO] !MESSAGE Pass 107 (141) processed. 0 failed. spent: 7:18, 2:12 mins remaining. SelectFromComboBoxByKeyBoardButton. time: 2402ms [INFO] Pass 107 (141) processed. 0 failed. spent: 7:18, 2:12 mins remaining. SelectFromComboBoxByKeyBoardButton. time: 2402ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:20.515 [INFO] !MESSAGE [AUT-0] Finished: Selectable_Canvas_Test.test in 780 (107 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:20.518 [INFO] !MESSAGE [AUT-0] Starting: SelectionFromFontDialog.test (108 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:41:20.570 [INFO] !MESSAGE Pass 108 (141) processed. 0 failed. spent: 7:20, 2:08 mins remaining. Selectable_Canvas_Test. time: 780ms [INFO] Pass 108 (141) processed. 0 failed. spent: 7:20, 2:08 mins remaining. Selectable_Canvas_Test. time: 780ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:23.133 [INFO] !MESSAGE [AUT-0] Finished: SelectionFromFontDialog.test in 1806 (108 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:23.136 [INFO] !MESSAGE [AUT-0] Starting: SelectionInComboToolbar.test (109 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:41:23.220 [INFO] !MESSAGE Pass 109 (141) processed. 0 failed. spent: 7:22, 2:03 mins remaining. SelectionFromFontDialog. time: 1806ms [INFO] Pass 109 (141) processed. 0 failed. spent: 7:22, 2:03 mins remaining. SelectionFromFontDialog. time: 1806ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:26.265 [INFO] !MESSAGE [AUT-0] Finished: SelectionInComboToolbar.test in 2221 (109 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:26.268 [INFO] !MESSAGE [AUT-0] Starting: SelectionInCoolbar.test (110 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:41:26.279 [INFO] !MESSAGE Pass 110 (141) processed. 0 failed. spent: 7:25, 1:59 mins remaining. SelectionInComboToolbar. time: 2221ms [INFO] Pass 110 (141) processed. 0 failed. spent: 7:25, 1:59 mins remaining. SelectionInComboToolbar. time: 2221ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:28.865 [INFO] !MESSAGE [AUT-0] Finished: SelectionInCoolbar.test in 1866 (110 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:28.868 [INFO] !MESSAGE [AUT-0] Starting: SelectionInDropDownToolbar.test (111 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:41:28.882 [INFO] !MESSAGE Pass 111 (141) processed. 0 failed. spent: 7:28, 1:54 mins remaining. SelectionInCoolbar. time: 1866ms [INFO] Pass 111 (141) processed. 0 failed. spent: 7:28, 1:54 mins remaining. SelectionInCoolbar. time: 1866ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:31.475 [INFO] !MESSAGE [AUT-0] Finished: SelectionInDropDownToolbar.test in 1957 (111 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:31.480 [INFO] !MESSAGE [AUT-0] Starting: SelectionInToolbar.test (112 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:41:31.486 [INFO] !MESSAGE Pass 112 (141) processed. 0 failed. spent: 7:30, 1:50 mins remaining. SelectionInDropDownToolbar. time: 1957ms [INFO] Pass 112 (141) processed. 0 failed. spent: 7:30, 1:50 mins remaining. SelectionInDropDownToolbar. time: 1957ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:34.204 [INFO] !MESSAGE [AUT-0] Finished: SelectionInToolbar.test in 1744 (112 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:34.206 [INFO] !MESSAGE [AUT-0] Starting: Simple Dialog CellEdit Table Test.test (113 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:41:34.220 [INFO] !MESSAGE Pass 113 (141) processed. 0 failed. spent: 7:33, 1:46 mins remaining. SelectionInToolbar. time: 1744ms [INFO] Pass 113 (141) processed. 0 failed. spent: 7:33, 1:46 mins remaining. SelectionInToolbar. time: 1744ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:37.302 [INFO] !MESSAGE [AUT-0] Finished: Simple Dialog CellEdit Table Test.test in 2649 (113 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:37.305 [INFO] !MESSAGE [AUT-0] Starting: Single List Test.test (114 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:41:37.324 [INFO] !MESSAGE Pass 114 (141) processed. 0 failed. spent: 7:36, 1:42 mins remaining. Simple Dialog CellEdit Table Test. time: 2649ms [INFO] Pass 114 (141) processed. 0 failed. spent: 7:36, 1:42 mins remaining. Simple Dialog CellEdit Table Test. time: 2649ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:39.909 [INFO] !MESSAGE [AUT-0] Finished: Single List Test.test in 2017 (114 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:39.912 [INFO] !MESSAGE [AUT-0] Starting: Single Text Test.test (115 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:41:39.927 [INFO] !MESSAGE Pass 115 (141) processed. 0 failed. spent: 7:39, 1:38 mins remaining. Single List Test. time: 2017ms [INFO] Pass 115 (141) processed. 0 failed. spent: 7:39, 1:38 mins remaining. Single List Test. time: 2017ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:44.542 [INFO] !MESSAGE [AUT-0] Finished: Single Text Test.test in 3877 (115 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:44.545 [INFO] !MESSAGE [AUT-0] Starting: SpinnerTest.test (116 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:41:44.599 [INFO] !MESSAGE Pass 116 (141) processed. 0 failed. spent: 7:44, 1:34 mins remaining. Single Text Test. time: 3877ms [INFO] Pass 116 (141) processed. 0 failed. spent: 7:44, 1:34 mins remaining. Single Text Test. time: 3877ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:47.148 [INFO] !MESSAGE [AUT-0] Finished: SpinnerTest.test in 2249 (116 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:47.150 [INFO] !MESSAGE [AUT-0] Starting: SquashStyleRanges.test (117 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:41:47.202 [INFO] !MESSAGE Pass 117 (141) processed. 0 failed. spent: 7:46, 1:30 mins remaining. SpinnerTest. time: 2249ms [INFO] Pass 117 (141) processed. 0 failed. spent: 7:46, 1:30 mins remaining. SpinnerTest. time: 2249ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:48.212 [INFO] !MESSAGE [AUT-0] Finished: SquashStyleRanges.test in 434 (117 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:48.214 [INFO] !MESSAGE [AUT-0] Starting: Styled Text Test.test (118 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:41:48.304 [INFO] !MESSAGE Pass 118 (141) processed. 0 failed. spent: 7:47, 1:25 mins remaining. SquashStyleRanges. time: 434ms [INFO] Pass 118 (141) processed. 0 failed. spent: 7:47, 1:25 mins remaining. SquashStyleRanges. time: 434ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:51.076 [INFO] !MESSAGE [AUT-0] Finished: Styled Text Test.test in 2197 (118 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:41:51.079 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ApplyValueWithEnterKey_Deactivate.test (119 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:41:51.114 [INFO] !MESSAGE Pass 119 (141) processed. 0 failed. spent: 7:50, 1:21 mins remaining. Styled Text Test. time: 2197ms [INFO] Pass 119 (141) processed. 0 failed. spent: 7:50, 1:21 mins remaining. Styled Text Test. time: 2197ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:09.207 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ApplyValueWithEnterKey_Deactivate.test in 17351 (119 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:09.209 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ApplyValueWithEnterKey_EditableFirstColumn.test (120 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:42:09.234 [INFO] !MESSAGE Pass 120 (141) processed. 0 failed. spent: 8:08, 1:20 mins remaining. TableViewer_ApplyValueWithEnterKey_Deactivate. time: 17351ms [INFO] Pass 120 (141) processed. 0 failed. spent: 8:08, 1:20 mins remaining. TableViewer_ApplyValueWithEnterKey_Deactivate. time: 17351ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:18.104 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ApplyValueWithEnterKey_EditableFirstColumn.test in 7917 (120 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:18.107 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ApplyValueWithEnterKey_NoDeactivate.test (121 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:42:18.166 [INFO] !MESSAGE Pass 121 (141) processed. 0 failed. spent: 8:17, 1:16 mins remaining. TableViewer_ApplyValueWithEnterKey_EditableFirstColumn. time: 7917ms [INFO] Pass 121 (141) processed. 0 failed. spent: 8:17, 1:16 mins remaining. TableViewer_ApplyValueWithEnterKey_EditableFirstColumn. time: 7917ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:35.201 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ApplyValueWithEnterKey_NoDeactivate.test in 16690 (121 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:35.203 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_BaseTest.test (122 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:42:35.285 [INFO] !MESSAGE Pass 122 (141) processed. 0 failed. spent: 8:34, 1:14 mins remaining. TableViewer_ApplyValueWithEnterKey_NoDeactivate. time: 16690ms [INFO] Pass 122 (141) processed. 0 failed. spent: 8:34, 1:14 mins remaining. TableViewer_ApplyValueWithEnterKey_NoDeactivate. time: 16690ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:37.299 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_BaseTest.test in 1495 (122 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:37.301 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckBoxCellEditor.test (123 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:42:37.388 [INFO] !MESSAGE Pass 123 (141) processed. 0 failed. spent: 8:36, 1:10 mins remaining. TableViewer_BaseTest. time: 1495ms [INFO] Pass 123 (141) processed. 0 failed. spent: 8:36, 1:10 mins remaining. TableViewer_BaseTest. time: 1495ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:40.146 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckBoxCellEditor.test in 2161 (123 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:40.149 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckBoxCellEditorWithImage.test (124 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:42:40.156 [INFO] !MESSAGE Pass 124 (141) processed. 0 failed. spent: 8:39, 1:05 mins remaining. TableViewer_CheckBoxCellEditor. time: 2161ms [INFO] Pass 124 (141) processed. 0 failed. spent: 8:39, 1:05 mins remaining. TableViewer_CheckBoxCellEditor. time: 2161ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:43.248 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckBoxCellEditorWithImage.test in 2535 (124 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:43.251 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckCellEditor.test (125 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:42:43.260 [INFO] !MESSAGE Pass 125 (141) processed. 0 failed. spent: 8:42, 1:01 mins remaining. TableViewer_CheckBoxCellEditorWithImage. time: 2535ms [INFO] Pass 125 (141) processed. 0 failed. spent: 8:42, 1:01 mins remaining. TableViewer_CheckBoxCellEditorWithImage. time: 2535ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:49.860 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckCellEditor.test in 6096 (125 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:49.863 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckColumnColors.test (126 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:42:49.868 [INFO] !MESSAGE Pass 126 (141) processed. 0 failed. spent: 8:49, 0:57 mins remaining. TableViewer_CheckCellEditor. time: 6096ms [INFO] Pass 126 (141) processed. 0 failed. spent: 8:49, 0:57 mins remaining. TableViewer_CheckCellEditor. time: 6096ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:52.199 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckColumnColors.test in 1576 (126 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:52.202 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckColumnText.test (127 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:42:52.215 [INFO] !MESSAGE Pass 127 (141) processed. 0 failed. spent: 8:51, 0:53 mins remaining. TableViewer_CheckColumnColors. time: 1576ms [INFO] Pass 127 (141) processed. 0 failed. spent: 8:51, 0:53 mins remaining. TableViewer_CheckColumnColors. time: 1576ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:55.304 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckColumnText.test in 2373 (127 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:55.306 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckColumnTitles.test (128 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:42:55.321 [INFO] !MESSAGE Pass 128 (141) processed. 0 failed. spent: 8:54, 0:49 mins remaining. TableViewer_CheckColumnText. time: 2373ms [INFO] Pass 128 (141) processed. 0 failed. spent: 8:54, 0:49 mins remaining. TableViewer_CheckColumnText. time: 2373ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:57.409 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckColumnTitles.test in 1536 (128 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:42:57.412 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ColorCellEditor.test (129 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:42:57.424 [INFO] !MESSAGE Pass 129 (141) processed. 0 failed. spent: 8:56, 0:45 mins remaining. TableViewer_CheckColumnTitles. time: 1536ms [INFO] Pass 129 (141) processed. 0 failed. spent: 8:56, 0:45 mins remaining. TableViewer_CheckColumnTitles. time: 1536ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:01.278 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ColorCellEditor.test in 3014 (129 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:01.281 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ComboBoxCellEditor.test (130 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:43:01.306 [INFO] !MESSAGE Pass 130 (141) processed. 0 failed. spent: 9:00, 0:40 mins remaining. TableViewer_ColorCellEditor. time: 3014ms [INFO] Pass 130 (141) processed. 0 failed. spent: 9:00, 0:40 mins remaining. TableViewer_ColorCellEditor. time: 3014ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:04.382 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ComboBoxCellEditor.test in 2367 (130 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:04.384 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ComboBoxCellEditor_EditWithKey.test (131 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:43:04.410 [INFO] !MESSAGE Pass 131 (141) processed. 0 failed. spent: 9:03, 0:36 mins remaining. TableViewer_ComboBoxCellEditor. time: 2367ms [INFO] Pass 131 (141) processed. 0 failed. spent: 9:03, 0:36 mins remaining. TableViewer_ComboBoxCellEditor. time: 2367ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:06.980 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ComboBoxCellEditor_EditWithKey.test in 1853 (131 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:06.983 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_SortColumnValues.test (132 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:43:07.013 [INFO] !MESSAGE Pass 132 (141) processed. 0 failed. spent: 9:06, 0:32 mins remaining. TableViewer_ComboBoxCellEditor_EditWithKey. time: 1853ms [INFO] Pass 132 (141) processed. 0 failed. spent: 9:06, 0:32 mins remaining. TableViewer_ComboBoxCellEditor_EditWithKey. time: 1853ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:09.822 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_SortColumnValues.test in 2302 (132 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:09.837 [INFO] !MESSAGE [AUT-0] Starting: Time Test.test (133 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:43:09.845 [INFO] !MESSAGE Pass 133 (141) processed. 0 failed. spent: 9:09, 0:28 mins remaining. TableViewer_SortColumnValues. time: 2302ms [INFO] Pass 133 (141) processed. 0 failed. spent: 9:09, 0:28 mins remaining. TableViewer_SortColumnValues. time: 2302ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:12.437 [INFO] !MESSAGE [AUT-0] Finished: Time Test.test in 2014 (133 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:12.440 [INFO] !MESSAGE [AUT-0] Starting: Toggle.test (134 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:43:12.448 [INFO] !MESSAGE Pass 134 (141) processed. 0 failed. spent: 9:11, 0:24 mins remaining. Time Test. time: 2014ms [INFO] Pass 134 (141) processed. 0 failed. spent: 9:11, 0:24 mins remaining. Time Test. time: 2014ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:14.535 [INFO] !MESSAGE [AUT-0] Finished: Toggle.test in 1628 (134 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:14.538 [INFO] !MESSAGE [AUT-0] Starting: Tree With Slashes Test.test (135 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:43:14.551 [INFO] !MESSAGE Pass 135 (141) processed. 0 failed. spent: 9:14, 0:20 mins remaining. Toggle. time: 1628ms [INFO] Pass 135 (141) processed. 0 failed. spent: 9:14, 0:20 mins remaining. Toggle. time: 1628ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:17.869 [INFO] !MESSAGE [AUT-0] Finished: Tree With Slashes Test.test in 2549 (135 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:17.872 [INFO] !MESSAGE [AUT-0] Starting: TreeCellEditorsNewTest.test (136 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:43:17.892 [INFO] !MESSAGE Pass 136 (141) processed. 0 failed. spent: 9:17, 0:16 mins remaining. Tree With Slashes Test. time: 2549ms [INFO] Pass 136 (141) processed. 0 failed. spent: 9:17, 0:16 mins remaining. Tree With Slashes Test. time: 2549ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:24.479 [INFO] !MESSAGE [AUT-0] Finished: TreeCellEditorsNewTest.test in 6258 (136 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:24.481 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_CheckingInTree.test (137 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:43:24.523 [INFO] !MESSAGE Pass 137 (141) processed. 0 failed. spent: 9:23, 0:12 mins remaining. TreeCellEditorsNewTest. time: 6258ms [INFO] Pass 137 (141) processed. 0 failed. spent: 9:23, 0:12 mins remaining. TreeCellEditorsNewTest. time: 6258ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:27.587 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_CheckingInTree.test in 2752 (137 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:27.590 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_Selection.test (138 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:43:27.627 [INFO] !MESSAGE Pass 138 (141) processed. 0 failed. spent: 9:27, 0:08 mins remaining. TreeViewer_CheckingInTree. time: 2752ms [INFO] Pass 138 (141) processed. 0 failed. spent: 9:27, 0:08 mins remaining. TreeViewer_CheckingInTree. time: 2752ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:30.856 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_Selection.test in 2290 (138 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:30.858 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_SelectionByKeyBoardButtons.test (139 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:43:30.863 [INFO] !MESSAGE Pass 139 (141) processed. 0 failed. spent: 9:30, 0:04 mins remaining. TreeViewer_Selection. time: 2290ms [INFO] Pass 139 (141) processed. 0 failed. spent: 9:30, 0:04 mins remaining. TreeViewer_Selection. time: 2290ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:36.466 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_SelectionByKeyBoardButtons.test in 5049 (139 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:36.469 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_SetDataInCell.test (140 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:43:36.469 [INFO] !MESSAGE Pass 140 (141) processed. 0 failed. spent: 9:35, 0:00 mins remaining. TreeViewer_SelectionByKeyBoardButtons. time: 5049ms [INFO] Pass 140 (141) processed. 0 failed. spent: 9:35, 0:00 mins remaining. TreeViewer_SelectionByKeyBoardButtons. time: 5049ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:41.844 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_SetDataInCell.test in 4702 (140 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-21 20:43:41.881 [INFO] !MESSAGE Pass 141 (141) processed. 0 failed. spent: 9:41, 0:00 mins remaining. TreeViewer_SetDataInCell. time: 4702ms [INFO] Pass 141 (141) processed. 0 failed. spent: 9:41, 0:00 mins remaining. TreeViewer_SetDataInCell. time: 4702ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-21 20:43:41.882 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] Finished at Tue May 21 20:44:14 UTC 2024 [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-05-21 20:44:14.675 [INFO] !MESSAGE The workspace will exit with unsaved changes in this session. [INFO] Runner exit code is: 0 [INFO] [INFO] --- rcptt-maven-plugin:2.5.3:package (default-package) @ tests --- [INFO] Building zip: /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/projects/tests-1.0.0-SNAPSHOT.zip [INFO] Building zip: /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/com.xored.q7.quality-tests-1.0.0-SNAPSHOT-result.zip [INFO] [INFO] --- build-helper-maven-plugin:1.5:remove-project-artifact (remove-old-installations) @ tests --- [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.pom (2.5 kB at 21 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.pom (1.7 kB at 13 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.pom (1.5 kB at 7.9 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom (5.2 kB at 43 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.pom (1.4 kB at 22 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.pom (1.6 kB at 9.9 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.pom (902 B at 8.4 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting/2.0.2/maven-reporting-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting/2.0.2/maven-reporting-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.2/maven-reporting-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.2/maven-reporting-2.0.2.pom (738 B at 9.8 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.pom (854 B at 8.9 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.pom (1.4 kB at 11 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 11 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] 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 191 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.pom (1.5 kB at 4.4 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.pom (442 B at 3.0 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.pom (643 B at 4.7 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.jar [INFO] 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 [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.jar [INFO] 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 [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar [INFO] 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.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.jar [INFO] 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.jar [INFO] 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.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.jar [INFO] 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 [INFO] 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 [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.jar [INFO] 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.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.jar [INFO] 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.jar [INFO] 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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.jar [INFO] 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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.jar [INFO] 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 [INFO] 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 512 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.jar (30 kB at 169 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.jar (80 kB at 447 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.jar (107 kB at 591 kB/s) [INFO] 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.jar (44 kB at 241 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.jar (136 kB at 715 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.jar [INFO] 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.jar (20 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar (5.0 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar (16 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.jar (32 kB at 118 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar (8.6 kB at 32 kB/s) [INFO] 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.jar [INFO] 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.jar (24 kB at 86 kB/s) [INFO] 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.jar (78 kB at 260 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.jar (5.7 kB at 18 kB/s) [INFO] 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.jar (268 kB at 848 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.jar (8.3 kB at 22 kB/s) [INFO] /home/jenkins/agent/workspace/master/m2/com/xored/q7/quality/tests removed. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14:04 min [INFO] Finished at: 2024-05-21T20:44:23Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + test -f mockups/rcpttTests/target/results/tests.html [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy) [Pipeline] script [Pipeline] { [Pipeline] sh + . repository/full/target/publisher.properties ++ productVersion=2.5.5 ++ productQualifier=202405211358 + echo 2.5.5 [Pipeline] sh + . repository/full/target/publisher.properties ++ productVersion=2.5.5 ++ productQualifier=202405211358 + echo 202405211358 [Pipeline] container [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.rcptt (ssh://genie.rcptt@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) Executing sh script inside container jnlp of pod rcptt-build-and-deploy-agent-3.5.4-1h6pj-zrr1p Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-jSBz0ozcgpro/agent.535; export SSH_AUTH_SOCK; SSH_AGENT_PID=536; export SSH_AGENT_PID; echo Agent pid 536; SSH_AUTH_SOCK=/tmp/ssh-jSBz0ozcgpro/agent.535 SSH_AGENT_PID=536 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/master@tmp/private_key_17172976616390937327.key (/home/jenkins/agent/workspace/master@tmp/private_key_17172976616390937327.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org ls -r /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5 + grep -v latest + tail -n +5 [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/ [Pipeline] } Executing sh script inside container jnlp of pod rcptt-build-and-deploy-agent-3.5.4-1h6pj-zrr1p Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 536 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [ssh-agent] Using credentials genie.rcptt (ssh://genie.rcptt@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) Executing sh script inside container jnlp of pod rcptt-build-and-deploy-agent-3.5.4-1h6pj-zrr1p Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-3UHjFqIWKMY9/agent.598; export SSH_AUTH_SOCK; SSH_AGENT_PID=599; export SSH_AGENT_PID; echo Agent pid 599; SSH_AUTH_SOCK=/tmp/ssh-3UHjFqIWKMY9/agent.598 SSH_AGENT_PID=599 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/master@tmp/private_key_10265660005065803620.key (/home/jenkins/agent/workspace/master@tmp/private_key_10265660005065803620.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202405211358 + echo nightly 2.5.5-N202405211358 does not exist yet nightly 2.5.5-N202405211358 does not exist yet [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202405211358 [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202405211358/runner [Pipeline] sh + scp -r repository/rcptt/target/repository genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202405211358/repository [Pipeline] sh + scp -r runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/q7 genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202405211358/runtime4x [Pipeline] sh + scp -r releng/doc/target/doc genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202405211358/doc [Pipeline] sh + scp -r repository/rcptt/target/rcptt.repository-2.5.5-SNAPSHOT.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202405211358/repository-2.5.5-N202405211358.zip [Pipeline] sh + scp -r runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202405211358/runner/rcptt.runner-2.5.5-N202405211358.zip [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202405211358/ide [Pipeline] sh + scp -r repository/full/target/products/org.eclipse.rcptt.platform.product-linux.gtk.x86_64.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202405211358/ide/rcptt.ide-2.5.5-N202405211358-linux.gtk.x86_64.zip [Pipeline] sh + scp -r repository/full/target/products/org.eclipse.rcptt.platform.product-macosx.cocoa.x86_64.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202405211358/ide/rcptt.ide-2.5.5-N202405211358-macosx.cocoa.x86_64.zip [Pipeline] sh + scp -r repository/full/target/products/org.eclipse.rcptt.platform.product-macosx.cocoa.aarch64.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202405211358/ide/rcptt.ide-2.5.5-N202405211358-macosx.cocoa.aarch64.zip [Pipeline] sh + scp -r repository/full/target/products/org.eclipse.rcptt.platform.product-win32.win32.x86_64.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202405211358/ide/rcptt.ide-2.5.5-N202405211358-win32.win32.x86_64.zip [Pipeline] sh + scp -r repository/full/target/repository genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202405211358/full [Pipeline] } Executing sh script inside container jnlp of pod rcptt-build-and-deploy-agent-3.5.4-1h6pj-zrr1p Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 599 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [ssh-agent] Using credentials genie.rcptt (ssh://genie.rcptt@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) Executing sh script inside container jnlp of pod rcptt-build-and-deploy-agent-3.5.4-1h6pj-zrr1p Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-2FgS9Jg9yQKS/agent.877; export SSH_AUTH_SOCK; SSH_AGENT_PID=878; export SSH_AGENT_PID; echo Agent pid 878; SSH_AUTH_SOCK=/tmp/ssh-2FgS9Jg9yQKS/agent.877 SSH_AGENT_PID=878 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/master@tmp/private_key_8936819576262145621.key (/home/jenkins/agent/workspace/master@tmp/private_key_8936819576262145621.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest [Pipeline] } Executing sh script inside container jnlp of pod rcptt-build-and-deploy-agent-3.5.4-1h6pj-zrr1p Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 878 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [ssh-agent] Using credentials genie.rcptt (ssh://genie.rcptt@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) Executing sh script inside container jnlp of pod rcptt-build-and-deploy-agent-3.5.4-1h6pj-zrr1p Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-VvkrEHH5DtnT/agent.923; export SSH_AUTH_SOCK; SSH_AGENT_PID=924; export SSH_AGENT_PID; echo Agent pid 924; SSH_AUTH_SOCK=/tmp/ssh-VvkrEHH5DtnT/agent.923 SSH_AGENT_PID=924 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/master@tmp/private_key_15496028838868523401.key (/home/jenkins/agent/workspace/master@tmp/private_key_15496028838868523401.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest + echo nightly 2.5.5-nightly does not exist yet nightly 2.5.5-nightly does not exist yet [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/runner [Pipeline] sh + scp -r repository/rcptt/target/repository genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/repository [Pipeline] sh + scp -r runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/q7 genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/runtime4x [Pipeline] sh + scp -r releng/doc/target/doc genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/doc [Pipeline] sh + scp -r repository/rcptt/target/rcptt.repository-2.5.5-SNAPSHOT.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/repository-2.5.5-nightly.zip [Pipeline] sh + scp -r runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/runner/rcptt.runner-2.5.5-nightly.zip [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/ide [Pipeline] sh + scp -r repository/full/target/products/org.eclipse.rcptt.platform.product-linux.gtk.x86_64.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/ide/rcptt.ide-2.5.5-nightly-linux.gtk.x86_64.zip [Pipeline] sh + scp -r repository/full/target/products/org.eclipse.rcptt.platform.product-macosx.cocoa.x86_64.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/ide/rcptt.ide-2.5.5-nightly-macosx.cocoa.x86_64.zip [Pipeline] sh + scp -r repository/full/target/products/org.eclipse.rcptt.platform.product-macosx.cocoa.aarch64.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/ide/rcptt.ide-2.5.5-nightly-macosx.cocoa.aarch64.zip [Pipeline] sh + scp -r repository/full/target/products/org.eclipse.rcptt.platform.product-win32.win32.x86_64.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/ide/rcptt.ide-2.5.5-nightly-win32.win32.x86_64.zip [Pipeline] sh + scp -r repository/full/target/repository genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/full [Pipeline] } Executing sh script inside container jnlp of pod rcptt-build-and-deploy-agent-3.5.4-1h6pj-zrr1p Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 924 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // container [Pipeline] container [Pipeline] { [Pipeline] sh + mvn -f releng/runner/pom.xml clean deploy -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -e -B [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/full/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/rap/target/repository [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.31/ (128B) [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2024-03/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2024-03 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2024-03/202403131000/ (140B) [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/core/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/e4x/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/dependencies/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner:org.eclipse.rcptt.runner:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.headless:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.integration:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner:rcptt.runner:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/product/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] runner [pom] [INFO] runner [pom] [INFO] org.eclipse.rcptt.runner [eclipse-plugin] [INFO] runner.features [pom] [INFO] org.eclipse.rcptt.runner.integration [eclipse-feature] [INFO] org.eclipse.rcptt.runner.headless [eclipse-feature] [INFO] rcptt.runner [eclipse-application] [INFO] [INFO] ----------------------< org.eclipse.rcptt:runner >---------------------- [INFO] Building runner 2.5.5-SNAPSHOT [1/7] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runner --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ runner --- [INFO] Installing /home/jenkins/agent/workspace/master/releng/runner/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/2.5.5-SNAPSHOT/runner-2.5.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ runner --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/2.5.5-SNAPSHOT/maven-metadata.xml (604 B at 1.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/2.5.5-SNAPSHOT/runner-2.5.5-20240521.204734-319.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/2.5.5-SNAPSHOT/runner-2.5.5-20240521.204734-319.pom (1.7 kB at 17 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/maven-metadata.xml (343 B at 2.1 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/2.5.5-SNAPSHOT/maven-metadata.xml (604 B at 3.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/maven-metadata.xml (343 B at 2.3 kB/s) [INFO] [INFO] ------------------< org.eclipse.rcptt.runner:runner >------------------- [INFO] Building runner 2.5.5-SNAPSHOT [2/7] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runner --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ runner --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/runner removed. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ runner --- [INFO] Installing /home/jenkins/agent/workspace/master/runner/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/runner/2.5.5-SNAPSHOT/runner-2.5.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ runner --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------< org.eclipse.rcptt.runner:org.eclipse.rcptt.runner >---------- [INFO] Building org.eclipse.rcptt.runner 2.5.5-SNAPSHOT [3/7] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runner --- [INFO] Deleting /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.runner --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.runner --- [INFO] Resolving class path of org.eclipse.rcptt.runner... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.runner --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.runner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.rcptt.runner --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.rcptt.runner --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ org.eclipse.rcptt.runner --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/org.eclipse.rcptt.runner removed. [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.runner --- [INFO] No tests to run. [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.rcptt.runner --- [INFO] Installing /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/org.eclipse.rcptt.runner/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/org.eclipse.rcptt.runner/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/p2content.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/org.eclipse.rcptt.runner/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/p2artifacts.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/org.eclipse.rcptt.runner/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.rcptt.runner --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------< org.eclipse.rcptt.runner.features:runner.features >---------- [INFO] Building runner.features 2.5.5-SNAPSHOT [4/7] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runner.features --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ runner.features --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/runner.features removed. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ runner.features --- [INFO] Installing /home/jenkins/agent/workspace/master/runner/features/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/runner.features/2.5.5-SNAPSHOT/runner.features-2.5.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ runner.features --- [INFO] Skipping artifact deployment [INFO] [INFO] --< org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.integration >-- [INFO] Building org.eclipse.rcptt.runner.integration 2.5.5-SNAPSHOT [5/7] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runner.integration --- [INFO] Deleting /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runner.integration --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.runner.integration --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/target/org.eclipse.rcptt.runner.integration-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ org.eclipse.rcptt.runner.integration --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.integration removed. [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.rcptt.runner.integration --- [INFO] Installing /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/target/org.eclipse.rcptt.runner.integration-2.5.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.integration/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner.integration-2.5.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.integration/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner.integration-2.5.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/target/p2content.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.integration/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner.integration-2.5.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.integration/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner.integration-2.5.5-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.rcptt.runner.integration --- [INFO] Skipping artifact deployment [INFO] [INFO] --< org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.headless >-- [INFO] Building org.eclipse.rcptt.runner.headless 2.5.5-SNAPSHOT [6/7] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runner.headless --- [INFO] Deleting /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runner.headless --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.rcptt.runner.headless --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/target/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ org.eclipse.rcptt.runner.headless --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.headless removed. [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.rcptt.runner.headless --- [INFO] Installing /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/target/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.headless/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.headless/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/target/p2content.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.headless/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.headless/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.rcptt.runner.headless --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------------< org.eclipse.rcptt.runner:rcptt.runner >---------------- [INFO] Building rcptt.runner 2.5.5-SNAPSHOT [7/7] [INFO] ------------------------[ eclipse-application ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runner --- [INFO] Deleting /home/jenkins/agent/workspace/master/runner/product/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ rcptt.runner --- [INFO] The project's OSGi version is 2.5.5.202405071557 [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:product-export (default-product-export) @ rcptt.runner --- [WARNING] The packaging type 'eclipse-application' is deprecated; use 'eclipse-repository' instead. See https://wiki.eclipse.org/Tycho_Messages_Explained#Eclipse_Application [INFO] Building zip: /home/jenkins/agent/workspace/master/runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt.runner --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/rcptt.runner removed. [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ rcptt.runner --- [INFO] Installing /home/jenkins/agent/workspace/master/runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/rcptt.runner-2.5.5-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/master/runner/product/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/rcptt.runner-2.5.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ rcptt.runner --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/maven-metadata.xml (792 B at 20 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/rcptt.runner-2.5.5-20240521.204801-319.zip [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/rcptt.runner-2.5.5-20240521.204801-319.zip (158 MB at 17 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/rcptt.runner-2.5.5-20240521.204801-319.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/rcptt.runner-2.5.5-20240521.204801-319.pom (1.3 kB at 19 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/maven-metadata.xml (356 B at 4.5 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/maven-metadata.xml (792 B at 2.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/maven-metadata.xml (356 B at 6.2 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] runner 2.5.5-SNAPSHOT .............................. SUCCESS [ 1.889 s] [INFO] runner ............................................. SUCCESS [ 0.319 s] [INFO] org.eclipse.rcptt.runner ........................... SUCCESS [ 10.583 s] [INFO] runner.features .................................... SUCCESS [ 0.012 s] [INFO] org.eclipse.rcptt.runner.integration ............... SUCCESS [ 1.216 s] [INFO] org.eclipse.rcptt.runner.headless .................. SUCCESS [ 2.167 s] [INFO] rcptt.runner 2.5.5-SNAPSHOT ........................ SUCCESS [ 21.481 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:11 min [INFO] Finished at: 2024-05-21T20:48:11Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn -f maven-plugin/pom.xml clean deploy -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -e -B [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] RCPTT maven support modules [pom] [INFO] Utilities for RCPTT-related maven plugins [jar] [INFO] RCPTT runner maven plugin [maven-plugin] [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt-maven-modules >---------------- [INFO] Building RCPTT maven support modules 2.5.5-SNAPSHOT [1/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom (5.6 kB at 8.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar (27 kB at 268 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rcptt-maven-modules --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-modules --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-modules removed. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rcptt-maven-modules --- [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/rcptt-maven-modules-2.5.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ rcptt-maven-modules --- [INFO] 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.jar [INFO] 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.jar (251 kB at 2.0 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/maven-metadata.xml (617 B at 6.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/rcptt-maven-modules-2.5.5-20240521.204819-318.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/rcptt-maven-modules-2.5.5-20240521.204819-318.pom (2.5 kB at 16 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/maven-metadata.xml (356 B at 2.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/maven-metadata.xml (617 B at 6.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/maven-metadata.xml (356 B at 4.0 kB/s) [INFO] [INFO] -----------------< org.eclipse.rcptt:rcptt-maven-util >----------------- [INFO] Building Utilities for RCPTT-related maven plugins 2.5.5-SNAPSHOT [2/3] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rcptt-maven-util --- [INFO] Deleting /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rcptt-maven-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ rcptt-maven-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rcptt-maven-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ rcptt-maven-util --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ rcptt-maven-util --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ rcptt-maven-util --- [INFO] Building jar: /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/target/rcptt-maven-util-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-util --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-util removed. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rcptt-maven-util --- [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/target/rcptt-maven-util-2.5.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ rcptt-maven-util --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/maven-metadata.xml (789 B at 28 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-20240521.204824-318.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-20240521.204824-318.jar (23 kB at 283 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-20240521.204824-318.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-20240521.204824-318.pom (1.5 kB at 23 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/maven-metadata.xml (353 B at 4.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/maven-metadata.xml (789 B at 8.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/maven-metadata.xml (353 B at 4.8 kB/s) [INFO] [INFO] ----------------< org.eclipse.rcptt:rcptt-maven-plugin >---------------- [INFO] Building RCPTT runner maven plugin 2.5.5-SNAPSHOT [3/3] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rcptt-maven-plugin --- [INFO] Deleting /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/target [INFO] [INFO] --- maven-plugin-plugin:3.6.0:helpmojo (generated-helpmojo) @ rcptt-maven-plugin --- [WARNING] Goal prefix is specified as: 'rcptt-maven-plugin'. Maven currently expects it to be 'rcptt'. [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 3 mojo descriptors. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rcptt-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ rcptt-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ rcptt-maven-plugin --- [WARNING] Goal prefix is specified as: 'rcptt-maven-plugin'. Maven currently expects it to be 'rcptt'. [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 4 mojo descriptors. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rcptt-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ rcptt-maven-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ rcptt-maven-plugin --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ rcptt-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/target/rcptt-maven-plugin-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ rcptt-maven-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-plugin --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-plugin removed. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rcptt-maven-plugin --- [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/target/rcptt-maven-plugin-2.5.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ rcptt-maven-plugin --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/maven-metadata.xml (791 B at 40 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-20240521.204830-318.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-20240521.204830-318.jar (39 kB at 218 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-20240521.204830-318.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-20240521.204830-318.pom (1.8 kB at 27 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/maven-metadata.xml (395 B at 3.4 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/maven-metadata.xml (251 B at 5.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/maven-metadata.xml (791 B at 9.5 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/maven-metadata.xml (395 B at 3.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/maven-metadata.xml (251 B at 3.0 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] RCPTT maven support modules 2.5.5-SNAPSHOT ......... SUCCESS [ 3.802 s] [INFO] Utilities for RCPTT-related maven plugins .......... SUCCESS [ 5.418 s] [INFO] RCPTT runner maven plugin 2.5.5-SNAPSHOT ........... SUCCESS [ 6.512 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16.201 s [INFO] Finished at: 2024-05-21T20:48:31Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + jps -v 123867 Jps -Denv.class.path= -Dapplication.home=/usr/lib/jvm/java-17-openjdk-amd64 -Xms8m -Djdk.module.main=jdk.jcmd [Pipeline] sh + ps x PID TTY STAT TIME COMMAND 1 pts/0 Ss+ 0:00 /bin/bash /dockerstartup/vnc_startup.sh --wait 18 pts/0 S+ 0:00 bash /headless/noVNC/utils/launch.sh --vnc localhost:5901 --listen 6901 32 pts/0 S+ 0:02 /usr/bin/python /headless/noVNC/utils/websockify/run --web /headless/noVNC/utils/../ 6901 localhost:5901 43 pts/0 S+ 10:39 /usr/bin/Xvnc :1 -auth /headless/.Xauthority -depth 24 -desktop rcptt-build-and-deploy-agent-3.5.4-1h6pj-zrr1p:1 () -fp /usr/share/fonts/X11//misc,/usr/share/fonts/X11//Type1 -geometry 1280x1024 -pn -rfbauth /headless/.vnc/passwd -rfbport 5901 -rfbwait 30000 51 pts/0 S+ 0:00 /bin/sh /etc/xdg/xfce4/xinitrc -- /etc/X11/xinit/xserverrc 59 pts/0 S+ 0:00 /bin/sh /etc/xdg/xfce4/xinitrc -- /etc/X11/xinit/xserverrc --replace 83 pts/0 Sl+ 0:00 xfce4-session 96 pts/0 S+ 0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session xfce4-session 98 pts/0 S+ 0:00 /usr/bin/dbus-launch --exit-with-session x-session-manager 99 ? Ss 0:00 /usr/bin/dbus-daemon --fork --print-pid 6 --print-address 8 --session 100 ? Ss 0:00 /usr/bin/dbus-daemon --fork --print-pid 6 --print-address 8 --session 110 ? S 0:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd 112 pts/0 Sl+ 0:00 xfce4-session 116 pts/0 S+ 0:55 xfwm4 120 pts/0 S+ 0:00 xfce4-panel 122 ? S 0:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd 124 pts/0 S+ 0:00 Thunar --daemon 126 pts/0 Sl+ 0:12 xfdesktop 133 ? Ssl 0:00 xfsettingsd 139 pts/0 Sl+ 0:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/migrate 141 pts/0 S+ 0:00 xfce4-panel 144 pts/0 S+ 0:00 Thunar --daemon 156 ? Ss 0:00 xfsettingsd 164 pts/0 Sl+ 0:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/migrate 169 ? Sl 0:00 /usr/lib/gvfs/gvfsd 189 ? Sl 0:00 /usr/lib/gvfs/gvfsd 198 ? Sl 0:00 /usr/lib/gvfs/gvfs-udisks2-volume-monitor 206 ? Sl 0:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.11 /org/gtk/gvfs/exec_spaw/0 212 ? Sl 0:00 /usr/lib/gvfs/gvfsd-metadata 2056 ? Sl 0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher 2061 ? S 0:00 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3 2063 ? Sl 0:00 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session 123797 ? S 0:00 sh -c (cp '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5/script.sh' '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5/script.sh.copy'; { while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5/script.sh.copy' > '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5/jenkins-result.txt'; wait) >&- 2>&- & 123799 ? S 0:00 sh -c (cp '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5/script.sh' '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5/script.sh.copy'; { while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5/script.sh.copy' > '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-0667c4b5/jenkins-result.txt'; wait) >&- 2>&- & 123851 ? S 0:00 sleep 3 123862 ? S 0:00 sh -c (cp '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d/script.sh' '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d/script.sh.copy'; { while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d/script.sh.copy' > '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d/jenkins-result.txt'; wait) >&- 2>&- & 123864 ? S 0:00 sh -c (cp '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d/script.sh' '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d/script.sh.copy'; { while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d/script.sh.copy' > '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-6e26421d/jenkins-result.txt'; wait) >&- 2>&- & 123868 ? S 0:00 sleep 3 123890 ? S 0:00 sh -c (cp '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844/script.sh' '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844/script.sh.copy'; { while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844/script.sh.copy' > '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844/jenkins-result.txt'; wait) >&- 2>&- & 123892 ? S 0:00 sh -c (cp '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844/script.sh' '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844/script.sh.copy'; { while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844/script.sh.copy' > '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-3d1e9844/jenkins-result.txt'; wait) >&- 2>&- & 123894 ? S 0:00 sh -xe /home/jenkins/agent/workspace/master@tmp/durable-3d1e9844/script.sh.copy 123895 ? R 0:00 ps x 123896 ? S 0:00 sleep 3 [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: UNSTABLE